Shades of Eminence #764975
Tints of Eminence #764975
RGB
CMYK
RGB Variations
Color information
#764975 (or 0x764975) is known color: Eminence. HEX triplet: 76, 49 and 75. RGB value is (118,73,117). Sum of RGB (Red+Green+Blue) = 118+73+117=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #764975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764975 is #89B68A. Grayscale: #5B5B5B. Windows color (decimal): -9025163 or 7686518. OLE color: 7686518.
HSL color Cylindrical-coordinate representation of color #764975: hue angle of 301.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #764975 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 73 | 117 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.54 |
| HSL | 301.33º | 0.24% | 0.37% | - |
| HSV(B) | 301.33º | 0.38% | 0.46% | - |
| XYZ | 13.06 | 9.9 | 18.05 | - |
| YUV | 91.47 | 142.41 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 73 | 117 | 0 | 0.38 | 0.01 | 0.54 | 301.33 | 0.24 | 0.37 |
| Hex | 76 | 49 | 75 | 0 | 26 | 1 | 36 | 12D | 18 | 25 |
| Octal | 166 | 111 | 165 | 0 | 46 | 1 | 66 | 455 | 30 | 45 |
| Binary | 1110110 | 1001001 | 1110101 | 0 | 100110 | 1 | 110110 | 100101101 | 11000 | 100101 |
Color Harmonies of #764975
Complementary color
Monochromatic Colors of #764975
Black with #764975
Text Example
Text Example
White with #764975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764975; }
p { color: rgb(118,73,117); }
H1.HeaderClassName
{
color: #764975;
}
.AnyTagClassName
{
color: #764975;
}
</style>
background-color css
<style>
a { background-color: #764975; }
a { background-color: rgb(118,73,117); }
div.DivClassName
{
background-color: #764975;
}
.BgClassName
{
background-color: #764975;
}
</style>
border-color css
<style>
span { border-color: #764975; }
span { border-color: rgb(118,73,117); }
td.TdClassName
{
border-color: #764975;
}
.TagClassName
{
border-color: #764975;
}
</style>