Color #808080

#808080rgb(128, 128, 128)

Color Codes

HEX#808080
RGBrgb(128, 128, 128)
HSLhsl(0°, 0%, 50%)
CMYKcmyk(0%, 0%, 0%, 50%)
CIELABLab(53.6, 0, 0)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #808080;
color: #808080;
border: 2px solid #808080;
background: linear-gradient(135deg, #808080, #808080);

Code Export

css
:root {
  --color-primary: #808080;
  --color-primary-rgb: 128, 128, 128;
  --color-primary-hsl: 0, 0%, 50%;
}

Related Tools