Shades of Grey #877E7E
Tints of Grey #877E7E
RGB
CMYK
RGB Variations
Color information
#877E7E (or 0x877E7E) is known color: Grey. HEX triplet: 87, 7E and 7E. RGB value is (135,126,126). Sum of RGB (Red+Green+Blue) = 135+126+126=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 135 - color contains mainly: red. Hex color #877E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877E7E is #788181. Grayscale: #808080. Windows color (decimal): -7897474 or 8289927. OLE color: 8289927.
HSL color Cylindrical-coordinate representation of color #877E7E: 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.07%. Process color model (Four color, CMYK) of #877E7E is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 126 | 126 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.47 |
| HSL | 0º | 0.04% | 0.51% | - |
| HSV(B) | 0º | 0.07% | 0.53% | - |
| XYZ | 21.22 | 21.58 | 22.79 | - |
| YUV | 128.69 | 126.48 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 126 | 126 | 0 | 0.07 | 0.07 | 0.47 | 0 | 0.04 | 0.51 |
| Hex | 87 | 7E | 7E | 0 | 7 | 7 | 2F | 0 | 4 | 33 |
| Octal | 207 | 176 | 176 | 0 | 7 | 7 | 57 | 0 | 4 | 63 |
| Binary | 10000111 | 1111110 | 1111110 | 0 | 111 | 111 | 101111 | 0 | 100 | 110011 |
Color Harmonies of #877E7E
Complementary color
Monochromatic Colors of #877E7E
Black with #877E7E
Text Example
Text Example
White with #877E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877E7E; }
p { color: rgb(135,126,126); }
H1.HeaderClassName
{
color: #877E7E;
}
.AnyTagClassName
{
color: #877E7E;
}
</style>
background-color css
<style>
a { background-color: #877E7E; }
a { background-color: rgb(135,126,126); }
div.DivClassName
{
background-color: #877E7E;
}
.BgClassName
{
background-color: #877E7E;
}
</style>
border-color css
<style>
span { border-color: #877E7E; }
span { border-color: rgb(135,126,126); }
td.TdClassName
{
border-color: #877E7E;
}
.TagClassName
{
border-color: #877E7E;
}
</style>