Shades of Grey #887D7C
Tints of Grey #887D7C
RGB
CMYK
RGB Variations
Color information
#887D7C (or 0x887D7C) is known color: Grey. HEX triplet: 88, 7D and 7C. RGB value is (136,125,124). Sum of RGB (Red+Green+Blue) = 136+125+124=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 136 - color contains mainly: red. Hex color #887D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D7C is #778283. Grayscale: #808080. Windows color (decimal): -7832196 or 8158600. OLE color: 8158600.
HSL color Cylindrical-coordinate representation of color #887D7C: hue angle of 5º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #887D7C is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 125 | 124 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.47 |
| HSL | 5º | 0.05% | 0.51% | - |
| HSV(B) | 5º | 0.09% | 0.53% | - |
| XYZ | 21.13 | 21.36 | 22.08 | - |
| YUV | 128.18 | 125.64 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 124 | 0 | 0.08 | 0.09 | 0.47 | 5 | 0.05 | 0.51 |
| Hex | 88 | 7D | 7C | 0 | 8 | 9 | 2F | 5 | 5 | 33 |
| Octal | 210 | 175 | 174 | 0 | 10 | 11 | 57 | 5 | 5 | 63 |
| Binary | 10001000 | 1111101 | 1111100 | 0 | 1000 | 1001 | 101111 | 101 | 101 | 110011 |
Color Harmonies of #887D7C
Complementary color
Monochromatic Colors of #887D7C
Black with #887D7C
Text Example
Text Example
White with #887D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887D7C; }
p { color: rgb(136,125,124); }
H1.HeaderClassName
{
color: #887D7C;
}
.AnyTagClassName
{
color: #887D7C;
}
</style>
background-color css
<style>
a { background-color: #887D7C; }
a { background-color: rgb(136,125,124); }
div.DivClassName
{
background-color: #887D7C;
}
.BgClassName
{
background-color: #887D7C;
}
</style>
border-color css
<style>
span { border-color: #887D7C; }
span { border-color: rgb(136,125,124); }
td.TdClassName
{
border-color: #887D7C;
}
.TagClassName
{
border-color: #887D7C;
}
</style>