HTML named color

Gray color code

Use the Gray HTML color with HEX #808080, RGB 128,128,128 and HSL 0,0%,50%. Copy CSS examples, shades and accessible contrast combinations.

Open in color pickerCheck contrast
Neutres
#808080
rgb(128,128,128)
HEX
#808080
RGB
rgb(128,128,128)
HSL
hsl(0,0%,50%)
CSS name
gray

CSS examples

.text-gray {
  color: #808080;
}

.bg-gray {
  background-color: gray;
}

.border-gray {
  border-color: rgb(128,128,128);
}

Shades palette

#1F1414#462F2F#714B4B#996666#B48E8E#D0B9B9#EBE0E0

Related HTML colors

White
#FFFFFF
WhiteSmoke
#F5F5F5
Gainsboro
#DCDCDC
Silver
#C0C0C0
DimGray
#696969
SlateGray
#708090
DarkGray
#A9A9A9
Black
#000000