Shades of Eminence #764678
Tints of Eminence #764678
RGB
CMYK
RGB Variations
Color information
#764678 (or 0x764678) is known color: Eminence. HEX triplet: 76, 46 and 78. RGB value is (118,70,120). Sum of RGB (Red+Green+Blue) = 118+70+120=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 120 - color contains mainly: blue. Hex color #764678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764678 is #89B987. Grayscale: #595959. Windows color (decimal): -9025928 or 7882358. OLE color: 7882358.
HSL color Cylindrical-coordinate representation of color #764678: hue angle of 297.6º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #764678 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 70 | 120 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.53 |
| HSL | 297.6º | 0.26% | 0.37% | - |
| HSV(B) | 297.6º | 0.42% | 0.47% | - |
| XYZ | 13.05 | 9.59 | 18.93 | - |
| YUV | 90.05 | 144.9 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 70 | 120 | 0.02 | 0.42 | 0 | 0.53 | 297.6 | 0.26 | 0.37 |
| Hex | 76 | 46 | 78 | 2 | 2A | 0 | 35 | 12A | 1A | 25 |
| Octal | 166 | 106 | 170 | 2 | 52 | 0 | 65 | 452 | 32 | 45 |
| Binary | 1110110 | 1000110 | 1111000 | 10 | 101010 | 0 | 110101 | 100101010 | 11010 | 100101 |
Color Harmonies of #764678
Complementary color
Monochromatic Colors of #764678
Black with #764678
Text Example
Text Example
White with #764678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764678; }
p { color: rgb(118,70,120); }
H1.HeaderClassName
{
color: #764678;
}
.AnyTagClassName
{
color: #764678;
}
</style>
background-color css
<style>
a { background-color: #764678; }
a { background-color: rgb(118,70,120); }
div.DivClassName
{
background-color: #764678;
}
.BgClassName
{
background-color: #764678;
}
</style>
border-color css
<style>
span { border-color: #764678; }
span { border-color: rgb(118,70,120); }
td.TdClassName
{
border-color: #764678;
}
.TagClassName
{
border-color: #764678;
}
</style>