Shades of Eminence #773D6C
Tints of Eminence #773D6C
RGB
CMYK
RGB Variations
Color information
#773D6C (or 0x773D6C) is known color: Eminence. HEX triplet: 77, 3D and 6C. RGB value is (119,61,108). Sum of RGB (Red+Green+Blue) = 119+61+108=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #773D6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773D6C is #88C293. Grayscale: #535353. Windows color (decimal): -8962708 or 7093623. OLE color: 7093623.
HSL color Cylindrical-coordinate representation of color #773D6C: hue angle of 311.38º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #773D6C is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 61 | 108 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.53 |
| HSL | 311.38º | 0.32% | 0.35% | - |
| HSV(B) | 311.38º | 0.49% | 0.47% | - |
| XYZ | 11.98 | 8.34 | 15.17 | - |
| YUV | 83.7 | 141.72 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 108 | 0 | 0.49 | 0.09 | 0.53 | 311.38 | 0.32 | 0.35 |
| Hex | 77 | 3D | 6C | 0 | 31 | 9 | 35 | 137 | 20 | 23 |
| Octal | 167 | 75 | 154 | 0 | 61 | 11 | 65 | 467 | 40 | 43 |
| Binary | 1110111 | 111101 | 1101100 | 0 | 110001 | 1001 | 110101 | 100110111 | 100000 | 100011 |
Color Harmonies of #773D6C
Complementary color
Monochromatic Colors of #773D6C
Black with #773D6C
Text Example
Text Example
White with #773D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773D6C; }
p { color: rgb(119,61,108); }
H1.HeaderClassName
{
color: #773D6C;
}
.AnyTagClassName
{
color: #773D6C;
}
</style>
background-color css
<style>
a { background-color: #773D6C; }
a { background-color: rgb(119,61,108); }
div.DivClassName
{
background-color: #773D6C;
}
.BgClassName
{
background-color: #773D6C;
}
</style>
border-color css
<style>
span { border-color: #773D6C; }
span { border-color: rgb(119,61,108); }
td.TdClassName
{
border-color: #773D6C;
}
.TagClassName
{
border-color: #773D6C;
}
</style>