Shades of Eminence #792F76
Tints of Eminence #792F76
RGB
CMYK
RGB Variations
Color information
#792F76 (or 0x792F76) is known color: Eminence. HEX triplet: 79, 2F and 76. RGB value is (121,47,118). Sum of RGB (Red+Green+Blue) = 121+47+118=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 121 - color contains mainly: red. Hex color #792F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792F76 is #86D089. Grayscale: #4D4D4D. Windows color (decimal): -8835210 or 7745401. OLE color: 7745401.
HSL color Cylindrical-coordinate representation of color #792F76: hue angle of 302.43º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #792F76 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 47 | 118 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.53 |
| HSL | 302.43º | 0.44% | 0.33% | - |
| HSV(B) | 302.43º | 0.61% | 0.47% | - |
| XYZ | 12.17 | 7.41 | 17.93 | - |
| YUV | 77.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 47 | 118 | 0 | 0.61 | 0.02 | 0.53 | 302.43 | 0.44 | 0.33 |
| Hex | 79 | 2F | 76 | 0 | 3D | 2 | 35 | 12E | 2C | 21 |
| Octal | 171 | 57 | 166 | 0 | 75 | 2 | 65 | 456 | 54 | 41 |
| Binary | 1111001 | 101111 | 1110110 | 0 | 111101 | 10 | 110101 | 100101110 | 101100 | 100001 |
Color Harmonies of #792F76
Complementary color
Monochromatic Colors of #792F76
Black with #792F76
Text Example
Text Example
White with #792F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792F76; }
p { color: rgb(121,47,118); }
H1.HeaderClassName
{
color: #792F76;
}
.AnyTagClassName
{
color: #792F76;
}
</style>
background-color css
<style>
a { background-color: #792F76; }
a { background-color: rgb(121,47,118); }
div.DivClassName
{
background-color: #792F76;
}
.BgClassName
{
background-color: #792F76;
}
</style>
border-color css
<style>
span { border-color: #792F76; }
span { border-color: rgb(121,47,118); }
td.TdClassName
{
border-color: #792F76;
}
.TagClassName
{
border-color: #792F76;
}
</style>