Shades of Pompadour #781A57
Tints of Pompadour #781A57
RGB
CMYK
RGB Variations
Color information
#781A57 (or 0x781A57) is known color: Pompadour. HEX triplet: 78, 1A and 57. RGB value is (120,26,87). Sum of RGB (Red+Green+Blue) = 120+26+87=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #781A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781A57 is #87E5A8. Grayscale: #3C3C3C. Windows color (decimal): -8906153 or 5708408. OLE color: 5708408.
HSL color Cylindrical-coordinate representation of color #781A57: hue angle of 321.06º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #781A57 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 26 | 87 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.53 |
| HSL | 321.06º | 0.64% | 0.29% | - |
| HSV(B) | 321.06º | 0.78% | 0.47% | - |
| XYZ | 9.84 | 5.42 | 9.54 | - |
| YUV | 61.06 | 142.64 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 87 | 0 | 0.78 | 0.28 | 0.53 | 321.06 | 0.64 | 0.29 |
| Hex | 78 | 1A | 57 | 0 | 4E | 1C | 35 | 141 | 40 | 1D |
| Octal | 170 | 32 | 127 | 0 | 116 | 34 | 65 | 501 | 100 | 35 |
| Binary | 1111000 | 11010 | 1010111 | 0 | 1001110 | 11100 | 110101 | 101000001 | 1000000 | 11101 |
Color Harmonies of #781A57
Complementary color
Monochromatic Colors of #781A57
Black with #781A57
Text Example
Text Example
White with #781A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781A57; }
p { color: rgb(120,26,87); }
H1.HeaderClassName
{
color: #781A57;
}
.AnyTagClassName
{
color: #781A57;
}
</style>
background-color css
<style>
a { background-color: #781A57; }
a { background-color: rgb(120,26,87); }
div.DivClassName
{
background-color: #781A57;
}
.BgClassName
{
background-color: #781A57;
}
</style>
border-color css
<style>
span { border-color: #781A57; }
span { border-color: rgb(120,26,87); }
td.TdClassName
{
border-color: #781A57;
}
.TagClassName
{
border-color: #781A57;
}
</style>