Shades of Stack #879087
Tints of Stack #879087
RGB
CMYK
RGB Variations
Color information
#879087 (or 0x879087) is known color: Stack. HEX triplet: 87, 90 and 87. RGB value is (135,144,135). Sum of RGB (Red+Green+Blue) = 135+144+135=414 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.61% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 144 - color contains mainly: green. Hex color #879087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879087 is #786F78. Grayscale: #8C8C8C. Windows color (decimal): -7892857 or 8884359. OLE color: 8884359.
HSL color Cylindrical-coordinate representation of color #879087: hue angle of 120º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #879087 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 144 | 135 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.44 |
| HSL | 120º | 0.04% | 0.55% | - |
| HSV(B) | 120º | 0.06% | 0.56% | - |
| XYZ | 24.34 | 26.85 | 26.82 | - |
| YUV | 140.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 144 | 135 | 0.06 | 0 | 0.06 | 0.44 | 120 | 0.04 | 0.55 |
| Hex | 87 | 90 | 87 | 6 | 0 | 6 | 2C | 78 | 4 | 37 |
| Octal | 207 | 220 | 207 | 6 | 0 | 6 | 54 | 170 | 4 | 67 |
| Binary | 10000111 | 10010000 | 10000111 | 110 | 0 | 110 | 101100 | 1111000 | 100 | 110111 |
Color Harmonies of #879087
Complementary color
Monochromatic Colors of #879087
Black with #879087
Text Example
Text Example
White with #879087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879087; }
p { color: rgb(135,144,135); }
H1.HeaderClassName
{
color: #879087;
}
.AnyTagClassName
{
color: #879087;
}
</style>
background-color css
<style>
a { background-color: #879087; }
a { background-color: rgb(135,144,135); }
div.DivClassName
{
background-color: #879087;
}
.BgClassName
{
background-color: #879087;
}
</style>
border-color css
<style>
span { border-color: #879087; }
span { border-color: rgb(135,144,135); }
td.TdClassName
{
border-color: #879087;
}
.TagClassName
{
border-color: #879087;
}
</style>