Shades of Empress #7E7172
Tints of Empress #7E7172
RGB
CMYK
RGB Variations
Color information
#7E7172 (or 0x7E7172) is known color: Empress. HEX triplet: 7E, 71 and 72. RGB value is (126,113,114). Sum of RGB (Red+Green+Blue) = 126+113+114=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7172 is #818E8D. Grayscale: #757575. Windows color (decimal): -8490638 or 7500158. OLE color: 7500158.
HSL color Cylindrical-coordinate representation of color #7E7172: hue angle of 355.38º 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 #7E7172 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 113 | 114 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.51 |
| HSL | 355.38º | 0.05% | 0.47% | - |
| HSV(B) | 355.38º | 0.1% | 0.49% | - |
| XYZ | 17.55 | 17.46 | 18.37 | - |
| YUV | 117 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 113 | 114 | 0 | 0.10 | 0.10 | 0.51 | 355.38 | 0.05 | 0.47 |
| Hex | 7E | 71 | 72 | 0 | A | A | 33 | 163 | 5 | 2F |
| Octal | 176 | 161 | 162 | 0 | 12 | 12 | 63 | 543 | 5 | 57 |
| Binary | 1111110 | 1110001 | 1110010 | 0 | 1010 | 1010 | 110011 | 101100011 | 101 | 101111 |
Color Harmonies of #7E7172
Complementary color
Monochromatic Colors of #7E7172
Black with #7E7172
Text Example
Text Example
White with #7E7172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7172; }
p { color: rgb(126,113,114); }
H1.HeaderClassName
{
color: #7E7172;
}
.AnyTagClassName
{
color: #7E7172;
}
</style>
background-color css
<style>
a { background-color: #7E7172; }
a { background-color: rgb(126,113,114); }
div.DivClassName
{
background-color: #7E7172;
}
.BgClassName
{
background-color: #7E7172;
}
</style>
border-color css
<style>
span { border-color: #7E7172; }
span { border-color: rgb(126,113,114); }
td.TdClassName
{
border-color: #7E7172;
}
.TagClassName
{
border-color: #7E7172;
}
</style>