Shades of Pompadour #782040
Tints of Pompadour #782040
RGB
CMYK
RGB Variations
Color information
#782040 (or 0x782040) is known color: Pompadour. HEX triplet: 78, 20 and 40. RGB value is (120,32,64). Sum of RGB (Red+Green+Blue) = 120+32+64=216 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.56% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 120 - color contains mainly: red. Hex color #782040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782040 is #87DFBF. Grayscale: #3D3D3D. Windows color (decimal): -8904640 or 4202616. OLE color: 4202616.
HSL color Cylindrical-coordinate representation of color #782040: hue angle of 338.18º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782040 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 32 | 64 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.53 |
| HSL | 338.18º | 0.58% | 0.3% | - |
| HSV(B) | 338.18º | 0.73% | 0.47% | - |
| XYZ | 9.19 | 5.4 | 5.41 | - |
| YUV | 61.96 | 129.15 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 64 | 0 | 0.73 | 0.47 | 0.53 | 338.18 | 0.58 | 0.3 |
| Hex | 78 | 20 | 40 | 0 | 49 | 2F | 35 | 152 | 3A | 1E |
| Octal | 170 | 40 | 100 | 0 | 111 | 57 | 65 | 522 | 72 | 36 |
| Binary | 1111000 | 100000 | 1000000 | 0 | 1001001 | 101111 | 110101 | 101010010 | 111010 | 11110 |
Color Harmonies of #782040
Complementary color
Monochromatic Colors of #782040
Black with #782040
Text Example
Text Example
White with #782040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782040; }
p { color: rgb(120,32,64); }
H1.HeaderClassName
{
color: #782040;
}
.AnyTagClassName
{
color: #782040;
}
</style>
background-color css
<style>
a { background-color: #782040; }
a { background-color: rgb(120,32,64); }
div.DivClassName
{
background-color: #782040;
}
.BgClassName
{
background-color: #782040;
}
</style>
border-color css
<style>
span { border-color: #782040; }
span { border-color: rgb(120,32,64); }
td.TdClassName
{
border-color: #782040;
}
.TagClassName
{
border-color: #782040;
}
</style>