Shades of Pompadour #7C174C
Tints of Pompadour #7C174C
RGB
CMYK
RGB Variations
Color information
#7C174C (or 0x7C174C) is known color: Pompadour. HEX triplet: 7C, 17 and 4C. RGB value is (124,23,76). Sum of RGB (Red+Green+Blue) = 124+23+76=223 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.61% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 124 - color contains mainly: red. Hex color #7C174C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C174C is #83E8B3. Grayscale: #3B3B3B. Windows color (decimal): -8644788 or 4986748. OLE color: 4986748.
HSL color Cylindrical-coordinate representation of color #7C174C: hue angle of 328.51º 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 #7C174C is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 23 | 76 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.51 |
| HSL | 328.51º | 0.69% | 0.29% | - |
| HSV(B) | 328.51º | 0.81% | 0.49% | - |
| XYZ | 9.92 | 5.42 | 7.36 | - |
| YUV | 59.24 | 137.46 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 23 | 76 | 0 | 0.81 | 0.39 | 0.51 | 328.51 | 0.69 | 0.29 |
| Hex | 7C | 17 | 4C | 0 | 51 | 27 | 33 | 149 | 45 | 1D |
| Octal | 174 | 27 | 114 | 0 | 121 | 47 | 63 | 511 | 105 | 35 |
| Binary | 1111100 | 10111 | 1001100 | 0 | 1010001 | 100111 | 110011 | 101001001 | 1000101 | 11101 |
Color Harmonies of #7C174C
Complementary color
Monochromatic Colors of #7C174C
Black with #7C174C
Text Example
Text Example
White with #7C174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C174C; }
p { color: rgb(124,23,76); }
H1.HeaderClassName
{
color: #7C174C;
}
.AnyTagClassName
{
color: #7C174C;
}
</style>
background-color css
<style>
a { background-color: #7C174C; }
a { background-color: rgb(124,23,76); }
div.DivClassName
{
background-color: #7C174C;
}
.BgClassName
{
background-color: #7C174C;
}
</style>
border-color css
<style>
span { border-color: #7C174C; }
span { border-color: rgb(124,23,76); }
td.TdClassName
{
border-color: #7C174C;
}
.TagClassName
{
border-color: #7C174C;
}
</style>