Shades of Empress #786A6D
Tints of Empress #786A6D
RGB
CMYK
RGB Variations
Color information
#786A6D (or 0x786A6D) is known color: Empress. HEX triplet: 78, 6A and 6D. RGB value is (120,106,109). Sum of RGB (Red+Green+Blue) = 120+106+109=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 120 - color contains mainly: red. Hex color #786A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786A6D is #879592. Grayscale: #6E6E6E. Windows color (decimal): -8885651 or 7170680. OLE color: 7170680.
HSL color Cylindrical-coordinate representation of color #786A6D: hue angle of 347.14º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #786A6D is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 106 | 109 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.53 |
| HSL | 347.14º | 0.06% | 0.44% | - |
| HSV(B) | 347.14º | 0.12% | 0.47% | - |
| XYZ | 15.66 | 15.41 | 16.62 | - |
| YUV | 110.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 109 | 0 | 0.12 | 0.09 | 0.53 | 347.14 | 0.06 | 0.44 |
| Hex | 78 | 6A | 6D | 0 | C | 9 | 35 | 15B | 6 | 2C |
| Octal | 170 | 152 | 155 | 0 | 14 | 11 | 65 | 533 | 6 | 54 |
| Binary | 1111000 | 1101010 | 1101101 | 0 | 1100 | 1001 | 110101 | 101011011 | 110 | 101100 |
Color Harmonies of #786A6D
Complementary color
Monochromatic Colors of #786A6D
Black with #786A6D
Text Example
Text Example
White with #786A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786A6D; }
p { color: rgb(120,106,109); }
H1.HeaderClassName
{
color: #786A6D;
}
.AnyTagClassName
{
color: #786A6D;
}
</style>
background-color css
<style>
a { background-color: #786A6D; }
a { background-color: rgb(120,106,109); }
div.DivClassName
{
background-color: #786A6D;
}
.BgClassName
{
background-color: #786A6D;
}
</style>
border-color css
<style>
span { border-color: #786A6D; }
span { border-color: rgb(120,106,109); }
td.TdClassName
{
border-color: #786A6D;
}
.TagClassName
{
border-color: #786A6D;
}
</style>