Shades of Stack #818C82
Tints of Stack #818C82
RGB
CMYK
RGB Variations
Color information
#818C82 (or 0x818C82) is known color: Stack. HEX triplet: 81, 8C and 82. RGB value is (129,140,130). Sum of RGB (Red+Green+Blue) = 129+140+130=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 140 - color contains mainly: green. Hex color #818C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818C82 is #7E737D. Grayscale: #878787. Windows color (decimal): -8287102 or 8555649. OLE color: 8555649.
HSL color Cylindrical-coordinate representation of color #818C82: hue angle of 125.45º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #818C82 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 140 | 130 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.45 |
| HSL | 125.45º | 0.05% | 0.53% | - |
| HSV(B) | 125.45º | 0.08% | 0.55% | - |
| XYZ | 22.46 | 25.04 | 24.77 | - |
| YUV | 135.57 | 124.86 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 140 | 130 | 0.08 | 0 | 0.07 | 0.45 | 125.45 | 0.05 | 0.53 |
| Hex | 81 | 8C | 82 | 8 | 0 | 7 | 2D | 7D | 5 | 35 |
| Octal | 201 | 214 | 202 | 10 | 0 | 7 | 55 | 175 | 5 | 65 |
| Binary | 10000001 | 10001100 | 10000010 | 1000 | 0 | 111 | 101101 | 1111101 | 101 | 110101 |
Color Harmonies of #818C82
Complementary color
Monochromatic Colors of #818C82
Black with #818C82
Text Example
Text Example
White with #818C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818C82; }
p { color: rgb(129,140,130); }
H1.HeaderClassName
{
color: #818C82;
}
.AnyTagClassName
{
color: #818C82;
}
</style>
background-color css
<style>
a { background-color: #818C82; }
a { background-color: rgb(129,140,130); }
div.DivClassName
{
background-color: #818C82;
}
.BgClassName
{
background-color: #818C82;
}
</style>
border-color css
<style>
span { border-color: #818C82; }
span { border-color: rgb(129,140,130); }
td.TdClassName
{
border-color: #818C82;
}
.TagClassName
{
border-color: #818C82;
}
</style>