Shades of Pompadour #780C55
Tints of Pompadour #780C55
RGB
CMYK
RGB Variations
Color information
#780C55 (or 0x780C55) is known color: Pompadour. HEX triplet: 78, 0C and 55. RGB value is (120,12,85). Sum of RGB (Red+Green+Blue) = 120+12+85=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #780C55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780C55 is #87F3AA. Grayscale: #343434. Windows color (decimal): -8909739 or 5573752. OLE color: 5573752.
HSL color Cylindrical-coordinate representation of color #780C55: hue angle of 319.44º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C55 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 12 | 85 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.53 |
| HSL | 319.44º | 0.82% | 0.26% | - |
| HSV(B) | 319.44º | 0.9% | 0.47% | - |
| XYZ | 9.52 | 4.91 | 9.04 | - |
| YUV | 52.61 | 146.28 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 85 | 0 | 0.90 | 0.29 | 0.53 | 319.44 | 0.82 | 0.26 |
| Hex | 78 | C | 55 | 0 | 5A | 1D | 35 | 13F | 52 | 1A |
| Octal | 170 | 14 | 125 | 0 | 132 | 35 | 65 | 477 | 122 | 32 |
| Binary | 1111000 | 1100 | 1010101 | 0 | 1011010 | 11101 | 110101 | 100111111 | 1010010 | 11010 |
Color Harmonies of #780C55
Complementary color
Monochromatic Colors of #780C55
Black with #780C55
Text Example
Text Example
White with #780C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780C55; }
p { color: rgb(120,12,85); }
H1.HeaderClassName
{
color: #780C55;
}
.AnyTagClassName
{
color: #780C55;
}
</style>
background-color css
<style>
a { background-color: #780C55; }
a { background-color: rgb(120,12,85); }
div.DivClassName
{
background-color: #780C55;
}
.BgClassName
{
background-color: #780C55;
}
</style>
border-color css
<style>
span { border-color: #780C55; }
span { border-color: rgb(120,12,85); }
td.TdClassName
{
border-color: #780C55;
}
.TagClassName
{
border-color: #780C55;
}
</style>