Shades of Pompadour #7C124A
Tints of Pompadour #7C124A
RGB
CMYK
RGB Variations
Color information
#7C124A (or 0x7C124A) is known color: Pompadour. HEX triplet: 7C, 12 and 4A. RGB value is (124,18,74). Sum of RGB (Red+Green+Blue) = 124+18+74=216 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.41% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 124 - color contains mainly: red. Hex color #7C124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C124A is #83EDB5. Grayscale: #373737. Windows color (decimal): -8646070 or 4854396. OLE color: 4854396.
HSL color Cylindrical-coordinate representation of color #7C124A: hue angle of 328.3º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C124A is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 18 | 74 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.51 |
| HSL | 328.3º | 0.75% | 0.28% | - |
| HSV(B) | 328.3º | 0.85% | 0.49% | - |
| XYZ | 9.76 | 5.21 | 6.97 | - |
| YUV | 56.08 | 138.12 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 18 | 74 | 0 | 0.85 | 0.40 | 0.51 | 328.3 | 0.75 | 0.28 |
| Hex | 7C | 12 | 4A | 0 | 55 | 28 | 33 | 148 | 4B | 1C |
| Octal | 174 | 22 | 112 | 0 | 125 | 50 | 63 | 510 | 113 | 34 |
| Binary | 1111100 | 10010 | 1001010 | 0 | 1010101 | 101000 | 110011 | 101001000 | 1001011 | 11100 |
Color Harmonies of #7C124A
Complementary color
Monochromatic Colors of #7C124A
Black with #7C124A
Text Example
Text Example
White with #7C124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C124A; }
p { color: rgb(124,18,74); }
H1.HeaderClassName
{
color: #7C124A;
}
.AnyTagClassName
{
color: #7C124A;
}
</style>
background-color css
<style>
a { background-color: #7C124A; }
a { background-color: rgb(124,18,74); }
div.DivClassName
{
background-color: #7C124A;
}
.BgClassName
{
background-color: #7C124A;
}
</style>
border-color css
<style>
span { border-color: #7C124A; }
span { border-color: rgb(124,18,74); }
td.TdClassName
{
border-color: #7C124A;
}
.TagClassName
{
border-color: #7C124A;
}
</style>