Shades of Empress #746E70
Tints of Empress #746E70
RGB
CMYK
RGB Variations
Color information
#746E70 (or 0x746E70) is known color: Empress. HEX triplet: 74, 6E and 70. RGB value is (116,110,112). Sum of RGB (Red+Green+Blue) = 116+110+112=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 116 - color contains mainly: red. Hex color #746E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E70 is #8B918F. Grayscale: #707070. Windows color (decimal): -9146768 or 7368308. OLE color: 7368308.
HSL color Cylindrical-coordinate representation of color #746E70: hue angle of 340º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #746E70 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 112 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.55 |
| HSL | 340º | 0.03% | 0.44% | - |
| HSV(B) | 340º | 0.05% | 0.45% | - |
| XYZ | 15.7 | 16.03 | 17.6 | - |
| YUV | 112.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 112 | 0 | 0.05 | 0.03 | 0.55 | 340 | 0.03 | 0.44 |
| Hex | 74 | 6E | 70 | 0 | 5 | 3 | 37 | 154 | 3 | 2C |
| Octal | 164 | 156 | 160 | 0 | 5 | 3 | 67 | 524 | 3 | 54 |
| Binary | 1110100 | 1101110 | 1110000 | 0 | 101 | 11 | 110111 | 101010100 | 11 | 101100 |
Color Harmonies of #746E70
Complementary color
Monochromatic Colors of #746E70
Black with #746E70
Text Example
Text Example
White with #746E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E70; }
p { color: rgb(116,110,112); }
H1.HeaderClassName
{
color: #746E70;
}
.AnyTagClassName
{
color: #746E70;
}
</style>
background-color css
<style>
a { background-color: #746E70; }
a { background-color: rgb(116,110,112); }
div.DivClassName
{
background-color: #746E70;
}
.BgClassName
{
background-color: #746E70;
}
</style>
border-color css
<style>
span { border-color: #746E70; }
span { border-color: rgb(116,110,112); }
td.TdClassName
{
border-color: #746E70;
}
.TagClassName
{
border-color: #746E70;
}
</style>