Shades of Eminence #77396D
Tints of Eminence #77396D
RGB
CMYK
RGB Variations
Color information
#77396D (or 0x77396D) is known color: Eminence. HEX triplet: 77, 39 and 6D. RGB value is (119,57,109). Sum of RGB (Red+Green+Blue) = 119+57+109=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #77396D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77396D is #88C692. Grayscale: #515151. Windows color (decimal): -8963731 or 7158135. OLE color: 7158135.
HSL color Cylindrical-coordinate representation of color #77396D: hue angle of 309.68º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77396D is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 57 | 109 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.53 |
| HSL | 309.68º | 0.35% | 0.35% | - |
| HSV(B) | 309.68º | 0.52% | 0.47% | - |
| XYZ | 11.83 | 7.95 | 15.38 | - |
| YUV | 81.47 | 143.54 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 57 | 109 | 0 | 0.52 | 0.08 | 0.53 | 309.68 | 0.35 | 0.35 |
| Hex | 77 | 39 | 6D | 0 | 34 | 8 | 35 | 136 | 23 | 23 |
| Octal | 167 | 71 | 155 | 0 | 64 | 10 | 65 | 466 | 43 | 43 |
| Binary | 1110111 | 111001 | 1101101 | 0 | 110100 | 1000 | 110101 | 100110110 | 100011 | 100011 |
Color Harmonies of #77396D
Complementary color
Monochromatic Colors of #77396D
Black with #77396D
Text Example
Text Example
White with #77396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77396D; }
p { color: rgb(119,57,109); }
H1.HeaderClassName
{
color: #77396D;
}
.AnyTagClassName
{
color: #77396D;
}
</style>
background-color css
<style>
a { background-color: #77396D; }
a { background-color: rgb(119,57,109); }
div.DivClassName
{
background-color: #77396D;
}
.BgClassName
{
background-color: #77396D;
}
</style>
border-color css
<style>
span { border-color: #77396D; }
span { border-color: rgb(119,57,109); }
td.TdClassName
{
border-color: #77396D;
}
.TagClassName
{
border-color: #77396D;
}
</style>