Shades of Eminence #783F76
Tints of Eminence #783F76
RGB
CMYK
RGB Variations
Color information
#783F76 (or 0x783F76) is known color: Eminence. HEX triplet: 78, 3F and 76. RGB value is (120,63,118). Sum of RGB (Red+Green+Blue) = 120+63+118=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 120 - color contains mainly: red. Hex color #783F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783F76 is #87C089. Grayscale: #565656. Windows color (decimal): -8896650 or 7749496. OLE color: 7749496.
HSL color Cylindrical-coordinate representation of color #783F76: hue angle of 302.11º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #783F76 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 63 | 118 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.53 |
| HSL | 302.11º | 0.31% | 0.36% | - |
| HSV(B) | 302.11º | 0.48% | 0.47% | - |
| XYZ | 12.79 | 8.86 | 18.17 | - |
| YUV | 86.31 | 145.88 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 118 | 0 | 0.48 | 0.02 | 0.53 | 302.11 | 0.31 | 0.36 |
| Hex | 78 | 3F | 76 | 0 | 30 | 2 | 35 | 12E | 1F | 24 |
| Octal | 170 | 77 | 166 | 0 | 60 | 2 | 65 | 456 | 37 | 44 |
| Binary | 1111000 | 111111 | 1110110 | 0 | 110000 | 10 | 110101 | 100101110 | 11111 | 100100 |
Color Harmonies of #783F76
Complementary color
Monochromatic Colors of #783F76
Black with #783F76
Text Example
Text Example
White with #783F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783F76; }
p { color: rgb(120,63,118); }
H1.HeaderClassName
{
color: #783F76;
}
.AnyTagClassName
{
color: #783F76;
}
</style>
background-color css
<style>
a { background-color: #783F76; }
a { background-color: rgb(120,63,118); }
div.DivClassName
{
background-color: #783F76;
}
.BgClassName
{
background-color: #783F76;
}
</style>
border-color css
<style>
span { border-color: #783F76; }
span { border-color: rgb(120,63,118); }
td.TdClassName
{
border-color: #783F76;
}
.TagClassName
{
border-color: #783F76;
}
</style>