Shades of Eminence #784574
Tints of Eminence #784574
RGB
CMYK
RGB Variations
Color information
#784574 (or 0x784574) is known color: Eminence. HEX triplet: 78, 45 and 74. RGB value is (120,69,116). Sum of RGB (Red+Green+Blue) = 120+69+116=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 120 - color contains mainly: red. Hex color #784574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784574 is #87BA8B. Grayscale: #595959. Windows color (decimal): -8895116 or 7619960. OLE color: 7619960.
HSL color Cylindrical-coordinate representation of color #784574: hue angle of 304.71º degrees, saturation: 0.27, 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 #784574 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 69 | 116 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.53 |
| HSL | 304.71º | 0.27% | 0.37% | - |
| HSV(B) | 304.71º | 0.43% | 0.47% | - |
| XYZ | 13.03 | 9.51 | 17.67 | - |
| YUV | 89.61 | 142.9 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 69 | 116 | 0 | 0.42 | 0.03 | 0.53 | 304.71 | 0.27 | 0.37 |
| Hex | 78 | 45 | 74 | 0 | 2A | 3 | 35 | 131 | 1B | 25 |
| Octal | 170 | 105 | 164 | 0 | 52 | 3 | 65 | 461 | 33 | 45 |
| Binary | 1111000 | 1000101 | 1110100 | 0 | 101010 | 11 | 110101 | 100110001 | 11011 | 100101 |
Color Harmonies of #784574
Complementary color
Monochromatic Colors of #784574
Black with #784574
Text Example
Text Example
White with #784574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784574; }
p { color: rgb(120,69,116); }
H1.HeaderClassName
{
color: #784574;
}
.AnyTagClassName
{
color: #784574;
}
</style>
background-color css
<style>
a { background-color: #784574; }
a { background-color: rgb(120,69,116); }
div.DivClassName
{
background-color: #784574;
}
.BgClassName
{
background-color: #784574;
}
</style>
border-color css
<style>
span { border-color: #784574; }
span { border-color: rgb(120,69,116); }
td.TdClassName
{
border-color: #784574;
}
.TagClassName
{
border-color: #784574;
}
</style>