Shades of Eminence #744E78
Tints of Eminence #744E78
RGB
CMYK
RGB Variations
Color information
#744E78 (or 0x744E78) is known color: Eminence. HEX triplet: 74, 4E and 78. RGB value is (116,78,120). Sum of RGB (Red+Green+Blue) = 116+78+120=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 120 - color contains mainly: blue. Hex color #744E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744E78 is #8BB187. Grayscale: #5E5E5E. Windows color (decimal): -9154952 or 7884404. OLE color: 7884404.
HSL color Cylindrical-coordinate representation of color #744E78: hue angle of 294.29º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #744E78 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 78 | 120 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.53 |
| HSL | 294.29º | 0.21% | 0.39% | - |
| HSV(B) | 294.29º | 0.35% | 0.47% | - |
| XYZ | 13.32 | 10.52 | 19.1 | - |
| YUV | 94.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 120 | 0.03 | 0.35 | 0 | 0.53 | 294.29 | 0.21 | 0.39 |
| Hex | 74 | 4E | 78 | 3 | 23 | 0 | 35 | 126 | 15 | 27 |
| Octal | 164 | 116 | 170 | 3 | 43 | 0 | 65 | 446 | 25 | 47 |
| Binary | 1110100 | 1001110 | 1111000 | 11 | 100011 | 0 | 110101 | 100100110 | 10101 | 100111 |
Color Harmonies of #744E78
Complementary color
Monochromatic Colors of #744E78
Black with #744E78
Text Example
Text Example
White with #744E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744E78; }
p { color: rgb(116,78,120); }
H1.HeaderClassName
{
color: #744E78;
}
.AnyTagClassName
{
color: #744E78;
}
</style>
background-color css
<style>
a { background-color: #744E78; }
a { background-color: rgb(116,78,120); }
div.DivClassName
{
background-color: #744E78;
}
.BgClassName
{
background-color: #744E78;
}
</style>
border-color css
<style>
span { border-color: #744E78; }
span { border-color: rgb(116,78,120); }
td.TdClassName
{
border-color: #744E78;
}
.TagClassName
{
border-color: #744E78;
}
</style>