Shades of Empress #7E6D6F
Tints of Empress #7E6D6F
RGB
CMYK
RGB Variations
Color information
#7E6D6F (or 0x7E6D6F) is known color: Empress. HEX triplet: 7E, 6D and 6F. RGB value is (126,109,111). Sum of RGB (Red+Green+Blue) = 126+109+111=346 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.42% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6D6F is #819290. Grayscale: #727272. Windows color (decimal): -8491665 or 7302526. OLE color: 7302526.
HSL color Cylindrical-coordinate representation of color #7E6D6F: hue angle of 352.94º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7E6D6F is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 109 | 111 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.51 |
| HSL | 352.94º | 0.07% | 0.46% | - |
| HSV(B) | 352.94º | 0.13% | 0.49% | - |
| XYZ | 16.94 | 16.52 | 17.33 | - |
| YUV | 114.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 109 | 111 | 0 | 0.13 | 0.12 | 0.51 | 352.94 | 0.07 | 0.46 |
| Hex | 7E | 6D | 6F | 0 | D | C | 33 | 161 | 7 | 2E |
| Octal | 176 | 155 | 157 | 0 | 15 | 14 | 63 | 541 | 7 | 56 |
| Binary | 1111110 | 1101101 | 1101111 | 0 | 1101 | 1100 | 110011 | 101100001 | 111 | 101110 |
Color Harmonies of #7E6D6F
Complementary color
Monochromatic Colors of #7E6D6F
Black with #7E6D6F
Text Example
Text Example
White with #7E6D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6D6F; }
p { color: rgb(126,109,111); }
H1.HeaderClassName
{
color: #7E6D6F;
}
.AnyTagClassName
{
color: #7E6D6F;
}
</style>
background-color css
<style>
a { background-color: #7E6D6F; }
a { background-color: rgb(126,109,111); }
div.DivClassName
{
background-color: #7E6D6F;
}
.BgClassName
{
background-color: #7E6D6F;
}
</style>
border-color css
<style>
span { border-color: #7E6D6F; }
span { border-color: rgb(126,109,111); }
td.TdClassName
{
border-color: #7E6D6F;
}
.TagClassName
{
border-color: #7E6D6F;
}
</style>