Shades of Grey #847E7D
Tints of Grey #847E7D
RGB
CMYK
RGB Variations
Color information
#847E7D (or 0x847E7D) is known color: Grey. HEX triplet: 84, 7E and 7D. RGB value is (132,126,125). Sum of RGB (Red+Green+Blue) = 132+126+125=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 132 - color contains mainly: red. Hex color #847E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847E7D is #7B8182. Grayscale: #7F7F7F. Windows color (decimal): -8094083 or 8224388. OLE color: 8224388.
HSL color Cylindrical-coordinate representation of color #847E7D: hue angle of 8.57º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #847E7D is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 126 | 125 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.48 |
| HSL | 8.57º | 0.03% | 0.5% | - |
| HSV(B) | 8.57º | 0.05% | 0.52% | - |
| XYZ | 20.68 | 21.31 | 22.43 | - |
| YUV | 127.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 125 | 0 | 0.05 | 0.05 | 0.48 | 8.57 | 0.03 | 0.5 |
| Hex | 84 | 7E | 7D | 0 | 5 | 5 | 30 | 9 | 3 | 32 |
| Octal | 204 | 176 | 175 | 0 | 5 | 5 | 60 | 11 | 3 | 62 |
| Binary | 10000100 | 1111110 | 1111101 | 0 | 101 | 101 | 110000 | 1001 | 11 | 110010 |
Color Harmonies of #847E7D
Complementary color
Monochromatic Colors of #847E7D
Black with #847E7D
Text Example
Text Example
White with #847E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847E7D; }
p { color: rgb(132,126,125); }
H1.HeaderClassName
{
color: #847E7D;
}
.AnyTagClassName
{
color: #847E7D;
}
</style>
background-color css
<style>
a { background-color: #847E7D; }
a { background-color: rgb(132,126,125); }
div.DivClassName
{
background-color: #847E7D;
}
.BgClassName
{
background-color: #847E7D;
}
</style>
border-color css
<style>
span { border-color: #847E7D; }
span { border-color: rgb(132,126,125); }
td.TdClassName
{
border-color: #847E7D;
}
.TagClassName
{
border-color: #847E7D;
}
</style>