Shades of Grey #818080
Tints of Grey #818080
RGB
CMYK
RGB Variations
Color information
#818080 (or 0x818080) is known color: Grey. HEX triplet: 81, 80 and 80. RGB value is (129,128,128). Sum of RGB (Red+Green+Blue) = 129+128+128=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 129 - color contains mainly: red. Hex color #818080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818080 is #7E7F7F. Grayscale: #808080. Windows color (decimal): -8290176 or 8421505. OLE color: 8421505.
HSL color Cylindrical-coordinate representation of color #818080: hue angle of 0º degrees, saturation: 0, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #818080 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 128 | 128 | - |
| CMYK | 0 | 0.01 | 0.01 | 0.49 |
| HSL | 0º | 0% | 0.5% | - |
| HSV(B) | 0º | 0.01% | 0.51% | - |
| XYZ | 20.67 | 21.66 | 23.51 | - |
| YUV | 128.3 | 127.83 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 128 | 128 | 0 | 0.01 | 0.01 | 0.49 | 0 | 0 | 0.5 |
| Hex | 81 | 80 | 80 | 0 | 1 | 1 | 31 | 0 | 0 | 32 |
| Octal | 201 | 200 | 200 | 0 | 1 | 1 | 61 | 0 | 0 | 62 |
| Binary | 10000001 | 10000000 | 10000000 | 0 | 1 | 1 | 110001 | 0 | 0 | 110010 |
Color Harmonies of #818080
Complementary color
Monochromatic Colors of #818080
Black with #818080
Text Example
Text Example
White with #818080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818080; }
p { color: rgb(129,128,128); }
H1.HeaderClassName
{
color: #818080;
}
.AnyTagClassName
{
color: #818080;
}
</style>
background-color css
<style>
a { background-color: #818080; }
a { background-color: rgb(129,128,128); }
div.DivClassName
{
background-color: #818080;
}
.BgClassName
{
background-color: #818080;
}
</style>
border-color css
<style>
span { border-color: #818080; }
span { border-color: rgb(129,128,128); }
td.TdClassName
{
border-color: #818080;
}
.TagClassName
{
border-color: #818080;
}
</style>