Shades of Stack #879A86
Tints of Stack #879A86
RGB
CMYK
RGB Variations
Color information
#879A86 (or 0x879A86) is known color: Stack. HEX triplet: 87, 9A and 86. RGB value is (135,154,134). Sum of RGB (Red+Green+Blue) = 135+154+134=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 154 - color contains mainly: green. Hex color #879A86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879A86 is #786579. Grayscale: #929292. Windows color (decimal): -7890298 or 8821383. OLE color: 8821383.
HSL color Cylindrical-coordinate representation of color #879A86: hue angle of 117º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #879A86 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 154 | 134 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.40 |
| HSL | 117º | 0.09% | 0.56% | - |
| HSV(B) | 117º | 0.13% | 0.6% | - |
| XYZ | 25.85 | 29.98 | 26.98 | - |
| YUV | 146.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 154 | 134 | 0.12 | 0 | 0.13 | 0.40 | 117 | 0.09 | 0.56 |
| Hex | 87 | 9A | 86 | C | 0 | D | 28 | 75 | 9 | 38 |
| Octal | 207 | 232 | 206 | 14 | 0 | 15 | 50 | 165 | 11 | 70 |
| Binary | 10000111 | 10011010 | 10000110 | 1100 | 0 | 1101 | 101000 | 1110101 | 1001 | 111000 |
Color Harmonies of #879A86
Complementary color
Monochromatic Colors of #879A86
Black with #879A86
Text Example
Text Example
White with #879A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879A86; }
p { color: rgb(135,154,134); }
H1.HeaderClassName
{
color: #879A86;
}
.AnyTagClassName
{
color: #879A86;
}
</style>
background-color css
<style>
a { background-color: #879A86; }
a { background-color: rgb(135,154,134); }
div.DivClassName
{
background-color: #879A86;
}
.BgClassName
{
background-color: #879A86;
}
</style>
border-color css
<style>
span { border-color: #879A86; }
span { border-color: rgb(135,154,134); }
td.TdClassName
{
border-color: #879A86;
}
.TagClassName
{
border-color: #879A86;
}
</style>