Grey/ mostly black
Enter any color value (e.g., #4cd307, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#808080 color RGB value is (128,128,128)
#808080 color CMYK value
#808080 color HSL value
HSV(or HSB) | 0° | 0 | 50.2 |
XYZ | 20.518 | 21.586 | 23.507 |
Yxy | 0.313 | 0.329 | 21.586 |
LAB | 53.585 | 0.003 | -0.006 |
LUV | 53.585 | 0 | -0.009 |
Hunter-LAB | 46.461 | -2.479 | 2.524 |
CIE-LCH | 53.585 | 0.007 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 80 | 80 | 80 |
Decimal | 128 | 128 | 128 |
Octal | 200 | 200 | 200 |
Binary | 10000000 | 10000000 | 10000000 |
This text has a font color of #808080.
<span style="color:#808080">Text here</span>
This paragraph has a background color of #808080.
<p style="background-color:#808080;">Content here</p>
This element has a border color of #808080.
<div style="border:1px #808080;">Content here</div>
.text {color:#808080;}
.background {background-color:#808080;}
.border {border:1px solid #808080;}
.text-shadow {border:1px solid #808080;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #f5f5f5 is the lightest one.