Shades of Eminence #77407A
Tints of Eminence #77407A
RGB
CMYK
RGB Variations
Color information
#77407A (or 0x77407A) is known color: Eminence. HEX triplet: 77, 40 and 7A. RGB value is (119,64,122). Sum of RGB (Red+Green+Blue) = 119+64+122=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 122 - color contains mainly: blue. Hex color #77407A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77407A is #88BF85. Grayscale: #565656. Windows color (decimal): -8961926 or 8011895. OLE color: 8011895.
HSL color Cylindrical-coordinate representation of color #77407A: hue angle of 296.9º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77407A is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 64 | 122 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.52 |
| HSL | 296.9º | 0.31% | 0.36% | - |
| HSV(B) | 296.9º | 0.48% | 0.48% | - |
| XYZ | 12.95 | 8.99 | 19.47 | - |
| YUV | 87.06 | 147.72 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 64 | 122 | 0.02 | 0.48 | 0 | 0.52 | 296.9 | 0.31 | 0.36 |
| Hex | 77 | 40 | 7A | 2 | 30 | 0 | 34 | 129 | 1F | 24 |
| Octal | 167 | 100 | 172 | 2 | 60 | 0 | 64 | 451 | 37 | 44 |
| Binary | 1110111 | 1000000 | 1111010 | 10 | 110000 | 0 | 110100 | 100101001 | 11111 | 100100 |
Color Harmonies of #77407A
Complementary color
Monochromatic Colors of #77407A
Black with #77407A
Text Example
Text Example
White with #77407A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77407A; }
p { color: rgb(119,64,122); }
H1.HeaderClassName
{
color: #77407A;
}
.AnyTagClassName
{
color: #77407A;
}
</style>
background-color css
<style>
a { background-color: #77407A; }
a { background-color: rgb(119,64,122); }
div.DivClassName
{
background-color: #77407A;
}
.BgClassName
{
background-color: #77407A;
}
</style>
border-color css
<style>
span { border-color: #77407A; }
span { border-color: rgb(119,64,122); }
td.TdClassName
{
border-color: #77407A;
}
.TagClassName
{
border-color: #77407A;
}
</style>