Shades of Eminence #773F7E
Tints of Eminence #773F7E
RGB
CMYK
RGB Variations
Color information
#773F7E (or 0x773F7E) is known color: Eminence. HEX triplet: 77, 3F and 7E. RGB value is (119,63,126). Sum of RGB (Red+Green+Blue) = 119+63+126=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 126 - color contains mainly: blue. Hex color #773F7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773F7E is #88C081. Grayscale: #565656. Windows color (decimal): -8962178 or 8273783. OLE color: 8273783.
HSL color Cylindrical-coordinate representation of color #773F7E: hue angle of 293.33º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #773F7E is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 63 | 126 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.51 |
| HSL | 293.33º | 0.33% | 0.37% | - |
| HSV(B) | 293.33º | 0.5% | 0.49% | - |
| XYZ | 13.15 | 8.98 | 20.78 | - |
| YUV | 86.93 | 150.05 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 126 | 0.06 | 0.50 | 0 | 0.51 | 293.33 | 0.33 | 0.37 |
| Hex | 77 | 3F | 7E | 6 | 32 | 0 | 33 | 125 | 21 | 25 |
| Octal | 167 | 77 | 176 | 6 | 62 | 0 | 63 | 445 | 41 | 45 |
| Binary | 1110111 | 111111 | 1111110 | 110 | 110010 | 0 | 110011 | 100100101 | 100001 | 100101 |
Color Harmonies of #773F7E
Complementary color
Monochromatic Colors of #773F7E
Black with #773F7E
Text Example
Text Example
White with #773F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773F7E; }
p { color: rgb(119,63,126); }
H1.HeaderClassName
{
color: #773F7E;
}
.AnyTagClassName
{
color: #773F7E;
}
</style>
background-color css
<style>
a { background-color: #773F7E; }
a { background-color: rgb(119,63,126); }
div.DivClassName
{
background-color: #773F7E;
}
.BgClassName
{
background-color: #773F7E;
}
</style>
border-color css
<style>
span { border-color: #773F7E; }
span { border-color: rgb(119,63,126); }
td.TdClassName
{
border-color: #773F7E;
}
.TagClassName
{
border-color: #773F7E;
}
</style>