Shades of Eminence #784473
Tints of Eminence #784473
RGB
CMYK
RGB Variations
Color information
#784473 (or 0x784473) is known color: Eminence. HEX triplet: 78, 44 and 73. RGB value is (120,68,115). Sum of RGB (Red+Green+Blue) = 120+68+115=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 120 - color contains mainly: red. Hex color #784473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784473 is #87BB8C. Grayscale: #585858. Windows color (decimal): -8895373 or 7554168. OLE color: 7554168.
HSL color Cylindrical-coordinate representation of color #784473: hue angle of 305.77º 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 #784473 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 68 | 115 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.53 |
| HSL | 305.77º | 0.28% | 0.37% | - |
| HSV(B) | 305.77º | 0.43% | 0.47% | - |
| XYZ | 12.91 | 9.37 | 17.35 | - |
| YUV | 88.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 68 | 115 | 0 | 0.43 | 0.04 | 0.53 | 305.77 | 0.28 | 0.37 |
| Hex | 78 | 44 | 73 | 0 | 2B | 4 | 35 | 132 | 1C | 25 |
| Octal | 170 | 104 | 163 | 0 | 53 | 4 | 65 | 462 | 34 | 45 |
| Binary | 1111000 | 1000100 | 1110011 | 0 | 101011 | 100 | 110101 | 100110010 | 11100 | 100101 |
Color Harmonies of #784473
Complementary color
Monochromatic Colors of #784473
Black with #784473
Text Example
Text Example
White with #784473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784473; }
p { color: rgb(120,68,115); }
H1.HeaderClassName
{
color: #784473;
}
.AnyTagClassName
{
color: #784473;
}
</style>
background-color css
<style>
a { background-color: #784473; }
a { background-color: rgb(120,68,115); }
div.DivClassName
{
background-color: #784473;
}
.BgClassName
{
background-color: #784473;
}
</style>
border-color css
<style>
span { border-color: #784473; }
span { border-color: rgb(120,68,115); }
td.TdClassName
{
border-color: #784473;
}
.TagClassName
{
border-color: #784473;
}
</style>