Shades of Pompadour #780F55
Tints of Pompadour #780F55
RGB
CMYK
RGB Variations
Color information
#780F55 (or 0x780F55) is known color: Pompadour. HEX triplet: 78, 0F and 55. RGB value is (120,15,85). Sum of RGB (Red+Green+Blue) = 120+15+85=220 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.55% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 120 - color contains mainly: red. Hex color #780F55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780F55 is #87F0AA. Grayscale: #363636. Windows color (decimal): -8908971 or 5574520. OLE color: 5574520.
HSL color Cylindrical-coordinate representation of color #780F55: hue angle of 320º 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 #780F55 is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 15 | 85 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.53 |
| HSL | 320º | 0.78% | 0.26% | - |
| HSV(B) | 320º | 0.88% | 0.47% | - |
| XYZ | 9.56 | 4.99 | 9.05 | - |
| YUV | 54.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 85 | 0 | 0.87 | 0.29 | 0.53 | 320 | 0.78 | 0.26 |
| Hex | 78 | F | 55 | 0 | 57 | 1D | 35 | 140 | 4E | 1A |
| Octal | 170 | 17 | 125 | 0 | 127 | 35 | 65 | 500 | 116 | 32 |
| Binary | 1111000 | 1111 | 1010101 | 0 | 1010111 | 11101 | 110101 | 101000000 | 1001110 | 11010 |
Color Harmonies of #780F55
Complementary color
Monochromatic Colors of #780F55
Black with #780F55
Text Example
Text Example
White with #780F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780F55; }
p { color: rgb(120,15,85); }
H1.HeaderClassName
{
color: #780F55;
}
.AnyTagClassName
{
color: #780F55;
}
</style>
background-color css
<style>
a { background-color: #780F55; }
a { background-color: rgb(120,15,85); }
div.DivClassName
{
background-color: #780F55;
}
.BgClassName
{
background-color: #780F55;
}
</style>
border-color css
<style>
span { border-color: #780F55; }
span { border-color: rgb(120,15,85); }
td.TdClassName
{
border-color: #780F55;
}
.TagClassName
{
border-color: #780F55;
}
</style>