Shades of Pompadour #7A1756
Tints of Pompadour #7A1756
RGB
CMYK
RGB Variations
Color information
#7A1756 (or 0x7A1756) is known color: Pompadour. HEX triplet: 7A, 17 and 56. RGB value is (122,23,86). Sum of RGB (Red+Green+Blue) = 122+23+86=231 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.81% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1756 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1756 is #85E8A9. Grayscale: #3B3B3B. Windows color (decimal): -8775850 or 5642106. OLE color: 5642106.
HSL color Cylindrical-coordinate representation of color #7A1756: hue angle of 321.82º 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 #7A1756 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 23 | 86 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.52 |
| HSL | 321.82º | 0.68% | 0.28% | - |
| HSV(B) | 321.82º | 0.81% | 0.48% | - |
| XYZ | 10.01 | 5.42 | 9.32 | - |
| YUV | 59.78 | 142.8 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 86 | 0 | 0.81 | 0.30 | 0.52 | 321.82 | 0.68 | 0.28 |
| Hex | 7A | 17 | 56 | 0 | 51 | 1E | 34 | 142 | 44 | 1C |
| Octal | 172 | 27 | 126 | 0 | 121 | 36 | 64 | 502 | 104 | 34 |
| Binary | 1111010 | 10111 | 1010110 | 0 | 1010001 | 11110 | 110100 | 101000010 | 1000100 | 11100 |
Color Harmonies of #7A1756
Complementary color
Monochromatic Colors of #7A1756
Black with #7A1756
Text Example
Text Example
White with #7A1756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1756; }
p { color: rgb(122,23,86); }
H1.HeaderClassName
{
color: #7A1756;
}
.AnyTagClassName
{
color: #7A1756;
}
</style>
background-color css
<style>
a { background-color: #7A1756; }
a { background-color: rgb(122,23,86); }
div.DivClassName
{
background-color: #7A1756;
}
.BgClassName
{
background-color: #7A1756;
}
</style>
border-color css
<style>
span { border-color: #7A1756; }
span { border-color: rgb(122,23,86); }
td.TdClassName
{
border-color: #7A1756;
}
.TagClassName
{
border-color: #7A1756;
}
</style>