Shades of Eminence #77476E
Tints of Eminence #77476E
RGB
CMYK
RGB Variations
Color information
#77476E (or 0x77476E) is known color: Eminence. HEX triplet: 77, 47 and 6E. RGB value is (119,71,110). Sum of RGB (Red+Green+Blue) = 119+71+110=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #77476E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77476E is #88B891. Grayscale: #595959. Windows color (decimal): -8960146 or 7227255. OLE color: 7227255.
HSL color Cylindrical-coordinate representation of color #77476E: hue angle of 311.25º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77476E is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 71 | 110 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.53 |
| HSL | 311.25º | 0.25% | 0.37% | - |
| HSV(B) | 311.25º | 0.4% | 0.47% | - |
| XYZ | 12.68 | 9.55 | 15.93 | - |
| YUV | 89.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 71 | 110 | 0 | 0.40 | 0.08 | 0.53 | 311.25 | 0.25 | 0.37 |
| Hex | 77 | 47 | 6E | 0 | 28 | 8 | 35 | 137 | 19 | 25 |
| Octal | 167 | 107 | 156 | 0 | 50 | 10 | 65 | 467 | 31 | 45 |
| Binary | 1110111 | 1000111 | 1101110 | 0 | 101000 | 1000 | 110101 | 100110111 | 11001 | 100101 |
Color Harmonies of #77476E
Complementary color
Monochromatic Colors of #77476E
Black with #77476E
Text Example
Text Example
White with #77476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77476E; }
p { color: rgb(119,71,110); }
H1.HeaderClassName
{
color: #77476E;
}
.AnyTagClassName
{
color: #77476E;
}
</style>
background-color css
<style>
a { background-color: #77476E; }
a { background-color: rgb(119,71,110); }
div.DivClassName
{
background-color: #77476E;
}
.BgClassName
{
background-color: #77476E;
}
</style>
border-color css
<style>
span { border-color: #77476E; }
span { border-color: rgb(119,71,110); }
td.TdClassName
{
border-color: #77476E;
}
.TagClassName
{
border-color: #77476E;
}
</style>