Shades of Pompadour #781755
Tints of Pompadour #781755
RGB
CMYK
RGB Variations
Color information
#781755 (or 0x781755) is known color: Pompadour. HEX triplet: 78, 17 and 55. RGB value is (120,23,85). Sum of RGB (Red+Green+Blue) = 120+23+85=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #781755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781755 is #87E8AA. Grayscale: #3A3A3A. Windows color (decimal): -8906923 or 5576568. OLE color: 5576568.
HSL color Cylindrical-coordinate representation of color #781755: hue angle of 321.65º 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 #781755 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 23 | 85 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.53 |
| HSL | 321.65º | 0.68% | 0.28% | - |
| HSV(B) | 321.65º | 0.81% | 0.47% | - |
| XYZ | 9.69 | 5.26 | 9.1 | - |
| YUV | 59.07 | 142.64 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 23 | 85 | 0 | 0.81 | 0.29 | 0.53 | 321.65 | 0.68 | 0.28 |
| Hex | 78 | 17 | 55 | 0 | 51 | 1D | 35 | 142 | 44 | 1C |
| Octal | 170 | 27 | 125 | 0 | 121 | 35 | 65 | 502 | 104 | 34 |
| Binary | 1111000 | 10111 | 1010101 | 0 | 1010001 | 11101 | 110101 | 101000010 | 1000100 | 11100 |
Color Harmonies of #781755
Complementary color
Monochromatic Colors of #781755
Black with #781755
Text Example
Text Example
White with #781755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781755; }
p { color: rgb(120,23,85); }
H1.HeaderClassName
{
color: #781755;
}
.AnyTagClassName
{
color: #781755;
}
</style>
background-color css
<style>
a { background-color: #781755; }
a { background-color: rgb(120,23,85); }
div.DivClassName
{
background-color: #781755;
}
.BgClassName
{
background-color: #781755;
}
</style>
border-color css
<style>
span { border-color: #781755; }
span { border-color: rgb(120,23,85); }
td.TdClassName
{
border-color: #781755;
}
.TagClassName
{
border-color: #781755;
}
</style>