Shades of Pompadour #781955
Tints of Pompadour #781955
RGB
CMYK
RGB Variations
Color information
#781955 (or 0x781955) is known color: Pompadour. HEX triplet: 78, 19 and 55. RGB value is (120,25,85). Sum of RGB (Red+Green+Blue) = 120+25+85=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #781955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781955 is #87E6AA. Grayscale: #3C3C3C. Windows color (decimal): -8906411 or 5577080. OLE color: 5577080.
HSL color Cylindrical-coordinate representation of color #781955: hue angle of 322.11º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #781955 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 25 | 85 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.53 |
| HSL | 322.11º | 0.66% | 0.28% | - |
| HSV(B) | 322.11º | 0.79% | 0.47% | - |
| XYZ | 9.73 | 5.34 | 9.11 | - |
| YUV | 60.25 | 141.97 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 85 | 0 | 0.79 | 0.29 | 0.53 | 322.11 | 0.66 | 0.28 |
| Hex | 78 | 19 | 55 | 0 | 4F | 1D | 35 | 142 | 42 | 1C |
| Octal | 170 | 31 | 125 | 0 | 117 | 35 | 65 | 502 | 102 | 34 |
| Binary | 1111000 | 11001 | 1010101 | 0 | 1001111 | 11101 | 110101 | 101000010 | 1000010 | 11100 |
Color Harmonies of #781955
Complementary color
Monochromatic Colors of #781955
Black with #781955
Text Example
Text Example
White with #781955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781955; }
p { color: rgb(120,25,85); }
H1.HeaderClassName
{
color: #781955;
}
.AnyTagClassName
{
color: #781955;
}
</style>
background-color css
<style>
a { background-color: #781955; }
a { background-color: rgb(120,25,85); }
div.DivClassName
{
background-color: #781955;
}
.BgClassName
{
background-color: #781955;
}
</style>
border-color css
<style>
span { border-color: #781955; }
span { border-color: rgb(120,25,85); }
td.TdClassName
{
border-color: #781955;
}
.TagClassName
{
border-color: #781955;
}
</style>