Shades of Pompadour #780E54
Tints of Pompadour #780E54
RGB
CMYK
RGB Variations
Color information
#780E54 (or 0x780E54) is known color: Pompadour. HEX triplet: 78, 0E and 54. RGB value is (120,14,84). Sum of RGB (Red+Green+Blue) = 120+14+84=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #780E54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780E54 is #87F1AB. Grayscale: #353535. Windows color (decimal): -8909228 or 5508728. OLE color: 5508728.
HSL color Cylindrical-coordinate representation of color #780E54: hue angle of 320.38º degrees, saturation: 0.79, 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 #780E54 is Cyan = 0, Magento = 0.88, Yellow = 0.3 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 14 | 84 | - |
| CMYK | 0 | 0.88 | 0.3 | 0.53 |
| HSL | 320.38º | 0.79% | 0.26% | - |
| HSV(B) | 320.38º | 0.88% | 0.47% | - |
| XYZ | 9.5 | 4.95 | 8.84 | - |
| YUV | 53.67 | 145.12 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 14 | 84 | 0 | 0.88 | 0.3 | 0.53 | 320.38 | 0.79 | 0.26 |
| Hex | 78 | E | 54 | 0 | 58 | 1E | 35 | 140 | 4F | 1A |
| Octal | 170 | 16 | 124 | 0 | 130 | 36 | 65 | 500 | 117 | 32 |
| Binary | 1111000 | 1110 | 1010100 | 0 | 1011000 | 11110 | 110101 | 101000000 | 1001111 | 11010 |
Color Harmonies of #780E54
Complementary color
Monochromatic Colors of #780E54
Black with #780E54
Text Example
Text Example
White with #780E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780E54; }
p { color: rgb(120,14,84); }
H1.HeaderClassName
{
color: #780E54;
}
.AnyTagClassName
{
color: #780E54;
}
</style>
background-color css
<style>
a { background-color: #780E54; }
a { background-color: rgb(120,14,84); }
div.DivClassName
{
background-color: #780E54;
}
.BgClassName
{
background-color: #780E54;
}
</style>
border-color css
<style>
span { border-color: #780E54; }
span { border-color: rgb(120,14,84); }
td.TdClassName
{
border-color: #780E54;
}
.TagClassName
{
border-color: #780E54;
}
</style>