Shades of Eminence #763F6C
Tints of Eminence #763F6C
RGB
CMYK
RGB Variations
Color information
#763F6C (or 0x763F6C) is known color: Eminence. HEX triplet: 76, 3F and 6C. RGB value is (118,63,108). Sum of RGB (Red+Green+Blue) = 118+63+108=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #763F6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763F6C is #89C093. Grayscale: #545454. Windows color (decimal): -9027732 or 7094134. OLE color: 7094134.
HSL color Cylindrical-coordinate representation of color #763F6C: hue angle of 310.91º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #763F6C is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 63 | 108 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.54 |
| HSL | 310.91º | 0.3% | 0.35% | - |
| HSV(B) | 310.91º | 0.47% | 0.46% | - |
| XYZ | 11.96 | 8.49 | 15.2 | - |
| YUV | 84.58 | 141.22 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 108 | 0 | 0.47 | 0.08 | 0.54 | 310.91 | 0.3 | 0.35 |
| Hex | 76 | 3F | 6C | 0 | 2F | 8 | 36 | 137 | 1E | 23 |
| Octal | 166 | 77 | 154 | 0 | 57 | 10 | 66 | 467 | 36 | 43 |
| Binary | 1110110 | 111111 | 1101100 | 0 | 101111 | 1000 | 110110 | 100110111 | 11110 | 100011 |
Color Harmonies of #763F6C
Complementary color
Monochromatic Colors of #763F6C
Black with #763F6C
Text Example
Text Example
White with #763F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763F6C; }
p { color: rgb(118,63,108); }
H1.HeaderClassName
{
color: #763F6C;
}
.AnyTagClassName
{
color: #763F6C;
}
</style>
background-color css
<style>
a { background-color: #763F6C; }
a { background-color: rgb(118,63,108); }
div.DivClassName
{
background-color: #763F6C;
}
.BgClassName
{
background-color: #763F6C;
}
</style>
border-color css
<style>
span { border-color: #763F6C; }
span { border-color: rgb(118,63,108); }
td.TdClassName
{
border-color: #763F6C;
}
.TagClassName
{
border-color: #763F6C;
}
</style>