Gray — Color Code #808080

HEX Color Code

#808080

Gray has HEX code #808080, RGB value rgb(128, 128, 128), and HSL value hsl(0, 0%, 50%).

All color formats

HEX#808080
RGBrgb(128, 128, 128)
HSLhsl(0, 0%, 50%)
RGBArgba(128, 128, 128, 1)

CSS code

color: #808080;
background-color: rgba(128, 128, 128, 0.5);
border-color: hsl(0, 0%, 50%);

Color format guide

#808080 is a hex color. In RGB: red=128, green=128, blue=128 (each 0-255). In HSL: hue=0°, saturation=0%, lightness=50%. Use in CSS as color: #808080; or background-color: rgba(128,128,128,0.5);

Convert any color

Loading tool...