Shades of Eminence #76437C
Tints of Eminence #76437C
RGB
CMYK
RGB Variations
Color information
#76437C (or 0x76437C) is known color: Eminence. HEX triplet: 76, 43 and 7C. RGB value is (118,67,124). Sum of RGB (Red+Green+Blue) = 118+67+124=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #76437C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76437C is #89BC83. Grayscale: #585858. Windows color (decimal): -9026692 or 8143734. OLE color: 8143734.
HSL color Cylindrical-coordinate representation of color #76437C: hue angle of 293.68º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76437C is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 67 | 124 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.51 |
| HSL | 293.68º | 0.3% | 0.37% | - |
| HSV(B) | 293.68º | 0.46% | 0.49% | - |
| XYZ | 13.12 | 9.32 | 20.18 | - |
| YUV | 88.75 | 147.9 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 67 | 124 | 0.05 | 0.46 | 0 | 0.51 | 293.68 | 0.3 | 0.37 |
| Hex | 76 | 43 | 7C | 5 | 2E | 0 | 33 | 126 | 1E | 25 |
| Octal | 166 | 103 | 174 | 5 | 56 | 0 | 63 | 446 | 36 | 45 |
| Binary | 1110110 | 1000011 | 1111100 | 101 | 101110 | 0 | 110011 | 100100110 | 11110 | 100101 |
Color Harmonies of #76437C
Complementary color
Monochromatic Colors of #76437C
Black with #76437C
Text Example
Text Example
White with #76437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76437C; }
p { color: rgb(118,67,124); }
H1.HeaderClassName
{
color: #76437C;
}
.AnyTagClassName
{
color: #76437C;
}
</style>
background-color css
<style>
a { background-color: #76437C; }
a { background-color: rgb(118,67,124); }
div.DivClassName
{
background-color: #76437C;
}
.BgClassName
{
background-color: #76437C;
}
</style>
border-color css
<style>
span { border-color: #76437C; }
span { border-color: rgb(118,67,124); }
td.TdClassName
{
border-color: #76437C;
}
.TagClassName
{
border-color: #76437C;
}
</style>