Shades of Stack #878F85
Tints of Stack #878F85
RGB
CMYK
RGB Variations
Color information
#878F85 (or 0x878F85) is known color: Stack. HEX triplet: 87, 8F and 85. RGB value is (135,143,133). Sum of RGB (Red+Green+Blue) = 135+143+133=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 143 - color contains mainly: green. Hex color #878F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878F85 is #78707A. Grayscale: #8B8B8B. Windows color (decimal): -7893115 or 8753031. OLE color: 8753031.
HSL color Cylindrical-coordinate representation of color #878F85: hue angle of 108º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #878F85 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 143 | 133 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.44 |
| HSL | 108º | 0.04% | 0.54% | - |
| HSV(B) | 108º | 0.07% | 0.56% | - |
| XYZ | 24.05 | 26.49 | 26.04 | - |
| YUV | 139.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 143 | 133 | 0.06 | 0 | 0.07 | 0.44 | 108 | 0.04 | 0.54 |
| Hex | 87 | 8F | 85 | 6 | 0 | 7 | 2C | 6C | 4 | 36 |
| Octal | 207 | 217 | 205 | 6 | 0 | 7 | 54 | 154 | 4 | 66 |
| Binary | 10000111 | 10001111 | 10000101 | 110 | 0 | 111 | 101100 | 1101100 | 100 | 110110 |
Color Harmonies of #878F85
Complementary color
Monochromatic Colors of #878F85
Black with #878F85
Text Example
Text Example
White with #878F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878F85; }
p { color: rgb(135,143,133); }
H1.HeaderClassName
{
color: #878F85;
}
.AnyTagClassName
{
color: #878F85;
}
</style>
background-color css
<style>
a { background-color: #878F85; }
a { background-color: rgb(135,143,133); }
div.DivClassName
{
background-color: #878F85;
}
.BgClassName
{
background-color: #878F85;
}
</style>
border-color css
<style>
span { border-color: #878F85; }
span { border-color: rgb(135,143,133); }
td.TdClassName
{
border-color: #878F85;
}
.TagClassName
{
border-color: #878F85;
}
</style>