Shades of Empress #786A6B
Tints of Empress #786A6B
RGB
CMYK
RGB Variations
Color information
#786A6B (or 0x786A6B) is known color: Empress. HEX triplet: 78, 6A and 6B. RGB value is (120,106,107). Sum of RGB (Red+Green+Blue) = 120+106+107=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 120 - color contains mainly: red. Hex color #786A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786A6B is #879594. Grayscale: #6E6E6E. Windows color (decimal): -8885653 or 7039608. OLE color: 7039608.
HSL color Cylindrical-coordinate representation of color #786A6B: hue angle of 355.71º 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 #786A6B is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 106 | 107 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.53 |
| HSL | 355.71º | 0.06% | 0.44% | - |
| HSV(B) | 355.71º | 0.12% | 0.47% | - |
| XYZ | 15.55 | 15.36 | 16.06 | - |
| YUV | 110.3 | 126.14 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 107 | 0 | 0.12 | 0.11 | 0.53 | 355.71 | 0.06 | 0.44 |
| Hex | 78 | 6A | 6B | 0 | C | B | 35 | 164 | 6 | 2C |
| Octal | 170 | 152 | 153 | 0 | 14 | 13 | 65 | 544 | 6 | 54 |
| Binary | 1111000 | 1101010 | 1101011 | 0 | 1100 | 1011 | 110101 | 101100100 | 110 | 101100 |
Color Harmonies of #786A6B
Complementary color
Monochromatic Colors of #786A6B
Black with #786A6B
Text Example
Text Example
White with #786A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786A6B; }
p { color: rgb(120,106,107); }
H1.HeaderClassName
{
color: #786A6B;
}
.AnyTagClassName
{
color: #786A6B;
}
</style>
background-color css
<style>
a { background-color: #786A6B; }
a { background-color: rgb(120,106,107); }
div.DivClassName
{
background-color: #786A6B;
}
.BgClassName
{
background-color: #786A6B;
}
</style>
border-color css
<style>
span { border-color: #786A6B; }
span { border-color: rgb(120,106,107); }
td.TdClassName
{
border-color: #786A6B;
}
.TagClassName
{
border-color: #786A6B;
}
</style>