Shades of Eminence #764174
Tints of Eminence #764174
RGB
CMYK
RGB Variations
Color information
#764174 (or 0x764174) is known color: Eminence. HEX triplet: 76, 41 and 74. RGB value is (118,65,116). Sum of RGB (Red+Green+Blue) = 118+65+116=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #764174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764174 is #89BE8B. Grayscale: #565656. Windows color (decimal): -9027212 or 7618934. OLE color: 7618934.
HSL color Cylindrical-coordinate representation of color #764174: hue angle of 302.26º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #764174 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 65 | 116 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.54 |
| HSL | 302.26º | 0.29% | 0.36% | - |
| HSV(B) | 302.26º | 0.45% | 0.46% | - |
| XYZ | 12.51 | 8.89 | 17.58 | - |
| YUV | 86.66 | 144.56 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 65 | 116 | 0 | 0.45 | 0.02 | 0.54 | 302.26 | 0.29 | 0.36 |
| Hex | 76 | 41 | 74 | 0 | 2D | 2 | 36 | 12E | 1D | 24 |
| Octal | 166 | 101 | 164 | 0 | 55 | 2 | 66 | 456 | 35 | 44 |
| Binary | 1110110 | 1000001 | 1110100 | 0 | 101101 | 10 | 110110 | 100101110 | 11101 | 100100 |
Color Harmonies of #764174
Complementary color
Monochromatic Colors of #764174
Black with #764174
Text Example
Text Example
White with #764174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764174; }
p { color: rgb(118,65,116); }
H1.HeaderClassName
{
color: #764174;
}
.AnyTagClassName
{
color: #764174;
}
</style>
background-color css
<style>
a { background-color: #764174; }
a { background-color: rgb(118,65,116); }
div.DivClassName
{
background-color: #764174;
}
.BgClassName
{
background-color: #764174;
}
</style>
border-color css
<style>
span { border-color: #764174; }
span { border-color: rgb(118,65,116); }
td.TdClassName
{
border-color: #764174;
}
.TagClassName
{
border-color: #764174;
}
</style>