Shades of Pompadour #7A1750
Tints of Pompadour #7A1750
RGB
CMYK
RGB Variations
Color information
#7A1750 (or 0x7A1750) is known color: Pompadour. HEX triplet: 7A, 17 and 50. RGB value is (122,23,80). Sum of RGB (Red+Green+Blue) = 122+23+80=225 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.22% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1750 is #85E8AF. Grayscale: #3A3A3A. Windows color (decimal): -8775856 or 5248890. OLE color: 5248890.
HSL color Cylindrical-coordinate representation of color #7A1750: hue angle of 325.45º 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 #7A1750 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 23 | 80 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.52 |
| HSL | 325.45º | 0.68% | 0.28% | - |
| HSV(B) | 325.45º | 0.81% | 0.48% | - |
| XYZ | 9.78 | 5.33 | 8.1 | - |
| YUV | 59.1 | 139.8 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 80 | 0 | 0.81 | 0.34 | 0.52 | 325.45 | 0.68 | 0.28 |
| Hex | 7A | 17 | 50 | 0 | 51 | 22 | 34 | 145 | 44 | 1C |
| Octal | 172 | 27 | 120 | 0 | 121 | 42 | 64 | 505 | 104 | 34 |
| Binary | 1111010 | 10111 | 1010000 | 0 | 1010001 | 100010 | 110100 | 101000101 | 1000100 | 11100 |
Color Harmonies of #7A1750
Complementary color
Monochromatic Colors of #7A1750
Black with #7A1750
Text Example
Text Example
White with #7A1750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1750; }
p { color: rgb(122,23,80); }
H1.HeaderClassName
{
color: #7A1750;
}
.AnyTagClassName
{
color: #7A1750;
}
</style>
background-color css
<style>
a { background-color: #7A1750; }
a { background-color: rgb(122,23,80); }
div.DivClassName
{
background-color: #7A1750;
}
.BgClassName
{
background-color: #7A1750;
}
</style>
border-color css
<style>
span { border-color: #7A1750; }
span { border-color: rgb(122,23,80); }
td.TdClassName
{
border-color: #7A1750;
}
.TagClassName
{
border-color: #7A1750;
}
</style>