Shades of Grey #888787
Tints of Grey #888787
RGB
CMYK
RGB Variations
Color information
#888787 (or 0x888787) is known color: Grey. HEX triplet: 88, 87 and 87. RGB value is (136,135,135). Sum of RGB (Red+Green+Blue) = 136+135+135=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 136 - color contains mainly: red. Hex color #888787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888787 is #777878. Grayscale: #878787. Windows color (decimal): -7829625 or 8882056. OLE color: 8882056.
HSL color Cylindrical-coordinate representation of color #888787: hue angle of 0º degrees, saturation: 0, 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 #888787 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 135 | 135 | - |
| CMYK | 0 | 0.01 | 0.01 | 0.47 |
| HSL | 0º | 0% | 0.53% | - |
| HSV(B) | 0º | 0.01% | 0.53% | - |
| XYZ | 23.19 | 24.31 | 26.39 | - |
| YUV | 135.3 | 127.83 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 135 | 135 | 0 | 0.01 | 0.01 | 0.47 | 0 | 0 | 0.53 |
| Hex | 88 | 87 | 87 | 0 | 1 | 1 | 2F | 0 | 0 | 35 |
| Octal | 210 | 207 | 207 | 0 | 1 | 1 | 57 | 0 | 0 | 65 |
| Binary | 10001000 | 10000111 | 10000111 | 0 | 1 | 1 | 101111 | 0 | 0 | 110101 |
Color Harmonies of #888787
Complementary color
Monochromatic Colors of #888787
Black with #888787
Text Example
Text Example
White with #888787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888787; }
p { color: rgb(136,135,135); }
H1.HeaderClassName
{
color: #888787;
}
.AnyTagClassName
{
color: #888787;
}
</style>
background-color css
<style>
a { background-color: #888787; }
a { background-color: rgb(136,135,135); }
div.DivClassName
{
background-color: #888787;
}
.BgClassName
{
background-color: #888787;
}
</style>
border-color css
<style>
span { border-color: #888787; }
span { border-color: rgb(136,135,135); }
td.TdClassName
{
border-color: #888787;
}
.TagClassName
{
border-color: #888787;
}
</style>