Shades of Eminence #763D6B
Tints of Eminence #763D6B
RGB
CMYK
RGB Variations
Color information
#763D6B (or 0x763D6B) is known color: Eminence. HEX triplet: 76, 3D and 6B. RGB value is (118,61,107). Sum of RGB (Red+Green+Blue) = 118+61+107=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #763D6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763D6B is #89C294. Grayscale: #535353. Windows color (decimal): -9028245 or 7028086. OLE color: 7028086.
HSL color Cylindrical-coordinate representation of color #763D6B: hue angle of 311.58º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #763D6B is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 61 | 107 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.54 |
| HSL | 311.58º | 0.32% | 0.35% | - |
| HSV(B) | 311.58º | 0.48% | 0.46% | - |
| XYZ | 11.79 | 8.25 | 14.88 | - |
| YUV | 83.29 | 141.38 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 107 | 0 | 0.48 | 0.09 | 0.54 | 311.58 | 0.32 | 0.35 |
| Hex | 76 | 3D | 6B | 0 | 30 | 9 | 36 | 138 | 20 | 23 |
| Octal | 166 | 75 | 153 | 0 | 60 | 11 | 66 | 470 | 40 | 43 |
| Binary | 1110110 | 111101 | 1101011 | 0 | 110000 | 1001 | 110110 | 100111000 | 100000 | 100011 |
Color Harmonies of #763D6B
Complementary color
Monochromatic Colors of #763D6B
Black with #763D6B
Text Example
Text Example
White with #763D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763D6B; }
p { color: rgb(118,61,107); }
H1.HeaderClassName
{
color: #763D6B;
}
.AnyTagClassName
{
color: #763D6B;
}
</style>
background-color css
<style>
a { background-color: #763D6B; }
a { background-color: rgb(118,61,107); }
div.DivClassName
{
background-color: #763D6B;
}
.BgClassName
{
background-color: #763D6B;
}
</style>
border-color css
<style>
span { border-color: #763D6B; }
span { border-color: rgb(118,61,107); }
td.TdClassName
{
border-color: #763D6B;
}
.TagClassName
{
border-color: #763D6B;
}
</style>