Shades of Pompadour #781854
Tints of Pompadour #781854
RGB
CMYK
RGB Variations
Color information
#781854 (or 0x781854) is known color: Pompadour. HEX triplet: 78, 18 and 54. RGB value is (120,24,84). Sum of RGB (Red+Green+Blue) = 120+24+84=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #781854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781854 is #87E7AB. Grayscale: #3B3B3B. Windows color (decimal): -8906668 or 5511288. OLE color: 5511288.
HSL color Cylindrical-coordinate representation of color #781854: hue angle of 322.5º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #781854 is Cyan = 0, Magento = 0.8, Yellow = 0.3 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 24 | 84 | - |
| CMYK | 0 | 0.8 | 0.3 | 0.53 |
| HSL | 322.5º | 0.67% | 0.28% | - |
| HSV(B) | 322.5º | 0.8% | 0.47% | - |
| XYZ | 9.67 | 5.29 | 8.9 | - |
| YUV | 59.54 | 141.8 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 24 | 84 | 0 | 0.8 | 0.3 | 0.53 | 322.5 | 0.67 | 0.28 |
| Hex | 78 | 18 | 54 | 0 | 50 | 1E | 35 | 142 | 43 | 1C |
| Octal | 170 | 30 | 124 | 0 | 120 | 36 | 65 | 502 | 103 | 34 |
| Binary | 1111000 | 11000 | 1010100 | 0 | 1010000 | 11110 | 110101 | 101000010 | 1000011 | 11100 |
Color Harmonies of #781854
Complementary color
Monochromatic Colors of #781854
Black with #781854
Text Example
Text Example
White with #781854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781854; }
p { color: rgb(120,24,84); }
H1.HeaderClassName
{
color: #781854;
}
.AnyTagClassName
{
color: #781854;
}
</style>
background-color css
<style>
a { background-color: #781854; }
a { background-color: rgb(120,24,84); }
div.DivClassName
{
background-color: #781854;
}
.BgClassName
{
background-color: #781854;
}
</style>
border-color css
<style>
span { border-color: #781854; }
span { border-color: rgb(120,24,84); }
td.TdClassName
{
border-color: #781854;
}
.TagClassName
{
border-color: #781854;
}
</style>