Shades of Pompadour #7F124B
Tints of Pompadour #7F124B
RGB
CMYK
RGB Variations
Color information
#7F124B (or 0x7F124B) is known color: Pompadour. HEX triplet: 7F, 12 and 4B. RGB value is (127,18,75). Sum of RGB (Red+Green+Blue) = 127+18+75=220 (29% of max value = 765). Red value is 127 (50% from 255 or 57.73% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 127 - color contains mainly: red. Hex color #7F124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F124B is #80EDB4. Grayscale: #383838. Windows color (decimal): -8449461 or 4919935. OLE color: 4919935.
HSL color Cylindrical-coordinate representation of color #7F124B: hue angle of 328.62º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F124B is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 18 | 75 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.50 |
| HSL | 328.62º | 0.75% | 0.28% | - |
| HSV(B) | 328.62º | 0.86% | 0.5% | - |
| XYZ | 10.24 | 5.45 | 7.17 | - |
| YUV | 57.09 | 138.11 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 18 | 75 | 0 | 0.86 | 0.41 | 0.50 | 328.62 | 0.75 | 0.28 |
| Hex | 7F | 12 | 4B | 0 | 56 | 29 | 32 | 149 | 4B | 1C |
| Octal | 177 | 22 | 113 | 0 | 126 | 51 | 62 | 511 | 113 | 34 |
| Binary | 1111111 | 10010 | 1001011 | 0 | 1010110 | 101001 | 110010 | 101001001 | 1001011 | 11100 |
Color Harmonies of #7F124B
Complementary color
Monochromatic Colors of #7F124B
Black with #7F124B
Text Example
Text Example
White with #7F124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F124B; }
p { color: rgb(127,18,75); }
H1.HeaderClassName
{
color: #7F124B;
}
.AnyTagClassName
{
color: #7F124B;
}
</style>
background-color css
<style>
a { background-color: #7F124B; }
a { background-color: rgb(127,18,75); }
div.DivClassName
{
background-color: #7F124B;
}
.BgClassName
{
background-color: #7F124B;
}
</style>
border-color css
<style>
span { border-color: #7F124B; }
span { border-color: rgb(127,18,75); }
td.TdClassName
{
border-color: #7F124B;
}
.TagClassName
{
border-color: #7F124B;
}
</style>