Shades of Eminence #773F71
Tints of Eminence #773F71
RGB
CMYK
RGB Variations
Color information
#773F71 (or 0x773F71) is known color: Eminence. HEX triplet: 77, 3F and 71. RGB value is (119,63,113). Sum of RGB (Red+Green+Blue) = 119+63+113=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #773F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773F71 is #88C08E. Grayscale: #555555. Windows color (decimal): -8962191 or 7421815. OLE color: 7421815.
HSL color Cylindrical-coordinate representation of color #773F71: hue angle of 306.43º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #773F71 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 63 | 113 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.53 |
| HSL | 306.43º | 0.31% | 0.36% | - |
| HSV(B) | 306.43º | 0.47% | 0.47% | - |
| XYZ | 12.37 | 8.67 | 16.64 | - |
| YUV | 85.44 | 143.55 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 113 | 0 | 0.47 | 0.05 | 0.53 | 306.43 | 0.31 | 0.36 |
| Hex | 77 | 3F | 71 | 0 | 2F | 5 | 35 | 132 | 1F | 24 |
| Octal | 167 | 77 | 161 | 0 | 57 | 5 | 65 | 462 | 37 | 44 |
| Binary | 1110111 | 111111 | 1110001 | 0 | 101111 | 101 | 110101 | 100110010 | 11111 | 100100 |
Color Harmonies of #773F71
Complementary color
Monochromatic Colors of #773F71
Black with #773F71
Text Example
Text Example
White with #773F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773F71; }
p { color: rgb(119,63,113); }
H1.HeaderClassName
{
color: #773F71;
}
.AnyTagClassName
{
color: #773F71;
}
</style>
background-color css
<style>
a { background-color: #773F71; }
a { background-color: rgb(119,63,113); }
div.DivClassName
{
background-color: #773F71;
}
.BgClassName
{
background-color: #773F71;
}
</style>
border-color css
<style>
span { border-color: #773F71; }
span { border-color: rgb(119,63,113); }
td.TdClassName
{
border-color: #773F71;
}
.TagClassName
{
border-color: #773F71;
}
</style>