Shades of Stack #818B81
Tints of Stack #818B81
RGB
CMYK
RGB Variations
Color information
#818B81 (or 0x818B81) is known color: Stack. HEX triplet: 81, 8B and 81. RGB value is (129,139,129). Sum of RGB (Red+Green+Blue) = 129+139+129=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 139 - color contains mainly: green. Hex color #818B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818B81 is #7E747E. Grayscale: #868686. Windows color (decimal): -8287359 or 8489857. OLE color: 8489857.
HSL color Cylindrical-coordinate representation of color #818B81: hue angle of 120º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #818B81 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 139 | 129 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.45 |
| HSL | 120º | 0.04% | 0.53% | - |
| HSV(B) | 120º | 0.07% | 0.55% | - |
| XYZ | 22.25 | 24.72 | 24.37 | - |
| YUV | 134.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 139 | 129 | 0.07 | 0 | 0.07 | 0.45 | 120 | 0.04 | 0.53 |
| Hex | 81 | 8B | 81 | 7 | 0 | 7 | 2D | 78 | 4 | 35 |
| Octal | 201 | 213 | 201 | 7 | 0 | 7 | 55 | 170 | 4 | 65 |
| Binary | 10000001 | 10001011 | 10000001 | 111 | 0 | 111 | 101101 | 1111000 | 100 | 110101 |
Color Harmonies of #818B81
Complementary color
Monochromatic Colors of #818B81
Black with #818B81
Text Example
Text Example
White with #818B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818B81; }
p { color: rgb(129,139,129); }
H1.HeaderClassName
{
color: #818B81;
}
.AnyTagClassName
{
color: #818B81;
}
</style>
background-color css
<style>
a { background-color: #818B81; }
a { background-color: rgb(129,139,129); }
div.DivClassName
{
background-color: #818B81;
}
.BgClassName
{
background-color: #818B81;
}
</style>
border-color css
<style>
span { border-color: #818B81; }
span { border-color: rgb(129,139,129); }
td.TdClassName
{
border-color: #818B81;
}
.TagClassName
{
border-color: #818B81;
}
</style>