Shades of Empress #7E6B70
Tints of Empress #7E6B70
RGB
CMYK
RGB Variations
Color information
#7E6B70 (or 0x7E6B70) is known color: Empress. HEX triplet: 7E, 6B and 70. RGB value is (126,107,112). Sum of RGB (Red+Green+Blue) = 126+107+112=345 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.52% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6B70 is #81948F. Grayscale: #717171. Windows color (decimal): -8492176 or 7367550. OLE color: 7367550.
HSL color Cylindrical-coordinate representation of color #7E6B70: hue angle of 344.21º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7E6B70 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 107 | 112 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.51 |
| HSL | 344.21º | 0.08% | 0.46% | - |
| HSV(B) | 344.21º | 0.15% | 0.49% | - |
| XYZ | 16.79 | 16.12 | 17.56 | - |
| YUV | 113.25 | 127.29 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 107 | 112 | 0 | 0.15 | 0.11 | 0.51 | 344.21 | 0.08 | 0.46 |
| Hex | 7E | 6B | 70 | 0 | F | B | 33 | 158 | 8 | 2E |
| Octal | 176 | 153 | 160 | 0 | 17 | 13 | 63 | 530 | 10 | 56 |
| Binary | 1111110 | 1101011 | 1110000 | 0 | 1111 | 1011 | 110011 | 101011000 | 1000 | 101110 |
Color Harmonies of #7E6B70
Complementary color
Monochromatic Colors of #7E6B70
Black with #7E6B70
Text Example
Text Example
White with #7E6B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6B70; }
p { color: rgb(126,107,112); }
H1.HeaderClassName
{
color: #7E6B70;
}
.AnyTagClassName
{
color: #7E6B70;
}
</style>
background-color css
<style>
a { background-color: #7E6B70; }
a { background-color: rgb(126,107,112); }
div.DivClassName
{
background-color: #7E6B70;
}
.BgClassName
{
background-color: #7E6B70;
}
</style>
border-color css
<style>
span { border-color: #7E6B70; }
span { border-color: rgb(126,107,112); }
td.TdClassName
{
border-color: #7E6B70;
}
.TagClassName
{
border-color: #7E6B70;
}
</style>