Shades of Empress #746E6F
Tints of Empress #746E6F
RGB
CMYK
RGB Variations
Color information
#746E6F (or 0x746E6F) is known color: Empress. HEX triplet: 74, 6E and 6F. RGB value is (116,110,111). Sum of RGB (Red+Green+Blue) = 116+110+111=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 116 - color contains mainly: red. Hex color #746E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E6F is #8B9190. Grayscale: #6F6F6F. Windows color (decimal): -9146769 or 7302772. OLE color: 7302772.
HSL color Cylindrical-coordinate representation of color #746E6F: hue angle of 350º 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 #746E6F is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 111 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.55 |
| HSL | 350º | 0.03% | 0.44% | - |
| HSV(B) | 350º | 0.05% | 0.45% | - |
| XYZ | 15.65 | 16.01 | 17.3 | - |
| YUV | 111.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 111 | 0 | 0.05 | 0.04 | 0.55 | 350 | 0.03 | 0.44 |
| Hex | 74 | 6E | 6F | 0 | 5 | 4 | 37 | 15E | 3 | 2C |
| Octal | 164 | 156 | 157 | 0 | 5 | 4 | 67 | 536 | 3 | 54 |
| Binary | 1110100 | 1101110 | 1101111 | 0 | 101 | 100 | 110111 | 101011110 | 11 | 101100 |
Color Harmonies of #746E6F
Complementary color
Monochromatic Colors of #746E6F
Black with #746E6F
Text Example
Text Example
White with #746E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E6F; }
p { color: rgb(116,110,111); }
H1.HeaderClassName
{
color: #746E6F;
}
.AnyTagClassName
{
color: #746E6F;
}
</style>
background-color css
<style>
a { background-color: #746E6F; }
a { background-color: rgb(116,110,111); }
div.DivClassName
{
background-color: #746E6F;
}
.BgClassName
{
background-color: #746E6F;
}
</style>
border-color css
<style>
span { border-color: #746E6F; }
span { border-color: rgb(116,110,111); }
td.TdClassName
{
border-color: #746E6F;
}
.TagClassName
{
border-color: #746E6F;
}
</style>