Shades of Grey #867D7D
Tints of Grey #867D7D
RGB
CMYK
RGB Variations
Color information
#867D7D (or 0x867D7D) is known color: Grey. HEX triplet: 86, 7D and 7D. RGB value is (134,125,125). Sum of RGB (Red+Green+Blue) = 134+125+125=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 134 - color contains mainly: red. Hex color #867D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867D7D is #798282. Grayscale: #7F7F7F. Windows color (decimal): -7963267 or 8224134. OLE color: 8224134.
HSL color Cylindrical-coordinate representation of color #867D7D: 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 #867D7D is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 125 | 125 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.47 |
| HSL | 0º | 0.04% | 0.51% | - |
| HSV(B) | 0º | 0.07% | 0.53% | - |
| XYZ | 20.87 | 21.22 | 22.4 | - |
| YUV | 127.69 | 126.48 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 125 | 0 | 0.07 | 0.07 | 0.47 | 0 | 0.04 | 0.51 |
| Hex | 86 | 7D | 7D | 0 | 7 | 7 | 2F | 0 | 4 | 33 |
| Octal | 206 | 175 | 175 | 0 | 7 | 7 | 57 | 0 | 4 | 63 |
| Binary | 10000110 | 1111101 | 1111101 | 0 | 111 | 111 | 101111 | 0 | 100 | 110011 |
Color Harmonies of #867D7D
Complementary color
Monochromatic Colors of #867D7D
Black with #867D7D
Text Example
Text Example
White with #867D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867D7D; }
p { color: rgb(134,125,125); }
H1.HeaderClassName
{
color: #867D7D;
}
.AnyTagClassName
{
color: #867D7D;
}
</style>
background-color css
<style>
a { background-color: #867D7D; }
a { background-color: rgb(134,125,125); }
div.DivClassName
{
background-color: #867D7D;
}
.BgClassName
{
background-color: #867D7D;
}
</style>
border-color css
<style>
span { border-color: #867D7D; }
span { border-color: rgb(134,125,125); }
td.TdClassName
{
border-color: #867D7D;
}
.TagClassName
{
border-color: #867D7D;
}
</style>