Shades of Pompadour #7B124A
Tints of Pompadour #7B124A
RGB
CMYK
RGB Variations
Color information
#7B124A (or 0x7B124A) is known color: Pompadour. HEX triplet: 7B, 12 and 4A. RGB value is (123,18,74). Sum of RGB (Red+Green+Blue) = 123+18+74=215 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.21% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 123 - color contains mainly: red. Hex color #7B124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B124A is #84EDB5. Grayscale: #373737. Windows color (decimal): -8711606 or 4854395. OLE color: 4854395.
HSL color Cylindrical-coordinate representation of color #7B124A: hue angle of 328º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B124A is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 18 | 74 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.52 |
| HSL | 328º | 0.74% | 0.28% | - |
| HSV(B) | 328º | 0.85% | 0.48% | - |
| XYZ | 9.62 | 5.14 | 6.96 | - |
| YUV | 55.78 | 138.29 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 18 | 74 | 0 | 0.85 | 0.40 | 0.52 | 328 | 0.74 | 0.28 |
| Hex | 7B | 12 | 4A | 0 | 55 | 28 | 34 | 148 | 4A | 1C |
| Octal | 173 | 22 | 112 | 0 | 125 | 50 | 64 | 510 | 112 | 34 |
| Binary | 1111011 | 10010 | 1001010 | 0 | 1010101 | 101000 | 110100 | 101001000 | 1001010 | 11100 |
Color Harmonies of #7B124A
Complementary color
Monochromatic Colors of #7B124A
Black with #7B124A
Text Example
Text Example
White with #7B124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B124A; }
p { color: rgb(123,18,74); }
H1.HeaderClassName
{
color: #7B124A;
}
.AnyTagClassName
{
color: #7B124A;
}
</style>
background-color css
<style>
a { background-color: #7B124A; }
a { background-color: rgb(123,18,74); }
div.DivClassName
{
background-color: #7B124A;
}
.BgClassName
{
background-color: #7B124A;
}
</style>
border-color css
<style>
span { border-color: #7B124A; }
span { border-color: rgb(123,18,74); }
td.TdClassName
{
border-color: #7B124A;
}
.TagClassName
{
border-color: #7B124A;
}
</style>