Shades of Eminence #764671
Tints of Eminence #764671
RGB
CMYK
RGB Variations
Color information
#764671 (or 0x764671) is known color: Eminence. HEX triplet: 76, 46 and 71. RGB value is (118,70,113). Sum of RGB (Red+Green+Blue) = 118+70+113=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #764671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764671 is #89B98E. Grayscale: #595959. Windows color (decimal): -9025935 or 7423606. OLE color: 7423606.
HSL color Cylindrical-coordinate representation of color #764671: hue angle of 306.25º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #764671 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 70 | 113 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.54 |
| HSL | 306.25º | 0.26% | 0.37% | - |
| HSV(B) | 306.25º | 0.41% | 0.46% | - |
| XYZ | 12.64 | 9.42 | 16.78 | - |
| YUV | 89.25 | 141.4 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 70 | 113 | 0 | 0.41 | 0.04 | 0.54 | 306.25 | 0.26 | 0.37 |
| Hex | 76 | 46 | 71 | 0 | 29 | 4 | 36 | 132 | 1A | 25 |
| Octal | 166 | 106 | 161 | 0 | 51 | 4 | 66 | 462 | 32 | 45 |
| Binary | 1110110 | 1000110 | 1110001 | 0 | 101001 | 100 | 110110 | 100110010 | 11010 | 100101 |
Color Harmonies of #764671
Complementary color
Monochromatic Colors of #764671
Black with #764671
Text Example
Text Example
White with #764671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764671; }
p { color: rgb(118,70,113); }
H1.HeaderClassName
{
color: #764671;
}
.AnyTagClassName
{
color: #764671;
}
</style>
background-color css
<style>
a { background-color: #764671; }
a { background-color: rgb(118,70,113); }
div.DivClassName
{
background-color: #764671;
}
.BgClassName
{
background-color: #764671;
}
</style>
border-color css
<style>
span { border-color: #764671; }
span { border-color: rgb(118,70,113); }
td.TdClassName
{
border-color: #764671;
}
.TagClassName
{
border-color: #764671;
}
</style>