Shades of Eminence #764170
Tints of Eminence #764170
RGB
CMYK
RGB Variations
Color information
#764170 (or 0x764170) is known color: Eminence. HEX triplet: 76, 41 and 70. RGB value is (118,65,112). Sum of RGB (Red+Green+Blue) = 118+65+112=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #764170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764170 is #89BE8F. Grayscale: #565656. Windows color (decimal): -9027216 or 7356790. OLE color: 7356790.
HSL color Cylindrical-coordinate representation of color #764170: hue angle of 306.79º 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 #764170 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 65 | 112 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.54 |
| HSL | 306.79º | 0.29% | 0.36% | - |
| HSV(B) | 306.79º | 0.45% | 0.46% | - |
| XYZ | 12.29 | 8.8 | 16.38 | - |
| YUV | 86.21 | 142.56 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 65 | 112 | 0 | 0.45 | 0.05 | 0.54 | 306.79 | 0.29 | 0.36 |
| Hex | 76 | 41 | 70 | 0 | 2D | 5 | 36 | 133 | 1D | 24 |
| Octal | 166 | 101 | 160 | 0 | 55 | 5 | 66 | 463 | 35 | 44 |
| Binary | 1110110 | 1000001 | 1110000 | 0 | 101101 | 101 | 110110 | 100110011 | 11101 | 100100 |
Color Harmonies of #764170
Complementary color
Monochromatic Colors of #764170
Black with #764170
Text Example
Text Example
White with #764170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764170; }
p { color: rgb(118,65,112); }
H1.HeaderClassName
{
color: #764170;
}
.AnyTagClassName
{
color: #764170;
}
</style>
background-color css
<style>
a { background-color: #764170; }
a { background-color: rgb(118,65,112); }
div.DivClassName
{
background-color: #764170;
}
.BgClassName
{
background-color: #764170;
}
</style>
border-color css
<style>
span { border-color: #764170; }
span { border-color: rgb(118,65,112); }
td.TdClassName
{
border-color: #764170;
}
.TagClassName
{
border-color: #764170;
}
</style>