Shades of Empress #7E7176
Tints of Empress #7E7176
RGB
CMYK
RGB Variations
Color information
#7E7176 (or 0x7E7176) is known color: Empress. HEX triplet: 7E, 71 and 76. RGB value is (126,113,118). Sum of RGB (Red+Green+Blue) = 126+113+118=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7176 is #818E89. Grayscale: #757575. Windows color (decimal): -8490634 or 7762302. OLE color: 7762302.
HSL color Cylindrical-coordinate representation of color #7E7176: hue angle of 336.92º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7E7176 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 113 | 118 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.51 |
| HSL | 336.92º | 0.05% | 0.47% | - |
| HSV(B) | 336.92º | 0.1% | 0.49% | - |
| XYZ | 17.78 | 17.55 | 19.59 | - |
| YUV | 117.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 113 | 118 | 0 | 0.10 | 0.06 | 0.51 | 336.92 | 0.05 | 0.47 |
| Hex | 7E | 71 | 76 | 0 | A | 6 | 33 | 151 | 5 | 2F |
| Octal | 176 | 161 | 166 | 0 | 12 | 6 | 63 | 521 | 5 | 57 |
| Binary | 1111110 | 1110001 | 1110110 | 0 | 1010 | 110 | 110011 | 101010001 | 101 | 101111 |
Color Harmonies of #7E7176
Complementary color
Monochromatic Colors of #7E7176
Black with #7E7176
Text Example
Text Example
White with #7E7176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7176; }
p { color: rgb(126,113,118); }
H1.HeaderClassName
{
color: #7E7176;
}
.AnyTagClassName
{
color: #7E7176;
}
</style>
background-color css
<style>
a { background-color: #7E7176; }
a { background-color: rgb(126,113,118); }
div.DivClassName
{
background-color: #7E7176;
}
.BgClassName
{
background-color: #7E7176;
}
</style>
border-color css
<style>
span { border-color: #7E7176; }
span { border-color: rgb(126,113,118); }
td.TdClassName
{
border-color: #7E7176;
}
.TagClassName
{
border-color: #7E7176;
}
</style>