Shades of Empress #7A7375
Tints of Empress #7A7375
RGB
CMYK
RGB Variations
Color information
#7A7375 (or 0x7A7375) is known color: Empress. HEX triplet: 7A, 73 and 75. RGB value is (122,115,117). Sum of RGB (Red+Green+Blue) = 122+115+117=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7375 is #858C8A. Grayscale: #757575. Windows color (decimal): -8752267 or 7697274. OLE color: 7697274.
HSL color Cylindrical-coordinate representation of color #7A7375: hue angle of 342.86º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7A7375 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 115 | 117 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.52 |
| HSL | 342.86º | 0.03% | 0.46% | - |
| HSV(B) | 342.86º | 0.06% | 0.48% | - |
| XYZ | 17.37 | 17.68 | 19.33 | - |
| YUV | 117.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 117 | 0 | 0.06 | 0.04 | 0.52 | 342.86 | 0.03 | 0.46 |
| Hex | 7A | 73 | 75 | 0 | 6 | 4 | 34 | 157 | 3 | 2E |
| Octal | 172 | 163 | 165 | 0 | 6 | 4 | 64 | 527 | 3 | 56 |
| Binary | 1111010 | 1110011 | 1110101 | 0 | 110 | 100 | 110100 | 101010111 | 11 | 101110 |
Color Harmonies of #7A7375
Complementary color
Monochromatic Colors of #7A7375
Black with #7A7375
Text Example
Text Example
White with #7A7375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7375; }
p { color: rgb(122,115,117); }
H1.HeaderClassName
{
color: #7A7375;
}
.AnyTagClassName
{
color: #7A7375;
}
</style>
background-color css
<style>
a { background-color: #7A7375; }
a { background-color: rgb(122,115,117); }
div.DivClassName
{
background-color: #7A7375;
}
.BgClassName
{
background-color: #7A7375;
}
</style>
border-color css
<style>
span { border-color: #7A7375; }
span { border-color: rgb(122,115,117); }
td.TdClassName
{
border-color: #7A7375;
}
.TagClassName
{
border-color: #7A7375;
}
</style>