Shades of Grey #878585
Tints of Grey #878585
RGB
CMYK
RGB Variations
Color information
#878585 (or 0x878585) is known color: Grey. HEX triplet: 87, 85 and 85. RGB value is (135,133,133). Sum of RGB (Red+Green+Blue) = 135+133+133=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 135 - color contains mainly: red. Hex color #878585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878585 is #787A7A. Grayscale: #858585. Windows color (decimal): -7895675 or 8750471. OLE color: 8750471.
HSL color Cylindrical-coordinate representation of color #878585: hue angle of 0º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #878585 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 133 | 133 | - |
| CMYK | 0 | 0.01 | 0.01 | 0.47 |
| HSL | 0º | 0.01% | 0.53% | - |
| HSV(B) | 0º | 0.01% | 0.53% | - |
| XYZ | 22.61 | 23.62 | 25.56 | - |
| YUV | 133.6 | 127.66 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 133 | 133 | 0 | 0.01 | 0.01 | 0.47 | 0 | 0.01 | 0.53 |
| Hex | 87 | 85 | 85 | 0 | 1 | 1 | 2F | 0 | 1 | 35 |
| Octal | 207 | 205 | 205 | 0 | 1 | 1 | 57 | 0 | 1 | 65 |
| Binary | 10000111 | 10000101 | 10000101 | 0 | 1 | 1 | 101111 | 0 | 1 | 110101 |
Color Harmonies of #878585
Complementary color
Monochromatic Colors of #878585
Black with #878585
Text Example
Text Example
White with #878585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878585; }
p { color: rgb(135,133,133); }
H1.HeaderClassName
{
color: #878585;
}
.AnyTagClassName
{
color: #878585;
}
</style>
background-color css
<style>
a { background-color: #878585; }
a { background-color: rgb(135,133,133); }
div.DivClassName
{
background-color: #878585;
}
.BgClassName
{
background-color: #878585;
}
</style>
border-color css
<style>
span { border-color: #878585; }
span { border-color: rgb(135,133,133); }
td.TdClassName
{
border-color: #878585;
}
.TagClassName
{
border-color: #878585;
}
</style>