Shades of Pompadour #7F154C
Tints of Pompadour #7F154C
RGB
CMYK
RGB Variations
Color information
#7F154C (or 0x7F154C) is known color: Pompadour. HEX triplet: 7F, 15 and 4C. RGB value is (127,21,76). Sum of RGB (Red+Green+Blue) = 127+21+76=224 (29% of max value = 765). Red value is 127 (50% from 255 or 56.70% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 127 - color contains mainly: red. Hex color #7F154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F154C is #80EAB3. Grayscale: #3A3A3A. Windows color (decimal): -8448692 or 4986239. OLE color: 4986239.
HSL color Cylindrical-coordinate representation of color #7F154C: hue angle of 328.87º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F154C is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 21 | 76 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.50 |
| HSL | 328.87º | 0.72% | 0.29% | - |
| HSV(B) | 328.87º | 0.83% | 0.5% | - |
| XYZ | 10.33 | 5.57 | 7.37 | - |
| YUV | 58.96 | 137.62 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 21 | 76 | 0 | 0.83 | 0.40 | 0.50 | 328.87 | 0.72 | 0.29 |
| Hex | 7F | 15 | 4C | 0 | 53 | 28 | 32 | 149 | 48 | 1D |
| Octal | 177 | 25 | 114 | 0 | 123 | 50 | 62 | 511 | 110 | 35 |
| Binary | 1111111 | 10101 | 1001100 | 0 | 1010011 | 101000 | 110010 | 101001001 | 1001000 | 11101 |
Color Harmonies of #7F154C
Complementary color
Monochromatic Colors of #7F154C
Black with #7F154C
Text Example
Text Example
White with #7F154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F154C; }
p { color: rgb(127,21,76); }
H1.HeaderClassName
{
color: #7F154C;
}
.AnyTagClassName
{
color: #7F154C;
}
</style>
background-color css
<style>
a { background-color: #7F154C; }
a { background-color: rgb(127,21,76); }
div.DivClassName
{
background-color: #7F154C;
}
.BgClassName
{
background-color: #7F154C;
}
</style>
border-color css
<style>
span { border-color: #7F154C; }
span { border-color: rgb(127,21,76); }
td.TdClassName
{
border-color: #7F154C;
}
.TagClassName
{
border-color: #7F154C;
}
</style>