Shades of Stack #818D80
Tints of Stack #818D80
RGB
CMYK
RGB Variations
Color information
#818D80 (or 0x818D80) is known color: Stack. HEX triplet: 81, 8D and 80. RGB value is (129,141,128). Sum of RGB (Red+Green+Blue) = 129+141+128=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 141 - color contains mainly: green. Hex color #818D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818D80 is #7E727F. Grayscale: #878787. Windows color (decimal): -8286848 or 8424833. OLE color: 8424833.
HSL color Cylindrical-coordinate representation of color #818D80: hue angle of 115.38º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #818D80 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 141 | 128 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.45 |
| HSL | 115.38º | 0.05% | 0.53% | - |
| HSV(B) | 115.38º | 0.09% | 0.55% | - |
| XYZ | 22.47 | 25.28 | 24.12 | - |
| YUV | 135.93 | 123.52 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 141 | 128 | 0.09 | 0 | 0.09 | 0.45 | 115.38 | 0.05 | 0.53 |
| Hex | 81 | 8D | 80 | 9 | 0 | 9 | 2D | 73 | 5 | 35 |
| Octal | 201 | 215 | 200 | 11 | 0 | 11 | 55 | 163 | 5 | 65 |
| Binary | 10000001 | 10001101 | 10000000 | 1001 | 0 | 1001 | 101101 | 1110011 | 101 | 110101 |
Color Harmonies of #818D80
Complementary color
Monochromatic Colors of #818D80
Black with #818D80
Text Example
Text Example
White with #818D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818D80; }
p { color: rgb(129,141,128); }
H1.HeaderClassName
{
color: #818D80;
}
.AnyTagClassName
{
color: #818D80;
}
</style>
background-color css
<style>
a { background-color: #818D80; }
a { background-color: rgb(129,141,128); }
div.DivClassName
{
background-color: #818D80;
}
.BgClassName
{
background-color: #818D80;
}
</style>
border-color css
<style>
span { border-color: #818D80; }
span { border-color: rgb(129,141,128); }
td.TdClassName
{
border-color: #818D80;
}
.TagClassName
{
border-color: #818D80;
}
</style>