Shades of Empress #746C6E
Tints of Empress #746C6E
RGB
CMYK
RGB Variations
Color information
#746C6E (or 0x746C6E) is known color: Empress. HEX triplet: 74, 6C and 6E. RGB value is (116,108,110). Sum of RGB (Red+Green+Blue) = 116+108+110=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 116 - color contains mainly: red. Hex color #746C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746C6E is #8B9391. Grayscale: #6E6E6E. Windows color (decimal): -9147282 or 7236724. OLE color: 7236724.
HSL color Cylindrical-coordinate representation of color #746C6E: hue angle of 345º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #746C6E is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 108 | 110 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.55 |
| HSL | 345º | 0.04% | 0.44% | - |
| HSV(B) | 345º | 0.07% | 0.45% | - |
| XYZ | 15.38 | 15.56 | 16.95 | - |
| YUV | 110.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 110 | 0 | 0.07 | 0.05 | 0.55 | 345 | 0.04 | 0.44 |
| Hex | 74 | 6C | 6E | 0 | 7 | 5 | 37 | 159 | 4 | 2C |
| Octal | 164 | 154 | 156 | 0 | 7 | 5 | 67 | 531 | 4 | 54 |
| Binary | 1110100 | 1101100 | 1101110 | 0 | 111 | 101 | 110111 | 101011001 | 100 | 101100 |
Color Harmonies of #746C6E
Complementary color
Monochromatic Colors of #746C6E
Black with #746C6E
Text Example
Text Example
White with #746C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746C6E; }
p { color: rgb(116,108,110); }
H1.HeaderClassName
{
color: #746C6E;
}
.AnyTagClassName
{
color: #746C6E;
}
</style>
background-color css
<style>
a { background-color: #746C6E; }
a { background-color: rgb(116,108,110); }
div.DivClassName
{
background-color: #746C6E;
}
.BgClassName
{
background-color: #746C6E;
}
</style>
border-color css
<style>
span { border-color: #746C6E; }
span { border-color: rgb(116,108,110); }
td.TdClassName
{
border-color: #746C6E;
}
.TagClassName
{
border-color: #746C6E;
}
</style>