Shades of Empress #786A6C
Tints of Empress #786A6C
RGB
CMYK
RGB Variations
Color information
#786A6C (or 0x786A6C) is known color: Empress. HEX triplet: 78, 6A and 6C. RGB value is (120,106,108). Sum of RGB (Red+Green+Blue) = 120+106+108=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 120 - color contains mainly: red. Hex color #786A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786A6C is #879593. Grayscale: #6E6E6E. Windows color (decimal): -8885652 or 7105144. OLE color: 7105144.
HSL color Cylindrical-coordinate representation of color #786A6C: hue angle of 351.43º 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 #786A6C is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 106 | 108 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.53 |
| HSL | 351.43º | 0.06% | 0.44% | - |
| HSV(B) | 351.43º | 0.12% | 0.47% | - |
| XYZ | 15.61 | 15.38 | 16.33 | - |
| YUV | 110.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 108 | 0 | 0.12 | 0.10 | 0.53 | 351.43 | 0.06 | 0.44 |
| Hex | 78 | 6A | 6C | 0 | C | A | 35 | 15F | 6 | 2C |
| Octal | 170 | 152 | 154 | 0 | 14 | 12 | 65 | 537 | 6 | 54 |
| Binary | 1111000 | 1101010 | 1101100 | 0 | 1100 | 1010 | 110101 | 101011111 | 110 | 101100 |
Color Harmonies of #786A6C
Complementary color
Monochromatic Colors of #786A6C
Black with #786A6C
Text Example
Text Example
White with #786A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786A6C; }
p { color: rgb(120,106,108); }
H1.HeaderClassName
{
color: #786A6C;
}
.AnyTagClassName
{
color: #786A6C;
}
</style>
background-color css
<style>
a { background-color: #786A6C; }
a { background-color: rgb(120,106,108); }
div.DivClassName
{
background-color: #786A6C;
}
.BgClassName
{
background-color: #786A6C;
}
</style>
border-color css
<style>
span { border-color: #786A6C; }
span { border-color: rgb(120,106,108); }
td.TdClassName
{
border-color: #786A6C;
}
.TagClassName
{
border-color: #786A6C;
}
</style>