Shades of Eminence #77417B
Tints of Eminence #77417B
RGB
CMYK
RGB Variations
Color information
#77417B (or 0x77417B) is known color: Eminence. HEX triplet: 77, 41 and 7B. RGB value is (119,65,123). Sum of RGB (Red+Green+Blue) = 119+65+123=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 123 - color contains mainly: blue. Hex color #77417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77417B is #88BE84. Grayscale: #575757. Windows color (decimal): -8961669 or 8077687. OLE color: 8077687.
HSL color Cylindrical-coordinate representation of color #77417B: hue angle of 295.86º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77417B is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 65 | 123 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.52 |
| HSL | 295.86º | 0.31% | 0.37% | - |
| HSV(B) | 295.86º | 0.47% | 0.48% | - |
| XYZ | 13.07 | 9.13 | 19.81 | - |
| YUV | 87.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 65 | 123 | 0.03 | 0.47 | 0 | 0.52 | 295.86 | 0.31 | 0.37 |
| Hex | 77 | 41 | 7B | 3 | 2F | 0 | 34 | 128 | 1F | 25 |
| Octal | 167 | 101 | 173 | 3 | 57 | 0 | 64 | 450 | 37 | 45 |
| Binary | 1110111 | 1000001 | 1111011 | 11 | 101111 | 0 | 110100 | 100101000 | 11111 | 100101 |
Color Harmonies of #77417B
Complementary color
Monochromatic Colors of #77417B
Black with #77417B
Text Example
Text Example
White with #77417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77417B; }
p { color: rgb(119,65,123); }
H1.HeaderClassName
{
color: #77417B;
}
.AnyTagClassName
{
color: #77417B;
}
</style>
background-color css
<style>
a { background-color: #77417B; }
a { background-color: rgb(119,65,123); }
div.DivClassName
{
background-color: #77417B;
}
.BgClassName
{
background-color: #77417B;
}
</style>
border-color css
<style>
span { border-color: #77417B; }
span { border-color: rgb(119,65,123); }
td.TdClassName
{
border-color: #77417B;
}
.TagClassName
{
border-color: #77417B;
}
</style>