Shades of Empress #7A6869
Tints of Empress #7A6869
RGB
CMYK
RGB Variations
Color information
#7A6869 (or 0x7A6869) is known color: Empress. HEX triplet: 7A, 68 and 69. RGB value is (122,104,105). Sum of RGB (Red+Green+Blue) = 122+104+105=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6869 is #859796. Grayscale: #6D6D6D. Windows color (decimal): -8755095 or 6908026. OLE color: 6908026.
HSL color Cylindrical-coordinate representation of color #7A6869: hue angle of 356.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A6869 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 104 | 105 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.52 |
| HSL | 356.67º | 0.08% | 0.44% | - |
| HSV(B) | 356.67º | 0.15% | 0.48% | - |
| XYZ | 15.53 | 15.06 | 15.45 | - |
| YUV | 109.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 105 | 0 | 0.15 | 0.14 | 0.52 | 356.67 | 0.08 | 0.44 |
| Hex | 7A | 68 | 69 | 0 | F | E | 34 | 165 | 8 | 2C |
| Octal | 172 | 150 | 151 | 0 | 17 | 16 | 64 | 545 | 10 | 54 |
| Binary | 1111010 | 1101000 | 1101001 | 0 | 1111 | 1110 | 110100 | 101100101 | 1000 | 101100 |
Color Harmonies of #7A6869
Complementary color
Monochromatic Colors of #7A6869
Black with #7A6869
Text Example
Text Example
White with #7A6869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6869; }
p { color: rgb(122,104,105); }
H1.HeaderClassName
{
color: #7A6869;
}
.AnyTagClassName
{
color: #7A6869;
}
</style>
background-color css
<style>
a { background-color: #7A6869; }
a { background-color: rgb(122,104,105); }
div.DivClassName
{
background-color: #7A6869;
}
.BgClassName
{
background-color: #7A6869;
}
</style>
border-color css
<style>
span { border-color: #7A6869; }
span { border-color: rgb(122,104,105); }
td.TdClassName
{
border-color: #7A6869;
}
.TagClassName
{
border-color: #7A6869;
}
</style>