Grey
#808080 · one of 31,915 named colors
Grey is a medium, muted gray with the hex code #808080. In RGB it is 128 red, 128 green and 128 blue, and black text is most readable on top of it.
Codes
HEX
#808080HEX8
#808080ffRGB
rgb(128, 128, 128)RGBA
rgba(128, 128, 128, 1)RGB %
rgb(50%, 50%, 50%)HSL
hsl(0, 0%, 50%)HSLA
hsla(0, 0%, 50%, 1)Variables
Sass
$grey: #808080;Less
@grey: #808080;CSS
--grey: #808080;Similar colors