Shades of Eminence #764377
Tints of Eminence #764377
RGB
CMYK
RGB Variations
Color information
#764377 (or 0x764377) is known color: Eminence. HEX triplet: 76, 43 and 77. RGB value is (118,67,119). Sum of RGB (Red+Green+Blue) = 118+67+119=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 119 - color contains mainly: blue. Hex color #764377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764377 is #89BC88. Grayscale: #585858. Windows color (decimal): -9026697 or 7816054. OLE color: 7816054.
HSL color Cylindrical-coordinate representation of color #764377: hue angle of 298.85º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #764377 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 67 | 119 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.53 |
| HSL | 298.85º | 0.28% | 0.36% | - |
| HSV(B) | 298.85º | 0.44% | 0.47% | - |
| XYZ | 12.81 | 9.2 | 18.55 | - |
| YUV | 88.18 | 145.4 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 67 | 119 | 0.01 | 0.44 | 0 | 0.53 | 298.85 | 0.28 | 0.36 |
| Hex | 76 | 43 | 77 | 1 | 2C | 0 | 35 | 12B | 1C | 24 |
| Octal | 166 | 103 | 167 | 1 | 54 | 0 | 65 | 453 | 34 | 44 |
| Binary | 1110110 | 1000011 | 1110111 | 1 | 101100 | 0 | 110101 | 100101011 | 11100 | 100100 |
Color Harmonies of #764377
Complementary color
Monochromatic Colors of #764377
Black with #764377
Text Example
Text Example
White with #764377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764377; }
p { color: rgb(118,67,119); }
H1.HeaderClassName
{
color: #764377;
}
.AnyTagClassName
{
color: #764377;
}
</style>
background-color css
<style>
a { background-color: #764377; }
a { background-color: rgb(118,67,119); }
div.DivClassName
{
background-color: #764377;
}
.BgClassName
{
background-color: #764377;
}
</style>
border-color css
<style>
span { border-color: #764377; }
span { border-color: rgb(118,67,119); }
td.TdClassName
{
border-color: #764377;
}
.TagClassName
{
border-color: #764377;
}
</style>