Shades of Empress #7F6E70
Tints of Empress #7F6E70
RGB
CMYK
RGB Variations
Color information
#7F6E70 (or 0x7F6E70) is known color: Empress. HEX triplet: 7F, 6E and 70. RGB value is (127,110,112). Sum of RGB (Red+Green+Blue) = 127+110+112=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6E70 is #80918F. Grayscale: #737373. Windows color (decimal): -8425872 or 7368319. OLE color: 7368319.
HSL color Cylindrical-coordinate representation of color #7F6E70: hue angle of 352.94º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F6E70 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 110 | 112 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.50 |
| HSL | 352.94º | 0.07% | 0.46% | - |
| HSV(B) | 352.94º | 0.13% | 0.5% | - |
| XYZ | 17.25 | 16.83 | 17.67 | - |
| YUV | 115.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 110 | 112 | 0 | 0.13 | 0.12 | 0.50 | 352.94 | 0.07 | 0.46 |
| Hex | 7F | 6E | 70 | 0 | D | C | 32 | 161 | 7 | 2E |
| Octal | 177 | 156 | 160 | 0 | 15 | 14 | 62 | 541 | 7 | 56 |
| Binary | 1111111 | 1101110 | 1110000 | 0 | 1101 | 1100 | 110010 | 101100001 | 111 | 101110 |
Color Harmonies of #7F6E70
Complementary color
Monochromatic Colors of #7F6E70
Black with #7F6E70
Text Example
Text Example
White with #7F6E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6E70; }
p { color: rgb(127,110,112); }
H1.HeaderClassName
{
color: #7F6E70;
}
.AnyTagClassName
{
color: #7F6E70;
}
</style>
background-color css
<style>
a { background-color: #7F6E70; }
a { background-color: rgb(127,110,112); }
div.DivClassName
{
background-color: #7F6E70;
}
.BgClassName
{
background-color: #7F6E70;
}
</style>
border-color css
<style>
span { border-color: #7F6E70; }
span { border-color: rgb(127,110,112); }
td.TdClassName
{
border-color: #7F6E70;
}
.TagClassName
{
border-color: #7F6E70;
}
</style>