Shades of Stack #879C84
Tints of Stack #879C84
RGB
CMYK
RGB Variations
Color information
#879C84 (or 0x879C84) is known color: Stack. HEX triplet: 87, 9C and 84. RGB value is (135,156,132). Sum of RGB (Red+Green+Blue) = 135+156+132=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 156 - color contains mainly: green. Hex color #879C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879C84 is #78637B. Grayscale: #939393. Windows color (decimal): -7889788 or 8690823. OLE color: 8690823.
HSL color Cylindrical-coordinate representation of color #879C84: hue angle of 112.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #879C84 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 135 | 156 | 132 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.39 |
| HSL | 112.5º | 0.11% | 0.56% | - |
| HSV(B) | 112.5º | 0.15% | 0.61% | - |
| XYZ | 26.05 | 30.59 | 26.36 | - |
| YUV | 146.99 | 119.54 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 156 | 132 | 0.13 | 0 | 0.15 | 0.39 | 112.5 | 0.11 | 0.56 |
| Hex | 87 | 9C | 84 | D | 0 | F | 27 | 70 | B | 38 |
| Octal | 207 | 234 | 204 | 15 | 0 | 17 | 47 | 160 | 13 | 70 |
| Binary | 10000111 | 10011100 | 10000100 | 1101 | 0 | 1111 | 100111 | 1110000 | 1011 | 111000 |
Color Harmonies of #879C84
Complementary color
Monochromatic Colors of #879C84
Black with #879C84
Text Example
Text Example
White with #879C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879C84; }
p { color: rgb(135,156,132); }
H1.HeaderClassName
{
color: #879C84;
}
.AnyTagClassName
{
color: #879C84;
}
</style>
background-color css
<style>
a { background-color: #879C84; }
a { background-color: rgb(135,156,132); }
div.DivClassName
{
background-color: #879C84;
}
.BgClassName
{
background-color: #879C84;
}
</style>
border-color css
<style>
span { border-color: #879C84; }
span { border-color: rgb(135,156,132); }
td.TdClassName
{
border-color: #879C84;
}
.TagClassName
{
border-color: #879C84;
}
</style>