Shades of Eminence #763F6B
Tints of Eminence #763F6B
RGB
CMYK
RGB Variations
Color information
#763F6B (or 0x763F6B) is known color: Eminence. HEX triplet: 76, 3F and 6B. RGB value is (118,63,107). Sum of RGB (Red+Green+Blue) = 118+63+107=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #763F6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763F6B is #89C094. Grayscale: #545454. Windows color (decimal): -9027733 or 7028598. OLE color: 7028598.
HSL color Cylindrical-coordinate representation of color #763F6B: hue angle of 312º 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 #763F6B is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 63 | 107 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.54 |
| HSL | 312º | 0.3% | 0.35% | - |
| HSV(B) | 312º | 0.47% | 0.46% | - |
| XYZ | 11.9 | 8.47 | 14.92 | - |
| YUV | 84.46 | 140.72 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 107 | 0 | 0.47 | 0.09 | 0.54 | 312 | 0.3 | 0.35 |
| Hex | 76 | 3F | 6B | 0 | 2F | 9 | 36 | 138 | 1E | 23 |
| Octal | 166 | 77 | 153 | 0 | 57 | 11 | 66 | 470 | 36 | 43 |
| Binary | 1110110 | 111111 | 1101011 | 0 | 101111 | 1001 | 110110 | 100111000 | 11110 | 100011 |
Color Harmonies of #763F6B
Complementary color
Monochromatic Colors of #763F6B
Black with #763F6B
Text Example
Text Example
White with #763F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763F6B; }
p { color: rgb(118,63,107); }
H1.HeaderClassName
{
color: #763F6B;
}
.AnyTagClassName
{
color: #763F6B;
}
</style>
background-color css
<style>
a { background-color: #763F6B; }
a { background-color: rgb(118,63,107); }
div.DivClassName
{
background-color: #763F6B;
}
.BgClassName
{
background-color: #763F6B;
}
</style>
border-color css
<style>
span { border-color: #763F6B; }
span { border-color: rgb(118,63,107); }
td.TdClassName
{
border-color: #763F6B;
}
.TagClassName
{
border-color: #763F6B;
}
</style>