Shades of Stack #878B88
Tints of Stack #878B88
RGB
CMYK
RGB Variations
Color information
#878B88 (or 0x878B88) is known color: Stack. HEX triplet: 87, 8B and 88. RGB value is (135,139,136). Sum of RGB (Red+Green+Blue) = 135+139+136=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 139 - color contains mainly: green. Hex color #878B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878B88 is #787477. Grayscale: #898989. Windows color (decimal): -7894136 or 8948615. OLE color: 8948615.
HSL color Cylindrical-coordinate representation of color #878B88: hue angle of 135º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #878B88 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 139 | 136 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.45 |
| HSL | 135º | 0.02% | 0.54% | - |
| HSV(B) | 135º | 0.03% | 0.55% | - |
| XYZ | 23.67 | 25.39 | 26.95 | - |
| YUV | 137.46 | 127.17 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 139 | 136 | 0.03 | 0 | 0.02 | 0.45 | 135 | 0.02 | 0.54 |
| Hex | 87 | 8B | 88 | 3 | 0 | 2 | 2D | 87 | 2 | 36 |
| Octal | 207 | 213 | 210 | 3 | 0 | 2 | 55 | 207 | 2 | 66 |
| Binary | 10000111 | 10001011 | 10001000 | 11 | 0 | 10 | 101101 | 10000111 | 10 | 110110 |
Color Harmonies of #878B88
Complementary color
Monochromatic Colors of #878B88
Black with #878B88
Text Example
Text Example
White with #878B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878B88; }
p { color: rgb(135,139,136); }
H1.HeaderClassName
{
color: #878B88;
}
.AnyTagClassName
{
color: #878B88;
}
</style>
background-color css
<style>
a { background-color: #878B88; }
a { background-color: rgb(135,139,136); }
div.DivClassName
{
background-color: #878B88;
}
.BgClassName
{
background-color: #878B88;
}
</style>
border-color css
<style>
span { border-color: #878B88; }
span { border-color: rgb(135,139,136); }
td.TdClassName
{
border-color: #878B88;
}
.TagClassName
{
border-color: #878B88;
}
</style>