Shades of Grey #867C7C
Tints of Grey #867C7C
RGB
CMYK
RGB Variations
Color information
#867C7C (or 0x867C7C) is known color: Grey. HEX triplet: 86, 7C and 7C. RGB value is (134,124,124). Sum of RGB (Red+Green+Blue) = 134+124+124=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 134 - color contains mainly: red. Hex color #867C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C7C is #798383. Grayscale: #7E7E7E. Windows color (decimal): -7963524 or 8158342. OLE color: 8158342.
HSL color Cylindrical-coordinate representation of color #867C7C: 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 #867C7C is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 124 | 124 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.47 |
| HSL | 0º | 0.04% | 0.51% | - |
| HSV(B) | 0º | 0.07% | 0.53% | - |
| XYZ | 20.68 | 20.94 | 22.02 | - |
| YUV | 126.99 | 126.31 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 124 | 0 | 0.07 | 0.07 | 0.47 | 0 | 0.04 | 0.51 |
| Hex | 86 | 7C | 7C | 0 | 7 | 7 | 2F | 0 | 4 | 33 |
| Octal | 206 | 174 | 174 | 0 | 7 | 7 | 57 | 0 | 4 | 63 |
| Binary | 10000110 | 1111100 | 1111100 | 0 | 111 | 111 | 101111 | 0 | 100 | 110011 |
Color Harmonies of #867C7C
Complementary color
Monochromatic Colors of #867C7C
Black with #867C7C
Text Example
Text Example
White with #867C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867C7C; }
p { color: rgb(134,124,124); }
H1.HeaderClassName
{
color: #867C7C;
}
.AnyTagClassName
{
color: #867C7C;
}
</style>
background-color css
<style>
a { background-color: #867C7C; }
a { background-color: rgb(134,124,124); }
div.DivClassName
{
background-color: #867C7C;
}
.BgClassName
{
background-color: #867C7C;
}
</style>
border-color css
<style>
span { border-color: #867C7C; }
span { border-color: rgb(134,124,124); }
td.TdClassName
{
border-color: #867C7C;
}
.TagClassName
{
border-color: #867C7C;
}
</style>