Shades of Pompadour #7A1656
Tints of Pompadour #7A1656
RGB
CMYK
RGB Variations
Color information
#7A1656 (or 0x7A1656) is known color: Pompadour. HEX triplet: 7A, 16 and 56. RGB value is (122,22,86). Sum of RGB (Red+Green+Blue) = 122+22+86=230 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.04% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1656 is #85E9A9. Grayscale: #3B3B3B. Windows color (decimal): -8776106 or 5641850. OLE color: 5641850.
HSL color Cylindrical-coordinate representation of color #7A1656: hue angle of 321.6º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A1656 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 22 | 86 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.52 |
| HSL | 321.6º | 0.69% | 0.28% | - |
| HSV(B) | 321.6º | 0.82% | 0.48% | - |
| XYZ | 9.99 | 5.38 | 9.32 | - |
| YUV | 59.2 | 143.13 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 86 | 0 | 0.82 | 0.30 | 0.52 | 321.6 | 0.69 | 0.28 |
| Hex | 7A | 16 | 56 | 0 | 52 | 1E | 34 | 142 | 45 | 1C |
| Octal | 172 | 26 | 126 | 0 | 122 | 36 | 64 | 502 | 105 | 34 |
| Binary | 1111010 | 10110 | 1010110 | 0 | 1010010 | 11110 | 110100 | 101000010 | 1000101 | 11100 |
Color Harmonies of #7A1656
Complementary color
Monochromatic Colors of #7A1656
Black with #7A1656
Text Example
Text Example
White with #7A1656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1656; }
p { color: rgb(122,22,86); }
H1.HeaderClassName
{
color: #7A1656;
}
.AnyTagClassName
{
color: #7A1656;
}
</style>
background-color css
<style>
a { background-color: #7A1656; }
a { background-color: rgb(122,22,86); }
div.DivClassName
{
background-color: #7A1656;
}
.BgClassName
{
background-color: #7A1656;
}
</style>
border-color css
<style>
span { border-color: #7A1656; }
span { border-color: rgb(122,22,86); }
td.TdClassName
{
border-color: #7A1656;
}
.TagClassName
{
border-color: #7A1656;
}
</style>