Shades of Empress #7A6768
Tints of Empress #7A6768
RGB
CMYK
RGB Variations
Color information
#7A6768 (or 0x7A6768) is known color: Empress. HEX triplet: 7A, 67 and 68. RGB value is (122,103,104). Sum of RGB (Red+Green+Blue) = 122+103+104=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6768 is #859897. Grayscale: #6C6C6C. Windows color (decimal): -8755352 or 6842234. OLE color: 6842234.
HSL color Cylindrical-coordinate representation of color #7A6768: hue angle of 356.84º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A6768 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 103 | 104 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.52 |
| HSL | 356.84º | 0.08% | 0.44% | - |
| HSV(B) | 356.84º | 0.16% | 0.48% | - |
| XYZ | 15.37 | 14.84 | 15.15 | - |
| YUV | 108.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 103 | 104 | 0 | 0.16 | 0.15 | 0.52 | 356.84 | 0.08 | 0.44 |
| Hex | 7A | 67 | 68 | 0 | 10 | F | 34 | 165 | 8 | 2C |
| Octal | 172 | 147 | 150 | 0 | 20 | 17 | 64 | 545 | 10 | 54 |
| Binary | 1111010 | 1100111 | 1101000 | 0 | 10000 | 1111 | 110100 | 101100101 | 1000 | 101100 |
Color Harmonies of #7A6768
Complementary color
Monochromatic Colors of #7A6768
Black with #7A6768
Text Example
Text Example
White with #7A6768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6768; }
p { color: rgb(122,103,104); }
H1.HeaderClassName
{
color: #7A6768;
}
.AnyTagClassName
{
color: #7A6768;
}
</style>
background-color css
<style>
a { background-color: #7A6768; }
a { background-color: rgb(122,103,104); }
div.DivClassName
{
background-color: #7A6768;
}
.BgClassName
{
background-color: #7A6768;
}
</style>
border-color css
<style>
span { border-color: #7A6768; }
span { border-color: rgb(122,103,104); }
td.TdClassName
{
border-color: #7A6768;
}
.TagClassName
{
border-color: #7A6768;
}
</style>