Shades of Grey #887F7F
Tints of Grey #887F7F
RGB
CMYK
RGB Variations
Color information
#887F7F (or 0x887F7F) is known color: Grey. HEX triplet: 88, 7F and 7F. RGB value is (136,127,127). Sum of RGB (Red+Green+Blue) = 136+127+127=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 136 - color contains mainly: red. Hex color #887F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F7F is #778080. Grayscale: #818181. Windows color (decimal): -7831681 or 8355720. OLE color: 8355720.
HSL color Cylindrical-coordinate representation of color #887F7F: hue angle of 0º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #887F7F is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 127 | 127 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.47 |
| HSL | 0º | 0.04% | 0.52% | - |
| HSV(B) | 0º | 0.07% | 0.53% | - |
| XYZ | 21.57 | 21.95 | 23.18 | - |
| YUV | 129.69 | 126.48 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 127 | 0 | 0.07 | 0.07 | 0.47 | 0 | 0.04 | 0.52 |
| Hex | 88 | 7F | 7F | 0 | 7 | 7 | 2F | 0 | 4 | 34 |
| Octal | 210 | 177 | 177 | 0 | 7 | 7 | 57 | 0 | 4 | 64 |
| Binary | 10001000 | 1111111 | 1111111 | 0 | 111 | 111 | 101111 | 0 | 100 | 110100 |
Color Harmonies of #887F7F
Complementary color
Monochromatic Colors of #887F7F
Black with #887F7F
Text Example
Text Example
White with #887F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887F7F; }
p { color: rgb(136,127,127); }
H1.HeaderClassName
{
color: #887F7F;
}
.AnyTagClassName
{
color: #887F7F;
}
</style>
background-color css
<style>
a { background-color: #887F7F; }
a { background-color: rgb(136,127,127); }
div.DivClassName
{
background-color: #887F7F;
}
.BgClassName
{
background-color: #887F7F;
}
</style>
border-color css
<style>
span { border-color: #887F7F; }
span { border-color: rgb(136,127,127); }
td.TdClassName
{
border-color: #887F7F;
}
.TagClassName
{
border-color: #887F7F;
}
</style>