Shades of Eminence #7C3D6F
Tints of Eminence #7C3D6F
RGB
CMYK
RGB Variations
Color information
#7C3D6F (or 0x7C3D6F) is known color: Eminence. HEX triplet: 7C, 3D and 6F. RGB value is (124,61,111). Sum of RGB (Red+Green+Blue) = 124+61+111=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3D6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3D6F is #83C290. Grayscale: #555555. Windows color (decimal): -8635025 or 7290236. OLE color: 7290236.
HSL color Cylindrical-coordinate representation of color #7C3D6F: hue angle of 312.38º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C3D6F is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 61 | 111 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.51 |
| HSL | 312.38º | 0.34% | 0.36% | - |
| HSV(B) | 312.38º | 0.51% | 0.49% | - |
| XYZ | 12.85 | 8.77 | 16.05 | - |
| YUV | 85.54 | 142.37 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 61 | 111 | 0 | 0.51 | 0.10 | 0.51 | 312.38 | 0.34 | 0.36 |
| Hex | 7C | 3D | 6F | 0 | 33 | A | 33 | 138 | 22 | 24 |
| Octal | 174 | 75 | 157 | 0 | 63 | 12 | 63 | 470 | 42 | 44 |
| Binary | 1111100 | 111101 | 1101111 | 0 | 110011 | 1010 | 110011 | 100111000 | 100010 | 100100 |
Color Harmonies of #7C3D6F
Complementary color
Monochromatic Colors of #7C3D6F
Black with #7C3D6F
Text Example
Text Example
White with #7C3D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3D6F; }
p { color: rgb(124,61,111); }
H1.HeaderClassName
{
color: #7C3D6F;
}
.AnyTagClassName
{
color: #7C3D6F;
}
</style>
background-color css
<style>
a { background-color: #7C3D6F; }
a { background-color: rgb(124,61,111); }
div.DivClassName
{
background-color: #7C3D6F;
}
.BgClassName
{
background-color: #7C3D6F;
}
</style>
border-color css
<style>
span { border-color: #7C3D6F; }
span { border-color: rgb(124,61,111); }
td.TdClassName
{
border-color: #7C3D6F;
}
.TagClassName
{
border-color: #7C3D6F;
}
</style>