Shades of Stack #878F87
Tints of Stack #878F87
RGB
CMYK
RGB Variations
Color information
#878F87 (or 0x878F87) is known color: Stack. HEX triplet: 87, 8F and 87. RGB value is (135,143,135). Sum of RGB (Red+Green+Blue) = 135+143+135=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 143 - color contains mainly: green. Hex color #878F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878F87 is #787078. Grayscale: #8B8B8B. Windows color (decimal): -7893113 or 8884103. OLE color: 8884103.
HSL color Cylindrical-coordinate representation of color #878F87: hue angle of 120º degrees, saturation: 0.03, 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 #878F87 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 143 | 135 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.44 |
| HSL | 120º | 0.03% | 0.55% | - |
| HSV(B) | 120º | 0.06% | 0.56% | - |
| XYZ | 24.19 | 26.55 | 26.77 | - |
| YUV | 139.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 143 | 135 | 0.06 | 0 | 0.06 | 0.44 | 120 | 0.03 | 0.55 |
| Hex | 87 | 8F | 87 | 6 | 0 | 6 | 2C | 78 | 3 | 37 |
| Octal | 207 | 217 | 207 | 6 | 0 | 6 | 54 | 170 | 3 | 67 |
| Binary | 10000111 | 10001111 | 10000111 | 110 | 0 | 110 | 101100 | 1111000 | 11 | 110111 |
Color Harmonies of #878F87
Complementary color
Monochromatic Colors of #878F87
Black with #878F87
Text Example
Text Example
White with #878F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878F87; }
p { color: rgb(135,143,135); }
H1.HeaderClassName
{
color: #878F87;
}
.AnyTagClassName
{
color: #878F87;
}
</style>
background-color css
<style>
a { background-color: #878F87; }
a { background-color: rgb(135,143,135); }
div.DivClassName
{
background-color: #878F87;
}
.BgClassName
{
background-color: #878F87;
}
</style>
border-color css
<style>
span { border-color: #878F87; }
span { border-color: rgb(135,143,135); }
td.TdClassName
{
border-color: #878F87;
}
.TagClassName
{
border-color: #878F87;
}
</style>