Shades of Eminence #764470
Tints of Eminence #764470
RGB
CMYK
RGB Variations
Color information
#764470 (or 0x764470) is known color: Eminence. HEX triplet: 76, 44 and 70. RGB value is (118,68,112). Sum of RGB (Red+Green+Blue) = 118+68+112=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #764470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764470 is #89BB8F. Grayscale: #575757. Windows color (decimal): -9026448 or 7357558. OLE color: 7357558.
HSL color Cylindrical-coordinate representation of color #764470: hue angle of 307.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #764470 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 68 | 112 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.54 |
| HSL | 307.2º | 0.27% | 0.36% | - |
| HSV(B) | 307.2º | 0.42% | 0.46% | - |
| XYZ | 12.46 | 9.16 | 16.44 | - |
| YUV | 87.97 | 141.57 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 68 | 112 | 0 | 0.42 | 0.05 | 0.54 | 307.2 | 0.27 | 0.36 |
| Hex | 76 | 44 | 70 | 0 | 2A | 5 | 36 | 133 | 1B | 24 |
| Octal | 166 | 104 | 160 | 0 | 52 | 5 | 66 | 463 | 33 | 44 |
| Binary | 1110110 | 1000100 | 1110000 | 0 | 101010 | 101 | 110110 | 100110011 | 11011 | 100100 |
Color Harmonies of #764470
Complementary color
Monochromatic Colors of #764470
Black with #764470
Text Example
Text Example
White with #764470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764470; }
p { color: rgb(118,68,112); }
H1.HeaderClassName
{
color: #764470;
}
.AnyTagClassName
{
color: #764470;
}
</style>
background-color css
<style>
a { background-color: #764470; }
a { background-color: rgb(118,68,112); }
div.DivClassName
{
background-color: #764470;
}
.BgClassName
{
background-color: #764470;
}
</style>
border-color css
<style>
span { border-color: #764470; }
span { border-color: rgb(118,68,112); }
td.TdClassName
{
border-color: #764470;
}
.TagClassName
{
border-color: #764470;
}
</style>