Shades of Grey #877C7C
Tints of Grey #877C7C
RGB
CMYK
RGB Variations
Color information
#877C7C (or 0x877C7C) is known color: Grey. HEX triplet: 87, 7C and 7C. RGB value is (135,124,124). Sum of RGB (Red+Green+Blue) = 135+124+124=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 135 - color contains mainly: red. Hex color #877C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877C7C is #788383. Grayscale: #7F7F7F. Windows color (decimal): -7897988 or 8158343. OLE color: 8158343.
HSL color Cylindrical-coordinate representation of color #877C7C: 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 #877C7C is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 124 | 124 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.47 |
| HSL | 0º | 0.04% | 0.51% | - |
| HSV(B) | 0º | 0.08% | 0.53% | - |
| XYZ | 20.84 | 21.02 | 22.03 | - |
| YUV | 127.29 | 126.14 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 124 | 0 | 0.08 | 0.08 | 0.47 | 0 | 0.04 | 0.51 |
| Hex | 87 | 7C | 7C | 0 | 8 | 8 | 2F | 0 | 4 | 33 |
| Octal | 207 | 174 | 174 | 0 | 10 | 10 | 57 | 0 | 4 | 63 |
| Binary | 10000111 | 1111100 | 1111100 | 0 | 1000 | 1000 | 101111 | 0 | 100 | 110011 |
Color Harmonies of #877C7C
Complementary color
Monochromatic Colors of #877C7C
Black with #877C7C
Text Example
Text Example
White with #877C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877C7C; }
p { color: rgb(135,124,124); }
H1.HeaderClassName
{
color: #877C7C;
}
.AnyTagClassName
{
color: #877C7C;
}
</style>
background-color css
<style>
a { background-color: #877C7C; }
a { background-color: rgb(135,124,124); }
div.DivClassName
{
background-color: #877C7C;
}
.BgClassName
{
background-color: #877C7C;
}
</style>
border-color css
<style>
span { border-color: #877C7C; }
span { border-color: rgb(135,124,124); }
td.TdClassName
{
border-color: #877C7C;
}
.TagClassName
{
border-color: #877C7C;
}
</style>