Shades of Eminence #773F6E
Tints of Eminence #773F6E
RGB
CMYK
RGB Variations
Color information
#773F6E (or 0x773F6E) is known color: Eminence. HEX triplet: 77, 3F and 6E. RGB value is (119,63,110). Sum of RGB (Red+Green+Blue) = 119+63+110=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #773F6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773F6E is #88C091. Grayscale: #545454. Windows color (decimal): -8962194 or 7225207. OLE color: 7225207.
HSL color Cylindrical-coordinate representation of color #773F6E: hue angle of 309.64º 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 #773F6E is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 63 | 110 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.53 |
| HSL | 309.64º | 0.31% | 0.36% | - |
| HSV(B) | 309.64º | 0.47% | 0.47% | - |
| XYZ | 12.2 | 8.6 | 15.77 | - |
| YUV | 85.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 110 | 0 | 0.47 | 0.08 | 0.53 | 309.64 | 0.31 | 0.36 |
| Hex | 77 | 3F | 6E | 0 | 2F | 8 | 35 | 136 | 1F | 24 |
| Octal | 167 | 77 | 156 | 0 | 57 | 10 | 65 | 466 | 37 | 44 |
| Binary | 1110111 | 111111 | 1101110 | 0 | 101111 | 1000 | 110101 | 100110110 | 11111 | 100100 |
Color Harmonies of #773F6E
Complementary color
Monochromatic Colors of #773F6E
Black with #773F6E
Text Example
Text Example
White with #773F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773F6E; }
p { color: rgb(119,63,110); }
H1.HeaderClassName
{
color: #773F6E;
}
.AnyTagClassName
{
color: #773F6E;
}
</style>
background-color css
<style>
a { background-color: #773F6E; }
a { background-color: rgb(119,63,110); }
div.DivClassName
{
background-color: #773F6E;
}
.BgClassName
{
background-color: #773F6E;
}
</style>
border-color css
<style>
span { border-color: #773F6E; }
span { border-color: rgb(119,63,110); }
td.TdClassName
{
border-color: #773F6E;
}
.TagClassName
{
border-color: #773F6E;
}
</style>