Shades of Pompadour #780F52
Tints of Pompadour #780F52
RGB
CMYK
RGB Variations
Color information
#780F52 (or 0x780F52) is known color: Pompadour. HEX triplet: 78, 0F and 52. RGB value is (120,15,82). Sum of RGB (Red+Green+Blue) = 120+15+82=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #780F52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780F52 is #87F0AD. Grayscale: #353535. Windows color (decimal): -8908974 or 5377912. OLE color: 5377912.
HSL color Cylindrical-coordinate representation of color #780F52: hue angle of 321.71º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780F52 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 15 | 82 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.53 |
| HSL | 321.71º | 0.78% | 0.26% | - |
| HSV(B) | 321.71º | 0.88% | 0.47% | - |
| XYZ | 9.44 | 4.94 | 8.44 | - |
| YUV | 54.03 | 143.79 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 82 | 0 | 0.87 | 0.32 | 0.53 | 321.71 | 0.78 | 0.26 |
| Hex | 78 | F | 52 | 0 | 57 | 20 | 35 | 142 | 4E | 1A |
| Octal | 170 | 17 | 122 | 0 | 127 | 40 | 65 | 502 | 116 | 32 |
| Binary | 1111000 | 1111 | 1010010 | 0 | 1010111 | 100000 | 110101 | 101000010 | 1001110 | 11010 |
Color Harmonies of #780F52
Complementary color
Monochromatic Colors of #780F52
Black with #780F52
Text Example
Text Example
White with #780F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780F52; }
p { color: rgb(120,15,82); }
H1.HeaderClassName
{
color: #780F52;
}
.AnyTagClassName
{
color: #780F52;
}
</style>
background-color css
<style>
a { background-color: #780F52; }
a { background-color: rgb(120,15,82); }
div.DivClassName
{
background-color: #780F52;
}
.BgClassName
{
background-color: #780F52;
}
</style>
border-color css
<style>
span { border-color: #780F52; }
span { border-color: rgb(120,15,82); }
td.TdClassName
{
border-color: #780F52;
}
.TagClassName
{
border-color: #780F52;
}
</style>