Shades of Eminence #764A72
Tints of Eminence #764A72
RGB
CMYK
RGB Variations
Color information
#764A72 (or 0x764A72) is known color: Eminence. HEX triplet: 76, 4A and 72. RGB value is (118,74,114). Sum of RGB (Red+Green+Blue) = 118+74+114=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #764A72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764A72 is #89B58D. Grayscale: #5B5B5B. Windows color (decimal): -9024910 or 7490166. OLE color: 7490166.
HSL color Cylindrical-coordinate representation of color #764A72: hue angle of 305.45º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #764A72 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 74 | 114 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.54 |
| HSL | 305.45º | 0.23% | 0.38% | - |
| HSV(B) | 305.45º | 0.37% | 0.46% | - |
| XYZ | 12.96 | 9.96 | 17.16 | - |
| YUV | 91.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 114 | 0 | 0.37 | 0.03 | 0.54 | 305.45 | 0.23 | 0.38 |
| Hex | 76 | 4A | 72 | 0 | 25 | 3 | 36 | 131 | 17 | 26 |
| Octal | 166 | 112 | 162 | 0 | 45 | 3 | 66 | 461 | 27 | 46 |
| Binary | 1110110 | 1001010 | 1110010 | 0 | 100101 | 11 | 110110 | 100110001 | 10111 | 100110 |
Color Harmonies of #764A72
Complementary color
Monochromatic Colors of #764A72
Black with #764A72
Text Example
Text Example
White with #764A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A72; }
p { color: rgb(118,74,114); }
H1.HeaderClassName
{
color: #764A72;
}
.AnyTagClassName
{
color: #764A72;
}
</style>
background-color css
<style>
a { background-color: #764A72; }
a { background-color: rgb(118,74,114); }
div.DivClassName
{
background-color: #764A72;
}
.BgClassName
{
background-color: #764A72;
}
</style>
border-color css
<style>
span { border-color: #764A72; }
span { border-color: rgb(118,74,114); }
td.TdClassName
{
border-color: #764A72;
}
.TagClassName
{
border-color: #764A72;
}
</style>