Shades of Pompadour #7C164C
Tints of Pompadour #7C164C
RGB
CMYK
RGB Variations
Color information
#7C164C (or 0x7C164C) is known color: Pompadour. HEX triplet: 7C, 16 and 4C. RGB value is (124,22,76). Sum of RGB (Red+Green+Blue) = 124+22+76=222 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.86% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 124 - color contains mainly: red. Hex color #7C164C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C164C is #83E9B3. Grayscale: #3A3A3A. Windows color (decimal): -8645044 or 4986492. OLE color: 4986492.
HSL color Cylindrical-coordinate representation of color #7C164C: hue angle of 328.24º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C164C is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 22 | 76 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.51 |
| HSL | 328.24º | 0.7% | 0.29% | - |
| HSV(B) | 328.24º | 0.82% | 0.49% | - |
| XYZ | 9.9 | 5.38 | 7.35 | - |
| YUV | 58.65 | 137.79 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 22 | 76 | 0 | 0.82 | 0.39 | 0.51 | 328.24 | 0.7 | 0.29 |
| Hex | 7C | 16 | 4C | 0 | 52 | 27 | 33 | 148 | 46 | 1D |
| Octal | 174 | 26 | 114 | 0 | 122 | 47 | 63 | 510 | 106 | 35 |
| Binary | 1111100 | 10110 | 1001100 | 0 | 1010010 | 100111 | 110011 | 101001000 | 1000110 | 11101 |
Color Harmonies of #7C164C
Complementary color
Monochromatic Colors of #7C164C
Black with #7C164C
Text Example
Text Example
White with #7C164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C164C; }
p { color: rgb(124,22,76); }
H1.HeaderClassName
{
color: #7C164C;
}
.AnyTagClassName
{
color: #7C164C;
}
</style>
background-color css
<style>
a { background-color: #7C164C; }
a { background-color: rgb(124,22,76); }
div.DivClassName
{
background-color: #7C164C;
}
.BgClassName
{
background-color: #7C164C;
}
</style>
border-color css
<style>
span { border-color: #7C164C; }
span { border-color: rgb(124,22,76); }
td.TdClassName
{
border-color: #7C164C;
}
.TagClassName
{
border-color: #7C164C;
}
</style>