Shades of Eminence #794876
Tints of Eminence #794876
RGB
CMYK
RGB Variations
Color information
#794876 (or 0x794876) is known color: Eminence. HEX triplet: 79, 48 and 76. RGB value is (121,72,118). Sum of RGB (Red+Green+Blue) = 121+72+118=311 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.91% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 121 - color contains mainly: red. Hex color #794876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794876 is #86B789. Grayscale: #5B5B5B. Windows color (decimal): -8828810 or 7751801. OLE color: 7751801.
HSL color Cylindrical-coordinate representation of color #794876: hue angle of 303.67º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #794876 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 72 | 118 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.53 |
| HSL | 303.67º | 0.25% | 0.38% | - |
| HSV(B) | 303.67º | 0.4% | 0.47% | - |
| XYZ | 13.47 | 10.01 | 18.36 | - |
| YUV | 91.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 72 | 118 | 0 | 0.40 | 0.02 | 0.53 | 303.67 | 0.25 | 0.38 |
| Hex | 79 | 48 | 76 | 0 | 28 | 2 | 35 | 130 | 19 | 26 |
| Octal | 171 | 110 | 166 | 0 | 50 | 2 | 65 | 460 | 31 | 46 |
| Binary | 1111001 | 1001000 | 1110110 | 0 | 101000 | 10 | 110101 | 100110000 | 11001 | 100110 |
Color Harmonies of #794876
Complementary color
Monochromatic Colors of #794876
Black with #794876
Text Example
Text Example
White with #794876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794876; }
p { color: rgb(121,72,118); }
H1.HeaderClassName
{
color: #794876;
}
.AnyTagClassName
{
color: #794876;
}
</style>
background-color css
<style>
a { background-color: #794876; }
a { background-color: rgb(121,72,118); }
div.DivClassName
{
background-color: #794876;
}
.BgClassName
{
background-color: #794876;
}
</style>
border-color css
<style>
span { border-color: #794876; }
span { border-color: rgb(121,72,118); }
td.TdClassName
{
border-color: #794876;
}
.TagClassName
{
border-color: #794876;
}
</style>