Shades of Pompadour #781745
Tints of Pompadour #781745
RGB
CMYK
RGB Variations
Color information
#781745 (or 0x781745) is known color: Pompadour. HEX triplet: 78, 17 and 45. RGB value is (120,23,69). Sum of RGB (Red+Green+Blue) = 120+23+69=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #781745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781745 is #87E8BA. Grayscale: #393939. Windows color (decimal): -8906939 or 4527992. OLE color: 4527992.
HSL color Cylindrical-coordinate representation of color #781745: hue angle of 331.55º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781745 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 23 | 69 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.53 |
| HSL | 331.55º | 0.68% | 0.28% | - |
| HSV(B) | 331.55º | 0.81% | 0.47% | - |
| XYZ | 9.13 | 5.04 | 6.12 | - |
| YUV | 57.25 | 134.64 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 23 | 69 | 0 | 0.81 | 0.42 | 0.53 | 331.55 | 0.68 | 0.28 |
| Hex | 78 | 17 | 45 | 0 | 51 | 2A | 35 | 14C | 44 | 1C |
| Octal | 170 | 27 | 105 | 0 | 121 | 52 | 65 | 514 | 104 | 34 |
| Binary | 1111000 | 10111 | 1000101 | 0 | 1010001 | 101010 | 110101 | 101001100 | 1000100 | 11100 |
Color Harmonies of #781745
Complementary color
Monochromatic Colors of #781745
Black with #781745
Text Example
Text Example
White with #781745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781745; }
p { color: rgb(120,23,69); }
H1.HeaderClassName
{
color: #781745;
}
.AnyTagClassName
{
color: #781745;
}
</style>
background-color css
<style>
a { background-color: #781745; }
a { background-color: rgb(120,23,69); }
div.DivClassName
{
background-color: #781745;
}
.BgClassName
{
background-color: #781745;
}
</style>
border-color css
<style>
span { border-color: #781745; }
span { border-color: rgb(120,23,69); }
td.TdClassName
{
border-color: #781745;
}
.TagClassName
{
border-color: #781745;
}
</style>