Shades of Eminence #793B76
Tints of Eminence #793B76
RGB
CMYK
RGB Variations
Color information
#793B76 (or 0x793B76) is known color: Eminence. HEX triplet: 79, 3B and 76. RGB value is (121,59,118). Sum of RGB (Red+Green+Blue) = 121+59+118=298 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.60% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 121 - color contains mainly: red. Hex color #793B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793B76 is #86C489. Grayscale: #545454. Windows color (decimal): -8832138 or 7748473. OLE color: 7748473.
HSL color Cylindrical-coordinate representation of color #793B76: hue angle of 302.9º 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 #793B76 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 59 | 118 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.53 |
| HSL | 302.9º | 0.34% | 0.35% | - |
| HSV(B) | 302.9º | 0.51% | 0.47% | - |
| XYZ | 12.72 | 8.5 | 18.11 | - |
| YUV | 84.26 | 147.04 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 59 | 118 | 0 | 0.51 | 0.02 | 0.53 | 302.9 | 0.34 | 0.35 |
| Hex | 79 | 3B | 76 | 0 | 33 | 2 | 35 | 12F | 22 | 23 |
| Octal | 171 | 73 | 166 | 0 | 63 | 2 | 65 | 457 | 42 | 43 |
| Binary | 1111001 | 111011 | 1110110 | 0 | 110011 | 10 | 110101 | 100101111 | 100010 | 100011 |
Color Harmonies of #793B76
Complementary color
Monochromatic Colors of #793B76
Black with #793B76
Text Example
Text Example
White with #793B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793B76; }
p { color: rgb(121,59,118); }
H1.HeaderClassName
{
color: #793B76;
}
.AnyTagClassName
{
color: #793B76;
}
</style>
background-color css
<style>
a { background-color: #793B76; }
a { background-color: rgb(121,59,118); }
div.DivClassName
{
background-color: #793B76;
}
.BgClassName
{
background-color: #793B76;
}
</style>
border-color css
<style>
span { border-color: #793B76; }
span { border-color: rgb(121,59,118); }
td.TdClassName
{
border-color: #793B76;
}
.TagClassName
{
border-color: #793B76;
}
</style>