Shades of Eminence #764673
Tints of Eminence #764673
RGB
CMYK
RGB Variations
Color information
#764673 (or 0x764673) is known color: Eminence. HEX triplet: 76, 46 and 73. RGB value is (118,70,115). Sum of RGB (Red+Green+Blue) = 118+70+115=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #764673 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764673 is #89B98C. Grayscale: #595959. Windows color (decimal): -9025933 or 7554678. OLE color: 7554678.
HSL color Cylindrical-coordinate representation of color #764673: hue angle of 303.75º 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 #764673 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 70 | 115 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.54 |
| HSL | 303.75º | 0.26% | 0.37% | - |
| HSV(B) | 303.75º | 0.41% | 0.46% | - |
| XYZ | 12.76 | 9.47 | 17.38 | - |
| YUV | 89.48 | 142.4 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 70 | 115 | 0 | 0.41 | 0.03 | 0.54 | 303.75 | 0.26 | 0.37 |
| Hex | 76 | 46 | 73 | 0 | 29 | 3 | 36 | 130 | 1A | 25 |
| Octal | 166 | 106 | 163 | 0 | 51 | 3 | 66 | 460 | 32 | 45 |
| Binary | 1110110 | 1000110 | 1110011 | 0 | 101001 | 11 | 110110 | 100110000 | 11010 | 100101 |
Color Harmonies of #764673
Complementary color
Monochromatic Colors of #764673
Black with #764673
Text Example
Text Example
White with #764673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764673; }
p { color: rgb(118,70,115); }
H1.HeaderClassName
{
color: #764673;
}
.AnyTagClassName
{
color: #764673;
}
</style>
background-color css
<style>
a { background-color: #764673; }
a { background-color: rgb(118,70,115); }
div.DivClassName
{
background-color: #764673;
}
.BgClassName
{
background-color: #764673;
}
</style>
border-color css
<style>
span { border-color: #764673; }
span { border-color: rgb(118,70,115); }
td.TdClassName
{
border-color: #764673;
}
.TagClassName
{
border-color: #764673;
}
</style>