Shades of Pompadour #7C174A
Tints of Pompadour #7C174A
RGB
CMYK
RGB Variations
Color information
#7C174A (or 0x7C174A) is known color: Pompadour. HEX triplet: 7C, 17 and 4A. RGB value is (124,23,74). Sum of RGB (Red+Green+Blue) = 124+23+74=221 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.11% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 124 - color contains mainly: red. Hex color #7C174A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C174A is #83E8B5. Grayscale: #3A3A3A. Windows color (decimal): -8644790 or 4855676. OLE color: 4855676.
HSL color Cylindrical-coordinate representation of color #7C174A: hue angle of 329.7º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C174A is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 23 | 74 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.51 |
| HSL | 329.7º | 0.69% | 0.29% | - |
| HSV(B) | 329.7º | 0.81% | 0.49% | - |
| XYZ | 9.85 | 5.39 | 7 | - |
| YUV | 59.01 | 136.46 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 23 | 74 | 0 | 0.81 | 0.40 | 0.51 | 329.7 | 0.69 | 0.29 |
| Hex | 7C | 17 | 4A | 0 | 51 | 28 | 33 | 14A | 45 | 1D |
| Octal | 174 | 27 | 112 | 0 | 121 | 50 | 63 | 512 | 105 | 35 |
| Binary | 1111100 | 10111 | 1001010 | 0 | 1010001 | 101000 | 110011 | 101001010 | 1000101 | 11101 |
Color Harmonies of #7C174A
Complementary color
Monochromatic Colors of #7C174A
Black with #7C174A
Text Example
Text Example
White with #7C174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C174A; }
p { color: rgb(124,23,74); }
H1.HeaderClassName
{
color: #7C174A;
}
.AnyTagClassName
{
color: #7C174A;
}
</style>
background-color css
<style>
a { background-color: #7C174A; }
a { background-color: rgb(124,23,74); }
div.DivClassName
{
background-color: #7C174A;
}
.BgClassName
{
background-color: #7C174A;
}
</style>
border-color css
<style>
span { border-color: #7C174A; }
span { border-color: rgb(124,23,74); }
td.TdClassName
{
border-color: #7C174A;
}
.TagClassName
{
border-color: #7C174A;
}
</style>