Shades of Stack #818881
Tints of Stack #818881
RGB
CMYK
RGB Variations
Color information
#818881 (or 0x818881) is known color: Stack. HEX triplet: 81, 88 and 81. RGB value is (129,136,129). Sum of RGB (Red+Green+Blue) = 129+136+129=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 136 - color contains mainly: green. Hex color #818881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818881 is #7E777E. Grayscale: #858585. Windows color (decimal): -8288127 or 8489089. OLE color: 8489089.
HSL color Cylindrical-coordinate representation of color #818881: hue angle of 120º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #818881 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 136 | 129 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.47 |
| HSL | 120º | 0.03% | 0.52% | - |
| HSV(B) | 120º | 0.05% | 0.53% | - |
| XYZ | 21.82 | 23.86 | 24.22 | - |
| YUV | 133.11 | 125.68 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 136 | 129 | 0.05 | 0 | 0.05 | 0.47 | 120 | 0.03 | 0.52 |
| Hex | 81 | 88 | 81 | 5 | 0 | 5 | 2F | 78 | 3 | 34 |
| Octal | 201 | 210 | 201 | 5 | 0 | 5 | 57 | 170 | 3 | 64 |
| Binary | 10000001 | 10001000 | 10000001 | 101 | 0 | 101 | 101111 | 1111000 | 11 | 110100 |
Color Harmonies of #818881
Complementary color
Monochromatic Colors of #818881
Black with #818881
Text Example
Text Example
White with #818881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818881; }
p { color: rgb(129,136,129); }
H1.HeaderClassName
{
color: #818881;
}
.AnyTagClassName
{
color: #818881;
}
</style>
background-color css
<style>
a { background-color: #818881; }
a { background-color: rgb(129,136,129); }
div.DivClassName
{
background-color: #818881;
}
.BgClassName
{
background-color: #818881;
}
</style>
border-color css
<style>
span { border-color: #818881; }
span { border-color: rgb(129,136,129); }
td.TdClassName
{
border-color: #818881;
}
.TagClassName
{
border-color: #818881;
}
</style>