Shades of Eminence #773A73
Tints of Eminence #773A73
RGB
CMYK
RGB Variations
Color information
#773A73 (or 0x773A73) is known color: Eminence. HEX triplet: 77, 3A and 73. RGB value is (119,58,115). Sum of RGB (Red+Green+Blue) = 119+58+115=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #773A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773A73 is #88C58C. Grayscale: #525252. Windows color (decimal): -8963469 or 7551607. OLE color: 7551607.
HSL color Cylindrical-coordinate representation of color #773A73: hue angle of 303.93º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #773A73 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 58 | 115 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.53 |
| HSL | 303.93º | 0.34% | 0.35% | - |
| HSV(B) | 303.93º | 0.51% | 0.47% | - |
| XYZ | 12.22 | 8.19 | 17.16 | - |
| YUV | 82.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 115 | 0 | 0.51 | 0.03 | 0.53 | 303.93 | 0.34 | 0.35 |
| Hex | 77 | 3A | 73 | 0 | 33 | 3 | 35 | 130 | 22 | 23 |
| Octal | 167 | 72 | 163 | 0 | 63 | 3 | 65 | 460 | 42 | 43 |
| Binary | 1110111 | 111010 | 1110011 | 0 | 110011 | 11 | 110101 | 100110000 | 100010 | 100011 |
Color Harmonies of #773A73
Complementary color
Monochromatic Colors of #773A73
Black with #773A73
Text Example
Text Example
White with #773A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773A73; }
p { color: rgb(119,58,115); }
H1.HeaderClassName
{
color: #773A73;
}
.AnyTagClassName
{
color: #773A73;
}
</style>
background-color css
<style>
a { background-color: #773A73; }
a { background-color: rgb(119,58,115); }
div.DivClassName
{
background-color: #773A73;
}
.BgClassName
{
background-color: #773A73;
}
</style>
border-color css
<style>
span { border-color: #773A73; }
span { border-color: rgb(119,58,115); }
td.TdClassName
{
border-color: #773A73;
}
.TagClassName
{
border-color: #773A73;
}
</style>