Shades of Eminence #76437B
Tints of Eminence #76437B
RGB
CMYK
RGB Variations
Color information
#76437B (or 0x76437B) is known color: Eminence. HEX triplet: 76, 43 and 7B. RGB value is (118,67,123). Sum of RGB (Red+Green+Blue) = 118+67+123=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 123 - color contains mainly: blue. Hex color #76437B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76437B is #89BC84. Grayscale: #585858. Windows color (decimal): -9026693 or 8078198. OLE color: 8078198.
HSL color Cylindrical-coordinate representation of color #76437B: hue angle of 294.64º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76437B is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 67 | 123 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.52 |
| HSL | 294.64º | 0.29% | 0.37% | - |
| HSV(B) | 294.64º | 0.46% | 0.48% | - |
| XYZ | 13.05 | 9.3 | 19.85 | - |
| YUV | 88.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 67 | 123 | 0.04 | 0.46 | 0 | 0.52 | 294.64 | 0.29 | 0.37 |
| Hex | 76 | 43 | 7B | 4 | 2E | 0 | 34 | 127 | 1D | 25 |
| Octal | 166 | 103 | 173 | 4 | 56 | 0 | 64 | 447 | 35 | 45 |
| Binary | 1110110 | 1000011 | 1111011 | 100 | 101110 | 0 | 110100 | 100100111 | 11101 | 100101 |
Color Harmonies of #76437B
Complementary color
Monochromatic Colors of #76437B
Black with #76437B
Text Example
Text Example
White with #76437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76437B; }
p { color: rgb(118,67,123); }
H1.HeaderClassName
{
color: #76437B;
}
.AnyTagClassName
{
color: #76437B;
}
</style>
background-color css
<style>
a { background-color: #76437B; }
a { background-color: rgb(118,67,123); }
div.DivClassName
{
background-color: #76437B;
}
.BgClassName
{
background-color: #76437B;
}
</style>
border-color css
<style>
span { border-color: #76437B; }
span { border-color: rgb(118,67,123); }
td.TdClassName
{
border-color: #76437B;
}
.TagClassName
{
border-color: #76437B;
}
</style>