Shades of Eminence #784172
Tints of Eminence #784172
RGB
CMYK
RGB Variations
Color information
#784172 (or 0x784172) is known color: Eminence. HEX triplet: 78, 41 and 72. RGB value is (120,65,114). Sum of RGB (Red+Green+Blue) = 120+65+114=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 120 - color contains mainly: red. Hex color #784172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784172 is #87BE8D. Grayscale: #565656. Windows color (decimal): -8896142 or 7487864. OLE color: 7487864.
HSL color Cylindrical-coordinate representation of color #784172: hue angle of 306.55º 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 #784172 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 65 | 114 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.53 |
| HSL | 306.55º | 0.3% | 0.36% | - |
| HSV(B) | 306.55º | 0.46% | 0.47% | - |
| XYZ | 12.67 | 8.99 | 16.99 | - |
| YUV | 87.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 114 | 0 | 0.46 | 0.05 | 0.53 | 306.55 | 0.3 | 0.36 |
| Hex | 78 | 41 | 72 | 0 | 2E | 5 | 35 | 133 | 1E | 24 |
| Octal | 170 | 101 | 162 | 0 | 56 | 5 | 65 | 463 | 36 | 44 |
| Binary | 1111000 | 1000001 | 1110010 | 0 | 101110 | 101 | 110101 | 100110011 | 11110 | 100100 |
Color Harmonies of #784172
Complementary color
Monochromatic Colors of #784172
Black with #784172
Text Example
Text Example
White with #784172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784172; }
p { color: rgb(120,65,114); }
H1.HeaderClassName
{
color: #784172;
}
.AnyTagClassName
{
color: #784172;
}
</style>
background-color css
<style>
a { background-color: #784172; }
a { background-color: rgb(120,65,114); }
div.DivClassName
{
background-color: #784172;
}
.BgClassName
{
background-color: #784172;
}
</style>
border-color css
<style>
span { border-color: #784172; }
span { border-color: rgb(120,65,114); }
td.TdClassName
{
border-color: #784172;
}
.TagClassName
{
border-color: #784172;
}
</style>