Shades of Eminence #784474
Tints of Eminence #784474
RGB
CMYK
RGB Variations
Color information
#784474 (or 0x784474) is known color: Eminence. HEX triplet: 78, 44 and 74. RGB value is (120,68,116). Sum of RGB (Red+Green+Blue) = 120+68+116=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 120 - color contains mainly: red. Hex color #784474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784474 is #87BB8B. Grayscale: #585858. Windows color (decimal): -8895372 or 7619704. OLE color: 7619704.
HSL color Cylindrical-coordinate representation of color #784474: hue angle of 304.62º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #784474 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 68 | 116 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.53 |
| HSL | 304.62º | 0.28% | 0.37% | - |
| HSV(B) | 304.62º | 0.43% | 0.47% | - |
| XYZ | 12.97 | 9.39 | 17.65 | - |
| YUV | 89.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 68 | 116 | 0 | 0.43 | 0.03 | 0.53 | 304.62 | 0.28 | 0.37 |
| Hex | 78 | 44 | 74 | 0 | 2B | 3 | 35 | 131 | 1C | 25 |
| Octal | 170 | 104 | 164 | 0 | 53 | 3 | 65 | 461 | 34 | 45 |
| Binary | 1111000 | 1000100 | 1110100 | 0 | 101011 | 11 | 110101 | 100110001 | 11100 | 100101 |
Color Harmonies of #784474
Complementary color
Monochromatic Colors of #784474
Black with #784474
Text Example
Text Example
White with #784474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784474; }
p { color: rgb(120,68,116); }
H1.HeaderClassName
{
color: #784474;
}
.AnyTagClassName
{
color: #784474;
}
</style>
background-color css
<style>
a { background-color: #784474; }
a { background-color: rgb(120,68,116); }
div.DivClassName
{
background-color: #784474;
}
.BgClassName
{
background-color: #784474;
}
</style>
border-color css
<style>
span { border-color: #784474; }
span { border-color: rgb(120,68,116); }
td.TdClassName
{
border-color: #784474;
}
.TagClassName
{
border-color: #784474;
}
</style>