Shades of Stack #879487
Tints of Stack #879487
RGB
CMYK
RGB Variations
Color information
#879487 (or 0x879487) is known color: Stack. HEX triplet: 87, 94 and 87. RGB value is (135,148,135). Sum of RGB (Red+Green+Blue) = 135+148+135=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 148 - color contains mainly: green. Hex color #879487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879487 is #786B78. Grayscale: #8E8E8E. Windows color (decimal): -7891833 or 8885383. OLE color: 8885383.
HSL color Cylindrical-coordinate representation of color #879487: hue angle of 120º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #879487 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 148 | 135 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.42 |
| HSL | 120º | 0.06% | 0.55% | - |
| HSV(B) | 120º | 0.09% | 0.58% | - |
| XYZ | 24.95 | 28.08 | 27.03 | - |
| YUV | 142.63 | 123.69 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 148 | 135 | 0.09 | 0 | 0.09 | 0.42 | 120 | 0.06 | 0.55 |
| Hex | 87 | 94 | 87 | 9 | 0 | 9 | 2A | 78 | 6 | 37 |
| Octal | 207 | 224 | 207 | 11 | 0 | 11 | 52 | 170 | 6 | 67 |
| Binary | 10000111 | 10010100 | 10000111 | 1001 | 0 | 1001 | 101010 | 1111000 | 110 | 110111 |
Color Harmonies of #879487
Complementary color
Monochromatic Colors of #879487
Black with #879487
Text Example
Text Example
White with #879487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879487; }
p { color: rgb(135,148,135); }
H1.HeaderClassName
{
color: #879487;
}
.AnyTagClassName
{
color: #879487;
}
</style>
background-color css
<style>
a { background-color: #879487; }
a { background-color: rgb(135,148,135); }
div.DivClassName
{
background-color: #879487;
}
.BgClassName
{
background-color: #879487;
}
</style>
border-color css
<style>
span { border-color: #879487; }
span { border-color: rgb(135,148,135); }
td.TdClassName
{
border-color: #879487;
}
.TagClassName
{
border-color: #879487;
}
</style>