Shades of Eminence #77367A
Tints of Eminence #77367A
RGB
CMYK
RGB Variations
Color information
#77367A (or 0x77367A) is known color: Eminence. HEX triplet: 77, 36 and 7A. RGB value is (119,54,122). Sum of RGB (Red+Green+Blue) = 119+54+122=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 122 - color contains mainly: blue. Hex color #77367A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77367A is #88C985. Grayscale: #505050. Windows color (decimal): -8964486 or 8009335. OLE color: 8009335.
HSL color Cylindrical-coordinate representation of color #77367A: hue angle of 297.35º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #77367A is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 54 | 122 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.52 |
| HSL | 297.35º | 0.39% | 0.35% | - |
| HSV(B) | 297.35º | 0.56% | 0.48% | - |
| XYZ | 12.44 | 7.97 | 19.29 | - |
| YUV | 81.19 | 151.03 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 54 | 122 | 0.02 | 0.56 | 0 | 0.52 | 297.35 | 0.39 | 0.35 |
| Hex | 77 | 36 | 7A | 2 | 38 | 0 | 34 | 129 | 27 | 23 |
| Octal | 167 | 66 | 172 | 2 | 70 | 0 | 64 | 451 | 47 | 43 |
| Binary | 1110111 | 110110 | 1111010 | 10 | 111000 | 0 | 110100 | 100101001 | 100111 | 100011 |
Color Harmonies of #77367A
Complementary color
Monochromatic Colors of #77367A
Black with #77367A
Text Example
Text Example
White with #77367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77367A; }
p { color: rgb(119,54,122); }
H1.HeaderClassName
{
color: #77367A;
}
.AnyTagClassName
{
color: #77367A;
}
</style>
background-color css
<style>
a { background-color: #77367A; }
a { background-color: rgb(119,54,122); }
div.DivClassName
{
background-color: #77367A;
}
.BgClassName
{
background-color: #77367A;
}
</style>
border-color css
<style>
span { border-color: #77367A; }
span { border-color: rgb(119,54,122); }
td.TdClassName
{
border-color: #77367A;
}
.TagClassName
{
border-color: #77367A;
}
</style>