Shades of Eminence #7B4672
Tints of Eminence #7B4672
RGB
CMYK
RGB Variations
Color information
#7B4672 (or 0x7B4672) is known color: Eminence. HEX triplet: 7B, 46 and 72. RGB value is (123,70,114). Sum of RGB (Red+Green+Blue) = 123+70+114=307 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.07% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4672 is #84B98D. Grayscale: #5A5A5A. Windows color (decimal): -8698254 or 7489147. OLE color: 7489147.
HSL color Cylindrical-coordinate representation of color #7B4672: hue angle of 310.19º 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 #7B4672 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 70 | 114 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.52 |
| HSL | 310.19º | 0.27% | 0.38% | - |
| HSV(B) | 310.19º | 0.43% | 0.48% | - |
| XYZ | 13.4 | 9.81 | 17.11 | - |
| YUV | 90.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 70 | 114 | 0 | 0.43 | 0.07 | 0.52 | 310.19 | 0.27 | 0.38 |
| Hex | 7B | 46 | 72 | 0 | 2B | 7 | 34 | 136 | 1B | 26 |
| Octal | 173 | 106 | 162 | 0 | 53 | 7 | 64 | 466 | 33 | 46 |
| Binary | 1111011 | 1000110 | 1110010 | 0 | 101011 | 111 | 110100 | 100110110 | 11011 | 100110 |
Color Harmonies of #7B4672
Complementary color
Monochromatic Colors of #7B4672
Black with #7B4672
Text Example
Text Example
White with #7B4672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4672; }
p { color: rgb(123,70,114); }
H1.HeaderClassName
{
color: #7B4672;
}
.AnyTagClassName
{
color: #7B4672;
}
</style>
background-color css
<style>
a { background-color: #7B4672; }
a { background-color: rgb(123,70,114); }
div.DivClassName
{
background-color: #7B4672;
}
.BgClassName
{
background-color: #7B4672;
}
</style>
border-color css
<style>
span { border-color: #7B4672; }
span { border-color: rgb(123,70,114); }
td.TdClassName
{
border-color: #7B4672;
}
.TagClassName
{
border-color: #7B4672;
}
</style>