Shades of Eminence #784175
Tints of Eminence #784175
RGB
CMYK
RGB Variations
Color information
#784175 (or 0x784175) is known color: Eminence. HEX triplet: 78, 41 and 75. RGB value is (120,65,117). Sum of RGB (Red+Green+Blue) = 120+65+117=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #784175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784175 is #87BE8A. Grayscale: #575757. Windows color (decimal): -8896139 or 7684472. OLE color: 7684472.
HSL color Cylindrical-coordinate representation of color #784175: hue angle of 303.27º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #784175 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 65 | 117 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.53 |
| HSL | 303.27º | 0.3% | 0.36% | - |
| HSV(B) | 303.27º | 0.46% | 0.47% | - |
| XYZ | 12.85 | 9.06 | 17.9 | - |
| YUV | 87.37 | 144.72 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 117 | 0 | 0.46 | 0.02 | 0.53 | 303.27 | 0.3 | 0.36 |
| Hex | 78 | 41 | 75 | 0 | 2E | 2 | 35 | 12F | 1E | 24 |
| Octal | 170 | 101 | 165 | 0 | 56 | 2 | 65 | 457 | 36 | 44 |
| Binary | 1111000 | 1000001 | 1110101 | 0 | 101110 | 10 | 110101 | 100101111 | 11110 | 100100 |
Color Harmonies of #784175
Complementary color
Monochromatic Colors of #784175
Black with #784175
Text Example
Text Example
White with #784175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784175; }
p { color: rgb(120,65,117); }
H1.HeaderClassName
{
color: #784175;
}
.AnyTagClassName
{
color: #784175;
}
</style>
background-color css
<style>
a { background-color: #784175; }
a { background-color: rgb(120,65,117); }
div.DivClassName
{
background-color: #784175;
}
.BgClassName
{
background-color: #784175;
}
</style>
border-color css
<style>
span { border-color: #784175; }
span { border-color: rgb(120,65,117); }
td.TdClassName
{
border-color: #784175;
}
.TagClassName
{
border-color: #784175;
}
</style>