Shades of Empress #746A6B
Tints of Empress #746A6B
RGB
CMYK
RGB Variations
Color information
#746A6B (or 0x746A6B) is known color: Empress. HEX triplet: 74, 6A and 6B. RGB value is (116,106,107). Sum of RGB (Red+Green+Blue) = 116+106+107=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 116 - color contains mainly: red. Hex color #746A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A6B is #8B9594. Grayscale: #6D6D6D. Windows color (decimal): -9147797 or 7039604. OLE color: 7039604.
HSL color Cylindrical-coordinate representation of color #746A6B: hue angle of 354º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #746A6B is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 106 | 107 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.55 |
| HSL | 354º | 0.05% | 0.44% | - |
| HSV(B) | 354º | 0.09% | 0.45% | - |
| XYZ | 15.01 | 15.08 | 16.03 | - |
| YUV | 109.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 107 | 0 | 0.09 | 0.08 | 0.55 | 354 | 0.05 | 0.44 |
| Hex | 74 | 6A | 6B | 0 | 9 | 8 | 37 | 162 | 5 | 2C |
| Octal | 164 | 152 | 153 | 0 | 11 | 10 | 67 | 542 | 5 | 54 |
| Binary | 1110100 | 1101010 | 1101011 | 0 | 1001 | 1000 | 110111 | 101100010 | 101 | 101100 |
Color Harmonies of #746A6B
Complementary color
Monochromatic Colors of #746A6B
Black with #746A6B
Text Example
Text Example
White with #746A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746A6B; }
p { color: rgb(116,106,107); }
H1.HeaderClassName
{
color: #746A6B;
}
.AnyTagClassName
{
color: #746A6B;
}
</style>
background-color css
<style>
a { background-color: #746A6B; }
a { background-color: rgb(116,106,107); }
div.DivClassName
{
background-color: #746A6B;
}
.BgClassName
{
background-color: #746A6B;
}
</style>
border-color css
<style>
span { border-color: #746A6B; }
span { border-color: rgb(116,106,107); }
td.TdClassName
{
border-color: #746A6B;
}
.TagClassName
{
border-color: #746A6B;
}
</style>