Shades of Eminence #77446E
Tints of Eminence #77446E
RGB
CMYK
RGB Variations
Color information
#77446E (or 0x77446E) is known color: Eminence. HEX triplet: 77, 44 and 6E. RGB value is (119,68,110). Sum of RGB (Red+Green+Blue) = 119+68+110=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #77446E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77446E is #88BB91. Grayscale: #575757. Windows color (decimal): -8960914 or 7226487. OLE color: 7226487.
HSL color Cylindrical-coordinate representation of color #77446E: hue angle of 310.59º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77446E is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 68 | 110 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.53 |
| HSL | 310.59º | 0.27% | 0.37% | - |
| HSV(B) | 310.59º | 0.43% | 0.47% | - |
| XYZ | 12.49 | 9.18 | 15.87 | - |
| YUV | 88.04 | 140.4 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 68 | 110 | 0 | 0.43 | 0.08 | 0.53 | 310.59 | 0.27 | 0.37 |
| Hex | 77 | 44 | 6E | 0 | 2B | 8 | 35 | 137 | 1B | 25 |
| Octal | 167 | 104 | 156 | 0 | 53 | 10 | 65 | 467 | 33 | 45 |
| Binary | 1110111 | 1000100 | 1101110 | 0 | 101011 | 1000 | 110101 | 100110111 | 11011 | 100101 |
Color Harmonies of #77446E
Complementary color
Monochromatic Colors of #77446E
Black with #77446E
Text Example
Text Example
White with #77446E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77446E; }
p { color: rgb(119,68,110); }
H1.HeaderClassName
{
color: #77446E;
}
.AnyTagClassName
{
color: #77446E;
}
</style>
background-color css
<style>
a { background-color: #77446E; }
a { background-color: rgb(119,68,110); }
div.DivClassName
{
background-color: #77446E;
}
.BgClassName
{
background-color: #77446E;
}
</style>
border-color css
<style>
span { border-color: #77446E; }
span { border-color: rgb(119,68,110); }
td.TdClassName
{
border-color: #77446E;
}
.TagClassName
{
border-color: #77446E;
}
</style>