Shades of Empress #746B6C
Tints of Empress #746B6C
RGB
CMYK
RGB Variations
Color information
#746B6C (or 0x746B6C) is known color: Empress. HEX triplet: 74, 6B and 6C. RGB value is (116,107,108). Sum of RGB (Red+Green+Blue) = 116+107+108=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 116 - color contains mainly: red. Hex color #746B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746B6C is #8B9493. Grayscale: #6D6D6D. Windows color (decimal): -9147540 or 7105396. OLE color: 7105396.
HSL color Cylindrical-coordinate representation of color #746B6C: hue angle of 353.33º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #746B6C is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 107 | 108 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.55 |
| HSL | 353.33º | 0.04% | 0.44% | - |
| HSV(B) | 353.33º | 0.08% | 0.45% | - |
| XYZ | 15.17 | 15.31 | 16.34 | - |
| YUV | 109.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 107 | 108 | 0 | 0.08 | 0.07 | 0.55 | 353.33 | 0.04 | 0.44 |
| Hex | 74 | 6B | 6C | 0 | 8 | 7 | 37 | 161 | 4 | 2C |
| Octal | 164 | 153 | 154 | 0 | 10 | 7 | 67 | 541 | 4 | 54 |
| Binary | 1110100 | 1101011 | 1101100 | 0 | 1000 | 111 | 110111 | 101100001 | 100 | 101100 |
Color Harmonies of #746B6C
Complementary color
Monochromatic Colors of #746B6C
Black with #746B6C
Text Example
Text Example
White with #746B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746B6C; }
p { color: rgb(116,107,108); }
H1.HeaderClassName
{
color: #746B6C;
}
.AnyTagClassName
{
color: #746B6C;
}
</style>
background-color css
<style>
a { background-color: #746B6C; }
a { background-color: rgb(116,107,108); }
div.DivClassName
{
background-color: #746B6C;
}
.BgClassName
{
background-color: #746B6C;
}
</style>
border-color css
<style>
span { border-color: #746B6C; }
span { border-color: rgb(116,107,108); }
td.TdClassName
{
border-color: #746B6C;
}
.TagClassName
{
border-color: #746B6C;
}
</style>