Shades of Pompadour #780F57
Tints of Pompadour #780F57
RGB
CMYK
RGB Variations
Color information
#780F57 (or 0x780F57) is known color: Pompadour. HEX triplet: 78, 0F and 57. RGB value is (120,15,87). Sum of RGB (Red+Green+Blue) = 120+15+87=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 15 (6.25% from 255 or 6.76% from 222); Blue value is 87 (34.38% from 255 or 39.19% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #780F57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780F57 is #87F0A8. Grayscale: #363636. Windows color (decimal): -8908969 or 5705592. OLE color: 5705592.
HSL color Cylindrical-coordinate representation of color #780F57: hue angle of 318.86º 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 #780F57 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 15 | 87 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.53 |
| HSL | 318.86º | 0.78% | 0.26% | - |
| HSV(B) | 318.86º | 0.88% | 0.47% | - |
| XYZ | 9.64 | 5.02 | 9.48 | - |
| YUV | 54.6 | 146.29 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 87 | 0 | 0.87 | 0.28 | 0.53 | 318.86 | 0.78 | 0.26 |
| Hex | 78 | F | 57 | 0 | 57 | 1C | 35 | 13F | 4E | 1A |
| Octal | 170 | 17 | 127 | 0 | 127 | 34 | 65 | 477 | 116 | 32 |
| Binary | 1111000 | 1111 | 1010111 | 0 | 1010111 | 11100 | 110101 | 100111111 | 1001110 | 11010 |
Color Harmonies of #780F57
Complementary color
Monochromatic Colors of #780F57
Black with #780F57
Text Example
Text Example
White with #780F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780F57; }
p { color: rgb(120,15,87); }
H1.HeaderClassName
{
color: #780F57;
}
.AnyTagClassName
{
color: #780F57;
}
</style>
background-color css
<style>
a { background-color: #780F57; }
a { background-color: rgb(120,15,87); }
div.DivClassName
{
background-color: #780F57;
}
.BgClassName
{
background-color: #780F57;
}
</style>
border-color css
<style>
span { border-color: #780F57; }
span { border-color: rgb(120,15,87); }
td.TdClassName
{
border-color: #780F57;
}
.TagClassName
{
border-color: #780F57;
}
</style>