Shades of Pompadour #781255
Tints of Pompadour #781255
RGB
CMYK
RGB Variations
Color information
#781255 (or 0x781255) is known color: Pompadour. HEX triplet: 78, 12 and 55. RGB value is (120,18,85). Sum of RGB (Red+Green+Blue) = 120+18+85=223 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.81% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 120 - color contains mainly: red. Hex color #781255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781255 is #87EDAA. Grayscale: #373737. Windows color (decimal): -8908203 or 5575288. OLE color: 5575288.
HSL color Cylindrical-coordinate representation of color #781255: hue angle of 320.59º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781255 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 18 | 85 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.53 |
| HSL | 320.59º | 0.74% | 0.27% | - |
| HSV(B) | 320.59º | 0.85% | 0.47% | - |
| XYZ | 9.6 | 5.08 | 9.07 | - |
| YUV | 56.14 | 144.29 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 18 | 85 | 0 | 0.85 | 0.29 | 0.53 | 320.59 | 0.74 | 0.27 |
| Hex | 78 | 12 | 55 | 0 | 55 | 1D | 35 | 141 | 4A | 1B |
| Octal | 170 | 22 | 125 | 0 | 125 | 35 | 65 | 501 | 112 | 33 |
| Binary | 1111000 | 10010 | 1010101 | 0 | 1010101 | 11101 | 110101 | 101000001 | 1001010 | 11011 |
Color Harmonies of #781255
Complementary color
Monochromatic Colors of #781255
Black with #781255
Text Example
Text Example
White with #781255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781255; }
p { color: rgb(120,18,85); }
H1.HeaderClassName
{
color: #781255;
}
.AnyTagClassName
{
color: #781255;
}
</style>
background-color css
<style>
a { background-color: #781255; }
a { background-color: rgb(120,18,85); }
div.DivClassName
{
background-color: #781255;
}
.BgClassName
{
background-color: #781255;
}
</style>
border-color css
<style>
span { border-color: #781255; }
span { border-color: rgb(120,18,85); }
td.TdClassName
{
border-color: #781255;
}
.TagClassName
{
border-color: #781255;
}
</style>