Shades of Empress #7E6770
Tints of Empress #7E6770
RGB
CMYK
RGB Variations
Color information
#7E6770 (or 0x7E6770) is known color: Empress. HEX triplet: 7E, 67 and 70. RGB value is (126,103,112). Sum of RGB (Red+Green+Blue) = 126+103+112=341 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.95% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6770 is #81988F. Grayscale: #6E6E6E. Windows color (decimal): -8493200 or 7366526. OLE color: 7366526.
HSL color Cylindrical-coordinate representation of color #7E6770: hue angle of 336.52º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7E6770 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 103 | 112 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.51 |
| HSL | 336.52º | 0.1% | 0.45% | - |
| HSV(B) | 336.52º | 0.18% | 0.49% | - |
| XYZ | 16.38 | 15.31 | 17.42 | - |
| YUV | 110.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 103 | 112 | 0 | 0.18 | 0.11 | 0.51 | 336.52 | 0.1 | 0.45 |
| Hex | 7E | 67 | 70 | 0 | 12 | B | 33 | 151 | A | 2D |
| Octal | 176 | 147 | 160 | 0 | 22 | 13 | 63 | 521 | 12 | 55 |
| Binary | 1111110 | 1100111 | 1110000 | 0 | 10010 | 1011 | 110011 | 101010001 | 1010 | 101101 |
Color Harmonies of #7E6770
Complementary color
Monochromatic Colors of #7E6770
Black with #7E6770
Text Example
Text Example
White with #7E6770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6770; }
p { color: rgb(126,103,112); }
H1.HeaderClassName
{
color: #7E6770;
}
.AnyTagClassName
{
color: #7E6770;
}
</style>
background-color css
<style>
a { background-color: #7E6770; }
a { background-color: rgb(126,103,112); }
div.DivClassName
{
background-color: #7E6770;
}
.BgClassName
{
background-color: #7E6770;
}
</style>
border-color css
<style>
span { border-color: #7E6770; }
span { border-color: rgb(126,103,112); }
td.TdClassName
{
border-color: #7E6770;
}
.TagClassName
{
border-color: #7E6770;
}
</style>