Shades of Pompadour #7A1748
Tints of Pompadour #7A1748
RGB
CMYK
RGB Variations
Color information
#7A1748 (or 0x7A1748) is known color: Pompadour. HEX triplet: 7A, 17 and 48. RGB value is (122,23,72). Sum of RGB (Red+Green+Blue) = 122+23+72=217 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.22% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1748 is #85E8B7. Grayscale: #3A3A3A. Windows color (decimal): -8775864 or 4724602. OLE color: 4724602.
HSL color Cylindrical-coordinate representation of color #7A1748: hue angle of 330.3º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A1748 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 23 | 72 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.52 |
| HSL | 330.3º | 0.68% | 0.28% | - |
| HSV(B) | 330.3º | 0.81% | 0.48% | - |
| XYZ | 9.5 | 5.22 | 6.64 | - |
| YUV | 58.19 | 135.8 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 72 | 0 | 0.81 | 0.41 | 0.52 | 330.3 | 0.68 | 0.28 |
| Hex | 7A | 17 | 48 | 0 | 51 | 29 | 34 | 14A | 44 | 1C |
| Octal | 172 | 27 | 110 | 0 | 121 | 51 | 64 | 512 | 104 | 34 |
| Binary | 1111010 | 10111 | 1001000 | 0 | 1010001 | 101001 | 110100 | 101001010 | 1000100 | 11100 |
Color Harmonies of #7A1748
Complementary color
Monochromatic Colors of #7A1748
Black with #7A1748
Text Example
Text Example
White with #7A1748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1748; }
p { color: rgb(122,23,72); }
H1.HeaderClassName
{
color: #7A1748;
}
.AnyTagClassName
{
color: #7A1748;
}
</style>
background-color css
<style>
a { background-color: #7A1748; }
a { background-color: rgb(122,23,72); }
div.DivClassName
{
background-color: #7A1748;
}
.BgClassName
{
background-color: #7A1748;
}
</style>
border-color css
<style>
span { border-color: #7A1748; }
span { border-color: rgb(122,23,72); }
td.TdClassName
{
border-color: #7A1748;
}
.TagClassName
{
border-color: #7A1748;
}
</style>