Shades of Pompadour #7C0E4D
Tints of Pompadour #7C0E4D
RGB
CMYK
RGB Variations
Color information
#7C0E4D (or 0x7C0E4D) is known color: Pompadour. HEX triplet: 7C, 0E and 4D. RGB value is (124,14,77). Sum of RGB (Red+Green+Blue) = 124+14+77=215 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.67% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0E4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0E4D is #83F1B2. Grayscale: #353535. Windows color (decimal): -8647091 or 5049980. OLE color: 5049980.
HSL color Cylindrical-coordinate representation of color #7C0E4D: hue angle of 325.64º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C0E4D is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 14 | 77 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.51 |
| HSL | 325.64º | 0.8% | 0.27% | - |
| HSV(B) | 325.64º | 0.89% | 0.49% | - |
| XYZ | 9.81 | 5.13 | 7.5 | - |
| YUV | 54.07 | 140.94 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 14 | 77 | 0 | 0.89 | 0.38 | 0.51 | 325.64 | 0.8 | 0.27 |
| Hex | 7C | E | 4D | 0 | 59 | 26 | 33 | 146 | 50 | 1B |
| Octal | 174 | 16 | 115 | 0 | 131 | 46 | 63 | 506 | 120 | 33 |
| Binary | 1111100 | 1110 | 1001101 | 0 | 1011001 | 100110 | 110011 | 101000110 | 1010000 | 11011 |
Color Harmonies of #7C0E4D
Complementary color
Monochromatic Colors of #7C0E4D
Black with #7C0E4D
Text Example
Text Example
White with #7C0E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0E4D; }
p { color: rgb(124,14,77); }
H1.HeaderClassName
{
color: #7C0E4D;
}
.AnyTagClassName
{
color: #7C0E4D;
}
</style>
background-color css
<style>
a { background-color: #7C0E4D; }
a { background-color: rgb(124,14,77); }
div.DivClassName
{
background-color: #7C0E4D;
}
.BgClassName
{
background-color: #7C0E4D;
}
</style>
border-color css
<style>
span { border-color: #7C0E4D; }
span { border-color: rgb(124,14,77); }
td.TdClassName
{
border-color: #7C0E4D;
}
.TagClassName
{
border-color: #7C0E4D;
}
</style>