Shades of Pompadour #7A184E
Tints of Pompadour #7A184E
RGB
CMYK
RGB Variations
Color information
#7A184E (or 0x7A184E) is known color: Pompadour. HEX triplet: 7A, 18 and 4E. RGB value is (122,24,78). Sum of RGB (Red+Green+Blue) = 122+24+78=224 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.46% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 122 - color contains mainly: red. Hex color #7A184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A184E is #85E7B1. Grayscale: #3B3B3B. Windows color (decimal): -8775602 or 5118074. OLE color: 5118074.
HSL color Cylindrical-coordinate representation of color #7A184E: hue angle of 326.94º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A184E is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 24 | 78 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.52 |
| HSL | 326.94º | 0.67% | 0.29% | - |
| HSV(B) | 326.94º | 0.8% | 0.48% | - |
| XYZ | 9.73 | 5.34 | 7.73 | - |
| YUV | 59.46 | 138.47 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 24 | 78 | 0 | 0.80 | 0.36 | 0.52 | 326.94 | 0.67 | 0.29 |
| Hex | 7A | 18 | 4E | 0 | 50 | 24 | 34 | 147 | 43 | 1D |
| Octal | 172 | 30 | 116 | 0 | 120 | 44 | 64 | 507 | 103 | 35 |
| Binary | 1111010 | 11000 | 1001110 | 0 | 1010000 | 100100 | 110100 | 101000111 | 1000011 | 11101 |
Color Harmonies of #7A184E
Complementary color
Monochromatic Colors of #7A184E
Black with #7A184E
Text Example
Text Example
White with #7A184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A184E; }
p { color: rgb(122,24,78); }
H1.HeaderClassName
{
color: #7A184E;
}
.AnyTagClassName
{
color: #7A184E;
}
</style>
background-color css
<style>
a { background-color: #7A184E; }
a { background-color: rgb(122,24,78); }
div.DivClassName
{
background-color: #7A184E;
}
.BgClassName
{
background-color: #7A184E;
}
</style>
border-color css
<style>
span { border-color: #7A184E; }
span { border-color: rgb(122,24,78); }
td.TdClassName
{
border-color: #7A184E;
}
.TagClassName
{
border-color: #7A184E;
}
</style>