Shades of Grey #877D7C
Tints of Grey #877D7C
RGB
CMYK
RGB Variations
Color information
#877D7C (or 0x877D7C) is known color: Grey. HEX triplet: 87, 7D and 7C. RGB value is (135,125,124). Sum of RGB (Red+Green+Blue) = 135+125+124=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 135 - color contains mainly: red. Hex color #877D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877D7C is #788283. Grayscale: #7F7F7F. Windows color (decimal): -7897732 or 8158599. OLE color: 8158599.
HSL color Cylindrical-coordinate representation of color #877D7C: 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 #877D7C is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 125 | 124 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.47 |
| HSL | 5.45º | 0.04% | 0.51% | - |
| HSV(B) | 5.45º | 0.08% | 0.53% | - |
| XYZ | 20.96 | 21.27 | 22.07 | - |
| YUV | 127.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 125 | 124 | 0 | 0.07 | 0.08 | 0.47 | 5.45 | 0.04 | 0.51 |
| Hex | 87 | 7D | 7C | 0 | 7 | 8 | 2F | 5 | 4 | 33 |
| Octal | 207 | 175 | 174 | 0 | 7 | 10 | 57 | 5 | 4 | 63 |
| Binary | 10000111 | 1111101 | 1111100 | 0 | 111 | 1000 | 101111 | 101 | 100 | 110011 |
Color Harmonies of #877D7C
Complementary color
Monochromatic Colors of #877D7C
Black with #877D7C
Text Example
Text Example
White with #877D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877D7C; }
p { color: rgb(135,125,124); }
H1.HeaderClassName
{
color: #877D7C;
}
.AnyTagClassName
{
color: #877D7C;
}
</style>
background-color css
<style>
a { background-color: #877D7C; }
a { background-color: rgb(135,125,124); }
div.DivClassName
{
background-color: #877D7C;
}
.BgClassName
{
background-color: #877D7C;
}
</style>
border-color css
<style>
span { border-color: #877D7C; }
span { border-color: rgb(135,125,124); }
td.TdClassName
{
border-color: #877D7C;
}
.TagClassName
{
border-color: #877D7C;
}
</style>