Shades of Stack #878B87
Tints of Stack #878B87
RGB
CMYK
RGB Variations
Color information
#878B87 (or 0x878B87) is known color: Stack. HEX triplet: 87, 8B and 87. RGB value is (135,139,135). Sum of RGB (Red+Green+Blue) = 135+139+135=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 139 - color contains mainly: green. Hex color #878B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878B87 is #787478. Grayscale: #898989. Windows color (decimal): -7894137 or 8883079. OLE color: 8883079.
HSL color Cylindrical-coordinate representation of color #878B87: hue angle of 120º 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 #878B87 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
RGB | 135 | 139 | 135 | - |
CMYK | 0.03 | 0 | 0.03 | 0.45 |
HSL | 120º | 0.02% | 0.54% | - |
HSV(B) | 120º | 0.03% | 0.55% | - |
XYZ | 23.6 | 25.37 | 26.57 | - |
YUV | 137.35 | 126.67 | 126.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 135 | 139 | 135 | 0.03 | 0 | 0.03 | 0.45 | 120 | 0.02 | 0.54 |
Hex | 87 | 8B | 87 | 3 | 0 | 3 | 2D | 78 | 2 | 36 |
Octal | 207 | 213 | 207 | 3 | 0 | 3 | 55 | 170 | 2 | 66 |
Binary | 10000111 | 10001011 | 10000111 | 11 | 0 | 11 | 101101 | 1111000 | 10 | 110110 |
Color Harmonies of #878B87
Complementary color
Monochromatic Colors of #878B87
Black with #878B87
Text Example
Text Example
White with #878B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878B87; }
p { color: rgb(135,139,135); }
H1.HeaderClassName
{
color: #878B87;
}
.AnyTagClassName
{
color: #878B87;
}
</style>
background-color css
<style>
a { background-color: #878B87; }
a { background-color: rgb(135,139,135); }
div.DivClassName
{
background-color: #878B87;
}
.BgClassName
{
background-color: #878B87;
}
</style>
border-color css
<style>
span { border-color: #878B87; }
span { border-color: rgb(135,139,135); }
td.TdClassName
{
border-color: #878B87;
}
.TagClassName
{
border-color: #878B87;
}
</style>