Shades of Stack #879987
Tints of Stack #879987
RGB
CMYK
RGB Variations
Color information
#879987 (or 0x879987) is known color: Stack. HEX triplet: 87, 99 and 87. RGB value is (135,153,135). Sum of RGB (Red+Green+Blue) = 135+153+135=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 153 - color contains mainly: green. Hex color #879987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879987 is #786678. Grayscale: #919191. Windows color (decimal): -7890553 or 8886663. OLE color: 8886663.
HSL color Cylindrical-coordinate representation of color #879987: hue angle of 120º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #879987 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 153 | 135 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.4 |
| HSL | 120º | 0.08% | 0.56% | - |
| HSV(B) | 120º | 0.12% | 0.6% | - |
| XYZ | 25.76 | 29.68 | 27.29 | - |
| YUV | 145.57 | 122.04 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 153 | 135 | 0.12 | 0 | 0.12 | 0.4 | 120 | 0.08 | 0.56 |
| Hex | 87 | 99 | 87 | C | 0 | C | 28 | 78 | 8 | 38 |
| Octal | 207 | 231 | 207 | 14 | 0 | 14 | 50 | 170 | 10 | 70 |
| Binary | 10000111 | 10011001 | 10000111 | 1100 | 0 | 1100 | 101000 | 1111000 | 1000 | 111000 |
Color Harmonies of #879987
Complementary color
Monochromatic Colors of #879987
Black with #879987
Text Example
Text Example
White with #879987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879987; }
p { color: rgb(135,153,135); }
H1.HeaderClassName
{
color: #879987;
}
.AnyTagClassName
{
color: #879987;
}
</style>
background-color css
<style>
a { background-color: #879987; }
a { background-color: rgb(135,153,135); }
div.DivClassName
{
background-color: #879987;
}
.BgClassName
{
background-color: #879987;
}
</style>
border-color css
<style>
span { border-color: #879987; }
span { border-color: rgb(135,153,135); }
td.TdClassName
{
border-color: #879987;
}
.TagClassName
{
border-color: #879987;
}
</style>