Shades of Pompadour #7A1754
Tints of Pompadour #7A1754
RGB
CMYK
RGB Variations
Color information
#7A1754 (or 0x7A1754) is known color: Pompadour. HEX triplet: 7A, 17 and 54. RGB value is (122,23,84). Sum of RGB (Red+Green+Blue) = 122+23+84=229 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.28% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1754 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1754 is #85E8AB. Grayscale: #3B3B3B. Windows color (decimal): -8775852 or 5511034. OLE color: 5511034.
HSL color Cylindrical-coordinate representation of color #7A1754: hue angle of 323.03º 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 #7A1754 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 23 | 84 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.52 |
| HSL | 323.03º | 0.68% | 0.28% | - |
| HSV(B) | 323.03º | 0.81% | 0.48% | - |
| XYZ | 9.93 | 5.39 | 8.9 | - |
| YUV | 59.56 | 141.8 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 84 | 0 | 0.81 | 0.31 | 0.52 | 323.03 | 0.68 | 0.28 |
| Hex | 7A | 17 | 54 | 0 | 51 | 1F | 34 | 143 | 44 | 1C |
| Octal | 172 | 27 | 124 | 0 | 121 | 37 | 64 | 503 | 104 | 34 |
| Binary | 1111010 | 10111 | 1010100 | 0 | 1010001 | 11111 | 110100 | 101000011 | 1000100 | 11100 |
Color Harmonies of #7A1754
Complementary color
Monochromatic Colors of #7A1754
Black with #7A1754
Text Example
Text Example
White with #7A1754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1754; }
p { color: rgb(122,23,84); }
H1.HeaderClassName
{
color: #7A1754;
}
.AnyTagClassName
{
color: #7A1754;
}
</style>
background-color css
<style>
a { background-color: #7A1754; }
a { background-color: rgb(122,23,84); }
div.DivClassName
{
background-color: #7A1754;
}
.BgClassName
{
background-color: #7A1754;
}
</style>
border-color css
<style>
span { border-color: #7A1754; }
span { border-color: rgb(122,23,84); }
td.TdClassName
{
border-color: #7A1754;
}
.TagClassName
{
border-color: #7A1754;
}
</style>