Shades of Eminence #783C77
Tints of Eminence #783C77
RGB
CMYK
RGB Variations
Color information
#783C77 (or 0x783C77) is known color: Eminence. HEX triplet: 78, 3C and 77. RGB value is (120,60,119). Sum of RGB (Red+Green+Blue) = 120+60+119=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 120 - color contains mainly: red. Hex color #783C77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783C77 is #87C388. Grayscale: #545454. Windows color (decimal): -8897417 or 7814264. OLE color: 7814264.
HSL color Cylindrical-coordinate representation of color #783C77: hue angle of 301º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #783C77 is Cyan = 0, Magento = 0.5, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 60 | 119 | - |
| CMYK | 0 | 0.5 | 0.01 | 0.53 |
| HSL | 301º | 0.33% | 0.35% | - |
| HSV(B) | 301º | 0.5% | 0.47% | - |
| XYZ | 12.69 | 8.56 | 18.44 | - |
| YUV | 84.67 | 147.38 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 119 | 0 | 0.5 | 0.01 | 0.53 | 301 | 0.33 | 0.35 |
| Hex | 78 | 3C | 77 | 0 | 32 | 1 | 35 | 12D | 21 | 23 |
| Octal | 170 | 74 | 167 | 0 | 62 | 1 | 65 | 455 | 41 | 43 |
| Binary | 1111000 | 111100 | 1110111 | 0 | 110010 | 1 | 110101 | 100101101 | 100001 | 100011 |
Color Harmonies of #783C77
Complementary color
Monochromatic Colors of #783C77
Black with #783C77
Text Example
Text Example
White with #783C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783C77; }
p { color: rgb(120,60,119); }
H1.HeaderClassName
{
color: #783C77;
}
.AnyTagClassName
{
color: #783C77;
}
</style>
background-color css
<style>
a { background-color: #783C77; }
a { background-color: rgb(120,60,119); }
div.DivClassName
{
background-color: #783C77;
}
.BgClassName
{
background-color: #783C77;
}
</style>
border-color css
<style>
span { border-color: #783C77; }
span { border-color: rgb(120,60,119); }
td.TdClassName
{
border-color: #783C77;
}
.TagClassName
{
border-color: #783C77;
}
</style>