Shades of Eminence #774179
Tints of Eminence #774179
RGB
CMYK
RGB Variations
Color information
#774179 (or 0x774179) is known color: Eminence. HEX triplet: 77, 41 and 79. RGB value is (119,65,121). Sum of RGB (Red+Green+Blue) = 119+65+121=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 121 - color contains mainly: blue. Hex color #774179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774179 is #88BE86. Grayscale: #575757. Windows color (decimal): -8961671 or 7946615. OLE color: 7946615.
HSL color Cylindrical-coordinate representation of color #774179: hue angle of 297.86º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #774179 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 65 | 121 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.53 |
| HSL | 297.86º | 0.3% | 0.36% | - |
| HSV(B) | 297.86º | 0.46% | 0.47% | - |
| XYZ | 12.95 | 9.08 | 19.16 | - |
| YUV | 87.53 | 146.89 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 65 | 121 | 0.02 | 0.46 | 0 | 0.53 | 297.86 | 0.3 | 0.36 |
| Hex | 77 | 41 | 79 | 2 | 2E | 0 | 35 | 12A | 1E | 24 |
| Octal | 167 | 101 | 171 | 2 | 56 | 0 | 65 | 452 | 36 | 44 |
| Binary | 1110111 | 1000001 | 1111001 | 10 | 101110 | 0 | 110101 | 100101010 | 11110 | 100100 |
Color Harmonies of #774179
Complementary color
Monochromatic Colors of #774179
Black with #774179
Text Example
Text Example
White with #774179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774179; }
p { color: rgb(119,65,121); }
H1.HeaderClassName
{
color: #774179;
}
.AnyTagClassName
{
color: #774179;
}
</style>
background-color css
<style>
a { background-color: #774179; }
a { background-color: rgb(119,65,121); }
div.DivClassName
{
background-color: #774179;
}
.BgClassName
{
background-color: #774179;
}
</style>
border-color css
<style>
span { border-color: #774179; }
span { border-color: rgb(119,65,121); }
td.TdClassName
{
border-color: #774179;
}
.TagClassName
{
border-color: #774179;
}
</style>