Shades of Eminence #774A75
Tints of Eminence #774A75
RGB
CMYK
RGB Variations
Color information
#774A75 (or 0x774A75) is known color: Eminence. HEX triplet: 77, 4A and 75. RGB value is (119,74,117). Sum of RGB (Red+Green+Blue) = 119+74+117=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 119 - color contains mainly: red. Hex color #774A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774A75 is #88B58A. Grayscale: #5C5C5C. Windows color (decimal): -8959371 or 7686775. OLE color: 7686775.
HSL color Cylindrical-coordinate representation of color #774A75: hue angle of 302.67º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #774A75 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 74 | 117 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.53 |
| HSL | 302.67º | 0.23% | 0.38% | - |
| HSV(B) | 302.67º | 0.38% | 0.47% | - |
| XYZ | 13.27 | 10.1 | 18.08 | - |
| YUV | 92.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 117 | 0 | 0.38 | 0.02 | 0.53 | 302.67 | 0.23 | 0.38 |
| Hex | 77 | 4A | 75 | 0 | 26 | 2 | 35 | 12F | 17 | 26 |
| Octal | 167 | 112 | 165 | 0 | 46 | 2 | 65 | 457 | 27 | 46 |
| Binary | 1110111 | 1001010 | 1110101 | 0 | 100110 | 10 | 110101 | 100101111 | 10111 | 100110 |
Color Harmonies of #774A75
Complementary color
Monochromatic Colors of #774A75
Black with #774A75
Text Example
Text Example
White with #774A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774A75; }
p { color: rgb(119,74,117); }
H1.HeaderClassName
{
color: #774A75;
}
.AnyTagClassName
{
color: #774A75;
}
</style>
background-color css
<style>
a { background-color: #774A75; }
a { background-color: rgb(119,74,117); }
div.DivClassName
{
background-color: #774A75;
}
.BgClassName
{
background-color: #774A75;
}
</style>
border-color css
<style>
span { border-color: #774A75; }
span { border-color: rgb(119,74,117); }
td.TdClassName
{
border-color: #774A75;
}
.TagClassName
{
border-color: #774A75;
}
</style>