Shades of Grey #887D7D
Tints of Grey #887D7D
RGB
CMYK
RGB Variations
Color information
#887D7D (or 0x887D7D) is known color: Grey. HEX triplet: 88, 7D and 7D. RGB value is (136,125,125). Sum of RGB (Red+Green+Blue) = 136+125+125=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 136 - color contains mainly: red. Hex color #887D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D7D is #778282. Grayscale: #808080. Windows color (decimal): -7832195 or 8224136. OLE color: 8224136.
HSL color Cylindrical-coordinate representation of color #887D7D: hue angle of 0º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #887D7D is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 125 | 125 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.47 |
| HSL | 0º | 0.04% | 0.51% | - |
| HSV(B) | 0º | 0.08% | 0.53% | - |
| XYZ | 21.19 | 21.38 | 22.41 | - |
| YUV | 128.29 | 126.14 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 125 | 0 | 0.08 | 0.08 | 0.47 | 0 | 0.04 | 0.51 |
| Hex | 88 | 7D | 7D | 0 | 8 | 8 | 2F | 0 | 4 | 33 |
| Octal | 210 | 175 | 175 | 0 | 10 | 10 | 57 | 0 | 4 | 63 |
| Binary | 10001000 | 1111101 | 1111101 | 0 | 1000 | 1000 | 101111 | 0 | 100 | 110011 |
Color Harmonies of #887D7D
Complementary color
Monochromatic Colors of #887D7D
Black with #887D7D
Text Example
Text Example
White with #887D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887D7D; }
p { color: rgb(136,125,125); }
H1.HeaderClassName
{
color: #887D7D;
}
.AnyTagClassName
{
color: #887D7D;
}
</style>
background-color css
<style>
a { background-color: #887D7D; }
a { background-color: rgb(136,125,125); }
div.DivClassName
{
background-color: #887D7D;
}
.BgClassName
{
background-color: #887D7D;
}
</style>
border-color css
<style>
span { border-color: #887D7D; }
span { border-color: rgb(136,125,125); }
td.TdClassName
{
border-color: #887D7D;
}
.TagClassName
{
border-color: #887D7D;
}
</style>