Shades of Pompadour #7A0E4D
Tints of Pompadour #7A0E4D
RGB
CMYK
RGB Variations
Color information
#7A0E4D (or 0x7A0E4D) is known color: Pompadour. HEX triplet: 7A, 0E and 4D. RGB value is (122,14,77). Sum of RGB (Red+Green+Blue) = 122+14+77=213 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.28% from 213); Green value is 14 (5.86% from 255 or 6.57% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0E4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0E4D is #85F1B2. Grayscale: #353535. Windows color (decimal): -8778163 or 5049978. OLE color: 5049978.
HSL color Cylindrical-coordinate representation of color #7A0E4D: hue angle of 325º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A0E4D is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 14 | 77 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.52 |
| HSL | 325º | 0.79% | 0.27% | - |
| HSV(B) | 325º | 0.89% | 0.48% | - |
| XYZ | 9.52 | 4.99 | 7.48 | - |
| YUV | 53.47 | 141.28 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 14 | 77 | 0 | 0.89 | 0.37 | 0.52 | 325 | 0.79 | 0.27 |
| Hex | 7A | E | 4D | 0 | 59 | 25 | 34 | 145 | 4F | 1B |
| Octal | 172 | 16 | 115 | 0 | 131 | 45 | 64 | 505 | 117 | 33 |
| Binary | 1111010 | 1110 | 1001101 | 0 | 1011001 | 100101 | 110100 | 101000101 | 1001111 | 11011 |
Color Harmonies of #7A0E4D
Complementary color
Monochromatic Colors of #7A0E4D
Black with #7A0E4D
Text Example
Text Example
White with #7A0E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0E4D; }
p { color: rgb(122,14,77); }
H1.HeaderClassName
{
color: #7A0E4D;
}
.AnyTagClassName
{
color: #7A0E4D;
}
</style>
background-color css
<style>
a { background-color: #7A0E4D; }
a { background-color: rgb(122,14,77); }
div.DivClassName
{
background-color: #7A0E4D;
}
.BgClassName
{
background-color: #7A0E4D;
}
</style>
border-color css
<style>
span { border-color: #7A0E4D; }
span { border-color: rgb(122,14,77); }
td.TdClassName
{
border-color: #7A0E4D;
}
.TagClassName
{
border-color: #7A0E4D;
}
</style>