Shades of Grey #877D7D
Tints of Grey #877D7D
RGB
CMYK
RGB Variations
Color information
#877D7D (or 0x877D7D) is known color: Grey. HEX triplet: 87, 7D and 7D. RGB value is (135,125,125). Sum of RGB (Red+Green+Blue) = 135+125+125=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 135 - color contains mainly: red. Hex color #877D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877D7D is #788282. Grayscale: #808080. Windows color (decimal): -7897731 or 8224135. OLE color: 8224135.
HSL color Cylindrical-coordinate representation of color #877D7D: 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 #877D7D is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 125 | 125 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.47 |
| HSL | 0º | 0.04% | 0.51% | - |
| HSV(B) | 0º | 0.07% | 0.53% | - |
| XYZ | 21.03 | 21.3 | 22.4 | - |
| YUV | 127.99 | 126.31 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 125 | 125 | 0 | 0.07 | 0.07 | 0.47 | 0 | 0.04 | 0.51 |
| Hex | 87 | 7D | 7D | 0 | 7 | 7 | 2F | 0 | 4 | 33 |
| Octal | 207 | 175 | 175 | 0 | 7 | 7 | 57 | 0 | 4 | 63 |
| Binary | 10000111 | 1111101 | 1111101 | 0 | 111 | 111 | 101111 | 0 | 100 | 110011 |
Color Harmonies of #877D7D
Complementary color
Monochromatic Colors of #877D7D
Black with #877D7D
Text Example
Text Example
White with #877D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877D7D; }
p { color: rgb(135,125,125); }
H1.HeaderClassName
{
color: #877D7D;
}
.AnyTagClassName
{
color: #877D7D;
}
</style>
background-color css
<style>
a { background-color: #877D7D; }
a { background-color: rgb(135,125,125); }
div.DivClassName
{
background-color: #877D7D;
}
.BgClassName
{
background-color: #877D7D;
}
</style>
border-color css
<style>
span { border-color: #877D7D; }
span { border-color: rgb(135,125,125); }
td.TdClassName
{
border-color: #877D7D;
}
.TagClassName
{
border-color: #877D7D;
}
</style>