Shades of Empress #7A6C72
Tints of Empress #7A6C72
RGB
CMYK
RGB Variations
Color information
#7A6C72 (or 0x7A6C72) is known color: Empress. HEX triplet: 7A, 6C and 72. RGB value is (122,108,114). Sum of RGB (Red+Green+Blue) = 122+108+114=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6C72 is #85938D. Grayscale: #707070. Windows color (decimal): -8754062 or 7498874. OLE color: 7498874.
HSL color Cylindrical-coordinate representation of color #7A6C72: hue angle of 334.29º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7A6C72 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 108 | 114 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.52 |
| HSL | 334.29º | 0.06% | 0.45% | - |
| HSV(B) | 334.29º | 0.11% | 0.48% | - |
| XYZ | 16.43 | 16.08 | 18.16 | - |
| YUV | 112.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 108 | 114 | 0 | 0.11 | 0.07 | 0.52 | 334.29 | 0.06 | 0.45 |
| Hex | 7A | 6C | 72 | 0 | B | 7 | 34 | 14E | 6 | 2D |
| Octal | 172 | 154 | 162 | 0 | 13 | 7 | 64 | 516 | 6 | 55 |
| Binary | 1111010 | 1101100 | 1110010 | 0 | 1011 | 111 | 110100 | 101001110 | 110 | 101101 |
Color Harmonies of #7A6C72
Complementary color
Monochromatic Colors of #7A6C72
Black with #7A6C72
Text Example
Text Example
White with #7A6C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6C72; }
p { color: rgb(122,108,114); }
H1.HeaderClassName
{
color: #7A6C72;
}
.AnyTagClassName
{
color: #7A6C72;
}
</style>
background-color css
<style>
a { background-color: #7A6C72; }
a { background-color: rgb(122,108,114); }
div.DivClassName
{
background-color: #7A6C72;
}
.BgClassName
{
background-color: #7A6C72;
}
</style>
border-color css
<style>
span { border-color: #7A6C72; }
span { border-color: rgb(122,108,114); }
td.TdClassName
{
border-color: #7A6C72;
}
.TagClassName
{
border-color: #7A6C72;
}
</style>