Shades of Empress #78696A
Tints of Empress #78696A
RGB
CMYK
RGB Variations
Color information
#78696A (or 0x78696A) is known color: Empress. HEX triplet: 78, 69 and 6A. RGB value is (120,105,106). Sum of RGB (Red+Green+Blue) = 120+105+106=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 120 - color contains mainly: red. Hex color #78696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78696A is #879695. Grayscale: #6D6D6D. Windows color (decimal): -8885910 or 6973816. OLE color: 6973816.
HSL color Cylindrical-coordinate representation of color #78696A: hue angle of 356º degrees, saturation: 0.07, 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 #78696A is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 105 | 106 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.53 |
| HSL | 356º | 0.07% | 0.44% | - |
| HSV(B) | 356º | 0.13% | 0.47% | - |
| XYZ | 15.4 | 15.14 | 15.75 | - |
| YUV | 109.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 105 | 106 | 0 | 0.13 | 0.12 | 0.53 | 356 | 0.07 | 0.44 |
| Hex | 78 | 69 | 6A | 0 | D | C | 35 | 164 | 7 | 2C |
| Octal | 170 | 151 | 152 | 0 | 15 | 14 | 65 | 544 | 7 | 54 |
| Binary | 1111000 | 1101001 | 1101010 | 0 | 1101 | 1100 | 110101 | 101100100 | 111 | 101100 |
Color Harmonies of #78696A
Complementary color
Monochromatic Colors of #78696A
Black with #78696A
Text Example
Text Example
White with #78696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78696A; }
p { color: rgb(120,105,106); }
H1.HeaderClassName
{
color: #78696A;
}
.AnyTagClassName
{
color: #78696A;
}
</style>
background-color css
<style>
a { background-color: #78696A; }
a { background-color: rgb(120,105,106); }
div.DivClassName
{
background-color: #78696A;
}
.BgClassName
{
background-color: #78696A;
}
</style>
border-color css
<style>
span { border-color: #78696A; }
span { border-color: rgb(120,105,106); }
td.TdClassName
{
border-color: #78696A;
}
.TagClassName
{
border-color: #78696A;
}
</style>