Shades of Eminence #77447A
Tints of Eminence #77447A
RGB
CMYK
RGB Variations
Color information
#77447A (or 0x77447A) is known color: Eminence. HEX triplet: 77, 44 and 7A. RGB value is (119,68,122). Sum of RGB (Red+Green+Blue) = 119+68+122=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 122 - color contains mainly: blue. Hex color #77447A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77447A is #88BB85. Grayscale: #595959. Windows color (decimal): -8960902 or 8012919. OLE color: 8012919.
HSL color Cylindrical-coordinate representation of color #77447A: hue angle of 296.67º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77447A is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 68 | 122 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.52 |
| HSL | 296.67º | 0.28% | 0.37% | - |
| HSV(B) | 296.67º | 0.44% | 0.48% | - |
| XYZ | 13.19 | 9.46 | 19.54 | - |
| YUV | 89.41 | 146.4 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 68 | 122 | 0.02 | 0.44 | 0 | 0.52 | 296.67 | 0.28 | 0.37 |
| Hex | 77 | 44 | 7A | 2 | 2C | 0 | 34 | 129 | 1C | 25 |
| Octal | 167 | 104 | 172 | 2 | 54 | 0 | 64 | 451 | 34 | 45 |
| Binary | 1110111 | 1000100 | 1111010 | 10 | 101100 | 0 | 110100 | 100101001 | 11100 | 100101 |
Color Harmonies of #77447A
Complementary color
Monochromatic Colors of #77447A
Black with #77447A
Text Example
Text Example
White with #77447A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77447A; }
p { color: rgb(119,68,122); }
H1.HeaderClassName
{
color: #77447A;
}
.AnyTagClassName
{
color: #77447A;
}
</style>
background-color css
<style>
a { background-color: #77447A; }
a { background-color: rgb(119,68,122); }
div.DivClassName
{
background-color: #77447A;
}
.BgClassName
{
background-color: #77447A;
}
</style>
border-color css
<style>
span { border-color: #77447A; }
span { border-color: rgb(119,68,122); }
td.TdClassName
{
border-color: #77447A;
}
.TagClassName
{
border-color: #77447A;
}
</style>