Shades of Grey #877E7D
Tints of Grey #877E7D
RGB
CMYK
RGB Variations
Color information
#877E7D (or 0x877E7D) is known color: Grey. HEX triplet: 87, 7E and 7D. RGB value is (135,126,125). Sum of RGB (Red+Green+Blue) = 135+126+125=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 135 - color contains mainly: red. Hex color #877E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877E7D is #788182. Grayscale: #808080. Windows color (decimal): -7897475 or 8224391. OLE color: 8224391.
HSL color Cylindrical-coordinate representation of color #877E7D: hue angle of 6º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #877E7D is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 126 | 125 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.47 |
| HSL | 6º | 0.04% | 0.51% | - |
| HSV(B) | 6º | 0.07% | 0.53% | - |
| XYZ | 21.15 | 21.55 | 22.45 | - |
| YUV | 128.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 126 | 125 | 0 | 0.07 | 0.07 | 0.47 | 6 | 0.04 | 0.51 |
| Hex | 87 | 7E | 7D | 0 | 7 | 7 | 2F | 6 | 4 | 33 |
| Octal | 207 | 176 | 175 | 0 | 7 | 7 | 57 | 6 | 4 | 63 |
| Binary | 10000111 | 1111110 | 1111101 | 0 | 111 | 111 | 101111 | 110 | 100 | 110011 |
Color Harmonies of #877E7D
Complementary color
Monochromatic Colors of #877E7D
Black with #877E7D
Text Example
Text Example
White with #877E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877E7D; }
p { color: rgb(135,126,125); }
H1.HeaderClassName
{
color: #877E7D;
}
.AnyTagClassName
{
color: #877E7D;
}
</style>
background-color css
<style>
a { background-color: #877E7D; }
a { background-color: rgb(135,126,125); }
div.DivClassName
{
background-color: #877E7D;
}
.BgClassName
{
background-color: #877E7D;
}
</style>
border-color css
<style>
span { border-color: #877E7D; }
span { border-color: rgb(135,126,125); }
td.TdClassName
{
border-color: #877E7D;
}
.TagClassName
{
border-color: #877E7D;
}
</style>