Shades of Eminence #783E75
Tints of Eminence #783E75
RGB
CMYK
RGB Variations
Color information
#783E75 (or 0x783E75) is known color: Eminence. HEX triplet: 78, 3E and 75. RGB value is (120,62,117). Sum of RGB (Red+Green+Blue) = 120+62+117=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 120 - color contains mainly: red. Hex color #783E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783E75 is #87C18A. Grayscale: #555555. Windows color (decimal): -8896907 or 7683704. OLE color: 7683704.
HSL color Cylindrical-coordinate representation of color #783E75: hue angle of 303.1º degrees, saturation: 0.32, 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 #783E75 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 62 | 117 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.53 |
| HSL | 303.1º | 0.32% | 0.36% | - |
| HSV(B) | 303.1º | 0.48% | 0.47% | - |
| XYZ | 12.68 | 8.72 | 17.85 | - |
| YUV | 85.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 62 | 117 | 0 | 0.48 | 0.02 | 0.53 | 303.1 | 0.32 | 0.36 |
| Hex | 78 | 3E | 75 | 0 | 30 | 2 | 35 | 12F | 20 | 24 |
| Octal | 170 | 76 | 165 | 0 | 60 | 2 | 65 | 457 | 40 | 44 |
| Binary | 1111000 | 111110 | 1110101 | 0 | 110000 | 10 | 110101 | 100101111 | 100000 | 100100 |
Color Harmonies of #783E75
Complementary color
Monochromatic Colors of #783E75
Black with #783E75
Text Example
Text Example
White with #783E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783E75; }
p { color: rgb(120,62,117); }
H1.HeaderClassName
{
color: #783E75;
}
.AnyTagClassName
{
color: #783E75;
}
</style>
background-color css
<style>
a { background-color: #783E75; }
a { background-color: rgb(120,62,117); }
div.DivClassName
{
background-color: #783E75;
}
.BgClassName
{
background-color: #783E75;
}
</style>
border-color css
<style>
span { border-color: #783E75; }
span { border-color: rgb(120,62,117); }
td.TdClassName
{
border-color: #783E75;
}
.TagClassName
{
border-color: #783E75;
}
</style>