Shades of Stack #879588
Tints of Stack #879588
RGB
CMYK
RGB Variations
Color information
#879588 (or 0x879588) is known color: Stack. HEX triplet: 87, 95 and 88. RGB value is (135,149,136). Sum of RGB (Red+Green+Blue) = 135+149+136=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 149 - color contains mainly: green. Hex color #879588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879588 is #786A77. Grayscale: #8F8F8F. Windows color (decimal): -7891576 or 8951175. OLE color: 8951175.
HSL color Cylindrical-coordinate representation of color #879588: hue angle of 124.29º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #879588 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 149 | 136 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.42 |
| HSL | 124.29º | 0.06% | 0.56% | - |
| HSV(B) | 124.29º | 0.09% | 0.58% | - |
| XYZ | 25.18 | 28.42 | 27.45 | - |
| YUV | 143.33 | 123.86 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 149 | 136 | 0.09 | 0 | 0.09 | 0.42 | 124.29 | 0.06 | 0.56 |
| Hex | 87 | 95 | 88 | 9 | 0 | 9 | 2A | 7C | 6 | 38 |
| Octal | 207 | 225 | 210 | 11 | 0 | 11 | 52 | 174 | 6 | 70 |
| Binary | 10000111 | 10010101 | 10001000 | 1001 | 0 | 1001 | 101010 | 1111100 | 110 | 111000 |
Color Harmonies of #879588
Complementary color
Monochromatic Colors of #879588
Black with #879588
Text Example
Text Example
White with #879588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879588; }
p { color: rgb(135,149,136); }
H1.HeaderClassName
{
color: #879588;
}
.AnyTagClassName
{
color: #879588;
}
</style>
background-color css
<style>
a { background-color: #879588; }
a { background-color: rgb(135,149,136); }
div.DivClassName
{
background-color: #879588;
}
.BgClassName
{
background-color: #879588;
}
</style>
border-color css
<style>
span { border-color: #879588; }
span { border-color: rgb(135,149,136); }
td.TdClassName
{
border-color: #879588;
}
.TagClassName
{
border-color: #879588;
}
</style>