Shades of Eminence #7B4675
Tints of Eminence #7B4675
RGB
CMYK
RGB Variations
Color information
#7B4675 (or 0x7B4675) is known color: Eminence. HEX triplet: 7B, 46 and 75. RGB value is (123,70,117). Sum of RGB (Red+Green+Blue) = 123+70+117=310 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.68% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4675 is #84B98A. Grayscale: #5B5B5B. Windows color (decimal): -8698251 or 7685755. OLE color: 7685755.
HSL color Cylindrical-coordinate representation of color #7B4675: hue angle of 306.79º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B4675 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 70 | 117 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.52 |
| HSL | 306.79º | 0.27% | 0.38% | - |
| HSV(B) | 306.79º | 0.43% | 0.48% | - |
| XYZ | 13.57 | 9.88 | 18.02 | - |
| YUV | 91.21 | 142.56 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 70 | 117 | 0 | 0.43 | 0.05 | 0.52 | 306.79 | 0.27 | 0.38 |
| Hex | 7B | 46 | 75 | 0 | 2B | 5 | 34 | 133 | 1B | 26 |
| Octal | 173 | 106 | 165 | 0 | 53 | 5 | 64 | 463 | 33 | 46 |
| Binary | 1111011 | 1000110 | 1110101 | 0 | 101011 | 101 | 110100 | 100110011 | 11011 | 100110 |
Color Harmonies of #7B4675
Complementary color
Monochromatic Colors of #7B4675
Black with #7B4675
Text Example
Text Example
White with #7B4675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4675; }
p { color: rgb(123,70,117); }
H1.HeaderClassName
{
color: #7B4675;
}
.AnyTagClassName
{
color: #7B4675;
}
</style>
background-color css
<style>
a { background-color: #7B4675; }
a { background-color: rgb(123,70,117); }
div.DivClassName
{
background-color: #7B4675;
}
.BgClassName
{
background-color: #7B4675;
}
</style>
border-color css
<style>
span { border-color: #7B4675; }
span { border-color: rgb(123,70,117); }
td.TdClassName
{
border-color: #7B4675;
}
.TagClassName
{
border-color: #7B4675;
}
</style>