Shades of Grey #887E7D
Tints of Grey #887E7D
RGB
CMYK
RGB Variations
Color information
#887E7D (or 0x887E7D) is known color: Grey. HEX triplet: 88, 7E and 7D. RGB value is (136,126,125). Sum of RGB (Red+Green+Blue) = 136+126+125=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 136 - color contains mainly: red. Hex color #887E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887E7D is #778182. Grayscale: #808080. Windows color (decimal): -7831939 or 8224392. OLE color: 8224392.
HSL color Cylindrical-coordinate representation of color #887E7D: hue angle of 5.45º 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 #887E7D is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 126 | 125 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.47 |
| HSL | 5.45º | 0.04% | 0.51% | - |
| HSV(B) | 5.45º | 0.08% | 0.53% | - |
| XYZ | 21.32 | 21.64 | 22.45 | - |
| YUV | 128.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 126 | 125 | 0 | 0.07 | 0.08 | 0.47 | 5.45 | 0.04 | 0.51 |
| Hex | 88 | 7E | 7D | 0 | 7 | 8 | 2F | 5 | 4 | 33 |
| Octal | 210 | 176 | 175 | 0 | 7 | 10 | 57 | 5 | 4 | 63 |
| Binary | 10001000 | 1111110 | 1111101 | 0 | 111 | 1000 | 101111 | 101 | 100 | 110011 |
Color Harmonies of #887E7D
Complementary color
Monochromatic Colors of #887E7D
Black with #887E7D
Text Example
Text Example
White with #887E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887E7D; }
p { color: rgb(136,126,125); }
H1.HeaderClassName
{
color: #887E7D;
}
.AnyTagClassName
{
color: #887E7D;
}
</style>
background-color css
<style>
a { background-color: #887E7D; }
a { background-color: rgb(136,126,125); }
div.DivClassName
{
background-color: #887E7D;
}
.BgClassName
{
background-color: #887E7D;
}
</style>
border-color css
<style>
span { border-color: #887E7D; }
span { border-color: rgb(136,126,125); }
td.TdClassName
{
border-color: #887E7D;
}
.TagClassName
{
border-color: #887E7D;
}
</style>