Shades of Pompadour #7C174F
Tints of Pompadour #7C174F
RGB
CMYK
RGB Variations
Color information
#7C174F (or 0x7C174F) is known color: Pompadour. HEX triplet: 7C, 17 and 4F. RGB value is (124,23,79). Sum of RGB (Red+Green+Blue) = 124+23+79=226 (29% of max value = 765). Red value is 124 (48.83% from 255 or 54.87% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 124 - color contains mainly: red. Hex color #7C174F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C174F is #83E8B0. Grayscale: #3B3B3B. Windows color (decimal): -8644785 or 5183356. OLE color: 5183356.
HSL color Cylindrical-coordinate representation of color #7C174F: hue angle of 326.73º 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 #7C174F is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 23 | 79 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.51 |
| HSL | 326.73º | 0.69% | 0.29% | - |
| HSV(B) | 326.73º | 0.81% | 0.49% | - |
| XYZ | 10.03 | 5.46 | 7.92 | - |
| YUV | 59.58 | 138.96 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 23 | 79 | 0 | 0.81 | 0.36 | 0.51 | 326.73 | 0.69 | 0.29 |
| Hex | 7C | 17 | 4F | 0 | 51 | 24 | 33 | 147 | 45 | 1D |
| Octal | 174 | 27 | 117 | 0 | 121 | 44 | 63 | 507 | 105 | 35 |
| Binary | 1111100 | 10111 | 1001111 | 0 | 1010001 | 100100 | 110011 | 101000111 | 1000101 | 11101 |
Color Harmonies of #7C174F
Complementary color
Monochromatic Colors of #7C174F
Black with #7C174F
Text Example
Text Example
White with #7C174F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C174F; }
p { color: rgb(124,23,79); }
H1.HeaderClassName
{
color: #7C174F;
}
.AnyTagClassName
{
color: #7C174F;
}
</style>
background-color css
<style>
a { background-color: #7C174F; }
a { background-color: rgb(124,23,79); }
div.DivClassName
{
background-color: #7C174F;
}
.BgClassName
{
background-color: #7C174F;
}
</style>
border-color css
<style>
span { border-color: #7C174F; }
span { border-color: rgb(124,23,79); }
td.TdClassName
{
border-color: #7C174F;
}
.TagClassName
{
border-color: #7C174F;
}
</style>