Shades of Eminence #764675
Tints of Eminence #764675
RGB
CMYK
RGB Variations
Color information
#764675 (or 0x764675) is known color: Eminence. HEX triplet: 76, 46 and 75. RGB value is (118,70,117). Sum of RGB (Red+Green+Blue) = 118+70+117=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #764675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764675 is #89B98A. Grayscale: #595959. Windows color (decimal): -9025931 or 7685750. OLE color: 7685750.
HSL color Cylindrical-coordinate representation of color #764675: hue angle of 301.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 #764675 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 70 | 117 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.54 |
| HSL | 301.25º | 0.26% | 0.37% | - |
| HSV(B) | 301.25º | 0.41% | 0.46% | - |
| XYZ | 12.87 | 9.52 | 17.99 | - |
| YUV | 89.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 70 | 117 | 0 | 0.41 | 0.01 | 0.54 | 301.25 | 0.26 | 0.37 |
| Hex | 76 | 46 | 75 | 0 | 29 | 1 | 36 | 12D | 1A | 25 |
| Octal | 166 | 106 | 165 | 0 | 51 | 1 | 66 | 455 | 32 | 45 |
| Binary | 1110110 | 1000110 | 1110101 | 0 | 101001 | 1 | 110110 | 100101101 | 11010 | 100101 |
Color Harmonies of #764675
Complementary color
Monochromatic Colors of #764675
Black with #764675
Text Example
Text Example
White with #764675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764675; }
p { color: rgb(118,70,117); }
H1.HeaderClassName
{
color: #764675;
}
.AnyTagClassName
{
color: #764675;
}
</style>
background-color css
<style>
a { background-color: #764675; }
a { background-color: rgb(118,70,117); }
div.DivClassName
{
background-color: #764675;
}
.BgClassName
{
background-color: #764675;
}
</style>
border-color css
<style>
span { border-color: #764675; }
span { border-color: rgb(118,70,117); }
td.TdClassName
{
border-color: #764675;
}
.TagClassName
{
border-color: #764675;
}
</style>