Shades of Grey #878787
Tints of Grey #878787
RGB
CMYK
RGB Variations
Color information
#878787 (or 0x878787) is known color: Grey. HEX triplet: 87, 87 and 87. RGB value is (135,135,135). Sum of RGB (Red+Green+Blue) = 135+135+135=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 135 - color contains mainly: red, green, blue. Hex color #878787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878787 is #787878. Grayscale: #878787. Windows color (decimal): -7895161 or 8882055. OLE color: 8882055.
HSL color Cylindrical-coordinate representation of color #878787: hue angle of 0º degrees, saturation: 0, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0%. Process color model (Four color, CMYK) of #878787 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
RGB | 135 | 135 | 135 | - |
CMYK | 0 | 0 | 0 | 0.47 |
HSL | 0º | 0% | 0.53% | - |
HSV(B) | 0º | 0% | 0.53% | - |
XYZ | 23.03 | 24.23 | 26.38 | - |
YUV | 135 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 135 | 135 | 135 | 0 | 0 | 0 | 0.47 | 0 | 0 | 0.53 |
Hex | 87 | 87 | 87 | 0 | 0 | 0 | 2F | 0 | 0 | 35 |
Octal | 207 | 207 | 207 | 0 | 0 | 0 | 57 | 0 | 0 | 65 |
Binary | 10000111 | 10000111 | 10000111 | 0 | 0 | 0 | 101111 | 0 | 0 | 110101 |
Color Harmonies of #878787
Complementary color
Monochromatic Colors of #878787
Black with #878787
Text Example
Text Example
White with #878787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878787; }
p { color: rgb(135,135,135); }
H1.HeaderClassName
{
color: #878787;
}
.AnyTagClassName
{
color: #878787;
}
</style>
background-color css
<style>
a { background-color: #878787; }
a { background-color: rgb(135,135,135); }
div.DivClassName
{
background-color: #878787;
}
.BgClassName
{
background-color: #878787;
}
</style>
border-color css
<style>
span { border-color: #878787; }
span { border-color: rgb(135,135,135); }
td.TdClassName
{
border-color: #878787;
}
.TagClassName
{
border-color: #878787;
}
</style>