Shades of Empress #746D6F
Tints of Empress #746D6F
RGB
CMYK
RGB Variations
Color information
#746D6F (or 0x746D6F) is known color: Empress. HEX triplet: 74, 6D and 6F. RGB value is (116,109,111). Sum of RGB (Red+Green+Blue) = 116+109+111=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 116 - color contains mainly: red. Hex color #746D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D6F is #8B9290. Grayscale: #6F6F6F. Windows color (decimal): -9147025 or 7302516. OLE color: 7302516.
HSL color Cylindrical-coordinate representation of color #746D6F: hue angle of 342.86º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #746D6F is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 111 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.55 |
| HSL | 342.86º | 0.03% | 0.44% | - |
| HSV(B) | 342.86º | 0.06% | 0.45% | - |
| XYZ | 15.54 | 15.8 | 17.27 | - |
| YUV | 111.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 111 | 0 | 0.06 | 0.04 | 0.55 | 342.86 | 0.03 | 0.44 |
| Hex | 74 | 6D | 6F | 0 | 6 | 4 | 37 | 157 | 3 | 2C |
| Octal | 164 | 155 | 157 | 0 | 6 | 4 | 67 | 527 | 3 | 54 |
| Binary | 1110100 | 1101101 | 1101111 | 0 | 110 | 100 | 110111 | 101010111 | 11 | 101100 |
Color Harmonies of #746D6F
Complementary color
Monochromatic Colors of #746D6F
Black with #746D6F
Text Example
Text Example
White with #746D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D6F; }
p { color: rgb(116,109,111); }
H1.HeaderClassName
{
color: #746D6F;
}
.AnyTagClassName
{
color: #746D6F;
}
</style>
background-color css
<style>
a { background-color: #746D6F; }
a { background-color: rgb(116,109,111); }
div.DivClassName
{
background-color: #746D6F;
}
.BgClassName
{
background-color: #746D6F;
}
</style>
border-color css
<style>
span { border-color: #746D6F; }
span { border-color: rgb(116,109,111); }
td.TdClassName
{
border-color: #746D6F;
}
.TagClassName
{
border-color: #746D6F;
}
</style>