Shades of Empress #847C7D
Tints of Empress #847C7D
RGB
CMYK
RGB Variations
Color information
#847C7D (or 0x847C7D) is known color: Empress. HEX triplet: 84, 7C and 7D. RGB value is (132,124,125). Sum of RGB (Red+Green+Blue) = 132+124+125=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 132 - color contains mainly: red. Hex color #847C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847C7D is #7B8382. Grayscale: #7E7E7E. Windows color (decimal): -8094595 or 8223876. OLE color: 8223876.
HSL color Cylindrical-coordinate representation of color #847C7D: hue angle of 352.5º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #847C7D is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 124 | 125 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.48 |
| HSL | 352.5º | 0.03% | 0.5% | - |
| HSV(B) | 352.5º | 0.06% | 0.52% | - |
| XYZ | 20.43 | 20.8 | 22.34 | - |
| YUV | 126.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 125 | 0 | 0.06 | 0.05 | 0.48 | 352.5 | 0.03 | 0.5 |
| Hex | 84 | 7C | 7D | 0 | 6 | 5 | 30 | 160 | 3 | 32 |
| Octal | 204 | 174 | 175 | 0 | 6 | 5 | 60 | 540 | 3 | 62 |
| Binary | 10000100 | 1111100 | 1111101 | 0 | 110 | 101 | 110000 | 101100000 | 11 | 110010 |
Color Harmonies of #847C7D
Complementary color
Monochromatic Colors of #847C7D
Black with #847C7D
Text Example
Text Example
White with #847C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847C7D; }
p { color: rgb(132,124,125); }
H1.HeaderClassName
{
color: #847C7D;
}
.AnyTagClassName
{
color: #847C7D;
}
</style>
background-color css
<style>
a { background-color: #847C7D; }
a { background-color: rgb(132,124,125); }
div.DivClassName
{
background-color: #847C7D;
}
.BgClassName
{
background-color: #847C7D;
}
</style>
border-color css
<style>
span { border-color: #847C7D; }
span { border-color: rgb(132,124,125); }
td.TdClassName
{
border-color: #847C7D;
}
.TagClassName
{
border-color: #847C7D;
}
</style>