Shades of Eminence #77447F
Tints of Eminence #77447F
RGB
CMYK
RGB Variations
Color information
#77447F (or 0x77447F) is known color: Eminence. HEX triplet: 77, 44 and 7F. RGB value is (119,68,127). Sum of RGB (Red+Green+Blue) = 119+68+127=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 127 - color contains mainly: blue. Hex color #77447F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77447F is #88BB80. Grayscale: #595959. Windows color (decimal): -8960897 or 8340599. OLE color: 8340599.
HSL color Cylindrical-coordinate representation of color #77447F: hue angle of 291.86º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77447F is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 68 | 127 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.50 |
| HSL | 291.86º | 0.3% | 0.38% | - |
| HSV(B) | 291.86º | 0.46% | 0.5% | - |
| XYZ | 13.51 | 9.59 | 21.22 | - |
| YUV | 89.98 | 148.9 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 68 | 127 | 0.06 | 0.46 | 0 | 0.50 | 291.86 | 0.3 | 0.38 |
| Hex | 77 | 44 | 7F | 6 | 2E | 0 | 32 | 124 | 1E | 26 |
| Octal | 167 | 104 | 177 | 6 | 56 | 0 | 62 | 444 | 36 | 46 |
| Binary | 1110111 | 1000100 | 1111111 | 110 | 101110 | 0 | 110010 | 100100100 | 11110 | 100110 |
Color Harmonies of #77447F
Complementary color
Monochromatic Colors of #77447F
Black with #77447F
Text Example
Text Example
White with #77447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77447F; }
p { color: rgb(119,68,127); }
H1.HeaderClassName
{
color: #77447F;
}
.AnyTagClassName
{
color: #77447F;
}
</style>
background-color css
<style>
a { background-color: #77447F; }
a { background-color: rgb(119,68,127); }
div.DivClassName
{
background-color: #77447F;
}
.BgClassName
{
background-color: #77447F;
}
</style>
border-color css
<style>
span { border-color: #77447F; }
span { border-color: rgb(119,68,127); }
td.TdClassName
{
border-color: #77447F;
}
.TagClassName
{
border-color: #77447F;
}
</style>