Shades of Stack #818A80
Tints of Stack #818A80
RGB
CMYK
RGB Variations
Color information
#818A80 (or 0x818A80) is known color: Stack. HEX triplet: 81, 8A and 80. RGB value is (129,138,128). Sum of RGB (Red+Green+Blue) = 129+138+128=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 138 - color contains mainly: green. Hex color #818A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818A80 is #7E757F. Grayscale: #868686. Windows color (decimal): -8287616 or 8424065. OLE color: 8424065.
HSL color Cylindrical-coordinate representation of color #818A80: hue angle of 114º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #818A80 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 138 | 128 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.46 |
| HSL | 114º | 0.04% | 0.52% | - |
| HSV(B) | 114º | 0.07% | 0.54% | - |
| XYZ | 22.04 | 24.4 | 23.97 | - |
| YUV | 134.17 | 124.52 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 138 | 128 | 0.07 | 0 | 0.07 | 0.46 | 114 | 0.04 | 0.52 |
| Hex | 81 | 8A | 80 | 7 | 0 | 7 | 2E | 72 | 4 | 34 |
| Octal | 201 | 212 | 200 | 7 | 0 | 7 | 56 | 162 | 4 | 64 |
| Binary | 10000001 | 10001010 | 10000000 | 111 | 0 | 111 | 101110 | 1110010 | 100 | 110100 |
Color Harmonies of #818A80
Complementary color
Monochromatic Colors of #818A80
Black with #818A80
Text Example
Text Example
White with #818A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818A80; }
p { color: rgb(129,138,128); }
H1.HeaderClassName
{
color: #818A80;
}
.AnyTagClassName
{
color: #818A80;
}
</style>
background-color css
<style>
a { background-color: #818A80; }
a { background-color: rgb(129,138,128); }
div.DivClassName
{
background-color: #818A80;
}
.BgClassName
{
background-color: #818A80;
}
</style>
border-color css
<style>
span { border-color: #818A80; }
span { border-color: rgb(129,138,128); }
td.TdClassName
{
border-color: #818A80;
}
.TagClassName
{
border-color: #818A80;
}
</style>