Shades of Stack #878987
Tints of Stack #878987
RGB
CMYK
RGB Variations
Color information
#878987 (or 0x878987) is known color: Stack. HEX triplet: 87, 89 and 87. RGB value is (135,137,135). Sum of RGB (Red+Green+Blue) = 135+137+135=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 137 - color contains mainly: green. Hex color #878987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878987 is #787678. Grayscale: #888888. Windows color (decimal): -7894649 or 8882567. OLE color: 8882567.
HSL color Cylindrical-coordinate representation of color #878987: hue angle of 120º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #878987 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
RGB | 135 | 137 | 135 | - |
CMYK | 0.01 | 0 | 0.01 | 0.46 |
HSL | 120º | 0.01% | 0.53% | - |
HSV(B) | 120º | 0.01% | 0.54% | - |
XYZ | 23.31 | 24.79 | 26.48 | - |
YUV | 136.17 | 127.34 | 127.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 135 | 137 | 135 | 0.01 | 0 | 0.01 | 0.46 | 120 | 0.01 | 0.53 |
Hex | 87 | 89 | 87 | 1 | 0 | 1 | 2E | 78 | 1 | 35 |
Octal | 207 | 211 | 207 | 1 | 0 | 1 | 56 | 170 | 1 | 65 |
Binary | 10000111 | 10001001 | 10000111 | 1 | 0 | 1 | 101110 | 1111000 | 1 | 110101 |
Color Harmonies of #878987
Complementary color
Monochromatic Colors of #878987
Black with #878987
Text Example
Text Example
White with #878987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878987; }
p { color: rgb(135,137,135); }
H1.HeaderClassName
{
color: #878987;
}
.AnyTagClassName
{
color: #878987;
}
</style>
background-color css
<style>
a { background-color: #878987; }
a { background-color: rgb(135,137,135); }
div.DivClassName
{
background-color: #878987;
}
.BgClassName
{
background-color: #878987;
}
</style>
border-color css
<style>
span { border-color: #878987; }
span { border-color: rgb(135,137,135); }
td.TdClassName
{
border-color: #878987;
}
.TagClassName
{
border-color: #878987;
}
</style>