Shades of Stack #879584
Tints of Stack #879584
RGB
CMYK
RGB Variations
Color information
#879584 (or 0x879584) is known color: Stack. HEX triplet: 87, 95 and 84. RGB value is (135,149,132). Sum of RGB (Red+Green+Blue) = 135+149+132=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 149 - color contains mainly: green. Hex color #879584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879584 is #786A7B. Grayscale: #8E8E8E. Windows color (decimal): -7891580 or 8689031. OLE color: 8689031.
HSL color Cylindrical-coordinate representation of color #879584: hue angle of 109.41º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #879584 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 149 | 132 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.42 |
| HSL | 109.41º | 0.07% | 0.55% | - |
| HSV(B) | 109.41º | 0.11% | 0.58% | - |
| XYZ | 24.9 | 28.31 | 25.98 | - |
| YUV | 142.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 149 | 132 | 0.09 | 0 | 0.11 | 0.42 | 109.41 | 0.07 | 0.55 |
| Hex | 87 | 95 | 84 | 9 | 0 | B | 2A | 6D | 7 | 37 |
| Octal | 207 | 225 | 204 | 11 | 0 | 13 | 52 | 155 | 7 | 67 |
| Binary | 10000111 | 10010101 | 10000100 | 1001 | 0 | 1011 | 101010 | 1101101 | 111 | 110111 |
Color Harmonies of #879584
Complementary color
Monochromatic Colors of #879584
Black with #879584
Text Example
Text Example
White with #879584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879584; }
p { color: rgb(135,149,132); }
H1.HeaderClassName
{
color: #879584;
}
.AnyTagClassName
{
color: #879584;
}
</style>
background-color css
<style>
a { background-color: #879584; }
a { background-color: rgb(135,149,132); }
div.DivClassName
{
background-color: #879584;
}
.BgClassName
{
background-color: #879584;
}
</style>
border-color css
<style>
span { border-color: #879584; }
span { border-color: rgb(135,149,132); }
td.TdClassName
{
border-color: #879584;
}
.TagClassName
{
border-color: #879584;
}
</style>