Shades of Pompadour #7A154D
Tints of Pompadour #7A154D
RGB
CMYK
RGB Variations
Color information
#7A154D (or 0x7A154D) is known color: Pompadour. HEX triplet: 7A, 15 and 4D. RGB value is (122,21,77). Sum of RGB (Red+Green+Blue) = 122+21+77=220 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.45% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 122 - color contains mainly: red. Hex color #7A154D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A154D is #85EAB2. Grayscale: #393939. Windows color (decimal): -8776371 or 5051770. OLE color: 5051770.
HSL color Cylindrical-coordinate representation of color #7A154D: hue angle of 326.73º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A154D is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 21 | 77 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.52 |
| HSL | 326.73º | 0.71% | 0.28% | - |
| HSV(B) | 326.73º | 0.83% | 0.48% | - |
| XYZ | 9.63 | 5.21 | 7.52 | - |
| YUV | 57.58 | 138.96 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 21 | 77 | 0 | 0.83 | 0.37 | 0.52 | 326.73 | 0.71 | 0.28 |
| Hex | 7A | 15 | 4D | 0 | 53 | 25 | 34 | 147 | 47 | 1C |
| Octal | 172 | 25 | 115 | 0 | 123 | 45 | 64 | 507 | 107 | 34 |
| Binary | 1111010 | 10101 | 1001101 | 0 | 1010011 | 100101 | 110100 | 101000111 | 1000111 | 11100 |
Color Harmonies of #7A154D
Complementary color
Monochromatic Colors of #7A154D
Black with #7A154D
Text Example
Text Example
White with #7A154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A154D; }
p { color: rgb(122,21,77); }
H1.HeaderClassName
{
color: #7A154D;
}
.AnyTagClassName
{
color: #7A154D;
}
</style>
background-color css
<style>
a { background-color: #7A154D; }
a { background-color: rgb(122,21,77); }
div.DivClassName
{
background-color: #7A154D;
}
.BgClassName
{
background-color: #7A154D;
}
</style>
border-color css
<style>
span { border-color: #7A154D; }
span { border-color: rgb(122,21,77); }
td.TdClassName
{
border-color: #7A154D;
}
.TagClassName
{
border-color: #7A154D;
}
</style>