Shades of Eminence #774074
Tints of Eminence #774074
RGB
CMYK
RGB Variations
Color information
#774074 (or 0x774074) is known color: Eminence. HEX triplet: 77, 40 and 74. RGB value is (119,64,116). Sum of RGB (Red+Green+Blue) = 119+64+116=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 119 - color contains mainly: red. Hex color #774074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774074 is #88BF8B. Grayscale: #565656. Windows color (decimal): -8961932 or 7618679. OLE color: 7618679.
HSL color Cylindrical-coordinate representation of color #774074: hue angle of 303.27º 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 #774074 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 64 | 116 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.53 |
| HSL | 303.27º | 0.3% | 0.36% | - |
| HSV(B) | 303.27º | 0.46% | 0.47% | - |
| XYZ | 12.59 | 8.85 | 17.57 | - |
| YUV | 86.37 | 144.72 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 64 | 116 | 0 | 0.46 | 0.03 | 0.53 | 303.27 | 0.3 | 0.36 |
| Hex | 77 | 40 | 74 | 0 | 2E | 3 | 35 | 12F | 1E | 24 |
| Octal | 167 | 100 | 164 | 0 | 56 | 3 | 65 | 457 | 36 | 44 |
| Binary | 1110111 | 1000000 | 1110100 | 0 | 101110 | 11 | 110101 | 100101111 | 11110 | 100100 |
Color Harmonies of #774074
Complementary color
Monochromatic Colors of #774074
Black with #774074
Text Example
Text Example
White with #774074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774074; }
p { color: rgb(119,64,116); }
H1.HeaderClassName
{
color: #774074;
}
.AnyTagClassName
{
color: #774074;
}
</style>
background-color css
<style>
a { background-color: #774074; }
a { background-color: rgb(119,64,116); }
div.DivClassName
{
background-color: #774074;
}
.BgClassName
{
background-color: #774074;
}
</style>
border-color css
<style>
span { border-color: #774074; }
span { border-color: rgb(119,64,116); }
td.TdClassName
{
border-color: #774074;
}
.TagClassName
{
border-color: #774074;
}
</style>