Shades of Empress #7E7073
Tints of Empress #7E7073
RGB
CMYK
RGB Variations
Color information
#7E7073 (or 0x7E7073) is known color: Empress. HEX triplet: 7E, 70 and 73. RGB value is (126,112,115). Sum of RGB (Red+Green+Blue) = 126+112+115=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7073 is #818F8C. Grayscale: #747474. Windows color (decimal): -8490893 or 7565438. OLE color: 7565438.
HSL color Cylindrical-coordinate representation of color #7E7073: hue angle of 347.14º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7E7073 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 112 | 115 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.51 |
| HSL | 347.14º | 0.06% | 0.47% | - |
| HSV(B) | 347.14º | 0.11% | 0.49% | - |
| XYZ | 17.49 | 17.26 | 18.63 | - |
| YUV | 116.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 112 | 115 | 0 | 0.11 | 0.09 | 0.51 | 347.14 | 0.06 | 0.47 |
| Hex | 7E | 70 | 73 | 0 | B | 9 | 33 | 15B | 6 | 2F |
| Octal | 176 | 160 | 163 | 0 | 13 | 11 | 63 | 533 | 6 | 57 |
| Binary | 1111110 | 1110000 | 1110011 | 0 | 1011 | 1001 | 110011 | 101011011 | 110 | 101111 |
Color Harmonies of #7E7073
Complementary color
Monochromatic Colors of #7E7073
Black with #7E7073
Text Example
Text Example
White with #7E7073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7073; }
p { color: rgb(126,112,115); }
H1.HeaderClassName
{
color: #7E7073;
}
.AnyTagClassName
{
color: #7E7073;
}
</style>
background-color css
<style>
a { background-color: #7E7073; }
a { background-color: rgb(126,112,115); }
div.DivClassName
{
background-color: #7E7073;
}
.BgClassName
{
background-color: #7E7073;
}
</style>
border-color css
<style>
span { border-color: #7E7073; }
span { border-color: rgb(126,112,115); }
td.TdClassName
{
border-color: #7E7073;
}
.TagClassName
{
border-color: #7E7073;
}
</style>