Shades of Empress #7C6D72
Tints of Empress #7C6D72
RGB
CMYK
RGB Variations
Color information
#7C6D72 (or 0x7C6D72) is known color: Empress. HEX triplet: 7C, 6D and 72. RGB value is (124,109,114). Sum of RGB (Red+Green+Blue) = 124+109+114=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6D72 is #83928D. Grayscale: #727272. Windows color (decimal): -8622734 or 7499132. OLE color: 7499132.
HSL color Cylindrical-coordinate representation of color #7C6D72: hue angle of 340º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7C6D72 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 109 | 114 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.51 |
| HSL | 340º | 0.06% | 0.46% | - |
| HSV(B) | 340º | 0.12% | 0.49% | - |
| XYZ | 16.82 | 16.44 | 18.21 | - |
| YUV | 114.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 109 | 114 | 0 | 0.12 | 0.08 | 0.51 | 340 | 0.06 | 0.46 |
| Hex | 7C | 6D | 72 | 0 | C | 8 | 33 | 154 | 6 | 2E |
| Octal | 174 | 155 | 162 | 0 | 14 | 10 | 63 | 524 | 6 | 56 |
| Binary | 1111100 | 1101101 | 1110010 | 0 | 1100 | 1000 | 110011 | 101010100 | 110 | 101110 |
Color Harmonies of #7C6D72
Complementary color
Monochromatic Colors of #7C6D72
Black with #7C6D72
Text Example
Text Example
White with #7C6D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6D72; }
p { color: rgb(124,109,114); }
H1.HeaderClassName
{
color: #7C6D72;
}
.AnyTagClassName
{
color: #7C6D72;
}
</style>
background-color css
<style>
a { background-color: #7C6D72; }
a { background-color: rgb(124,109,114); }
div.DivClassName
{
background-color: #7C6D72;
}
.BgClassName
{
background-color: #7C6D72;
}
</style>
border-color css
<style>
span { border-color: #7C6D72; }
span { border-color: rgb(124,109,114); }
td.TdClassName
{
border-color: #7C6D72;
}
.TagClassName
{
border-color: #7C6D72;
}
</style>