Shades of Pompadour #78154C
Tints of Pompadour #78154C
RGB
CMYK
RGB Variations
Color information
#78154C (or 0x78154C) is known color: Pompadour. HEX triplet: 78, 15 and 4C. RGB value is (120,21,76). Sum of RGB (Red+Green+Blue) = 120+21+76=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #78154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78154C is #87EAB3. Grayscale: #383838. Windows color (decimal): -8907444 or 4986232. OLE color: 4986232.
HSL color Cylindrical-coordinate representation of color #78154C: hue angle of 326.67º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78154C is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 21 | 76 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.53 |
| HSL | 326.67º | 0.7% | 0.28% | - |
| HSV(B) | 326.67º | 0.83% | 0.47% | - |
| XYZ | 9.32 | 5.05 | 7.32 | - |
| YUV | 56.87 | 138.8 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 21 | 76 | 0 | 0.83 | 0.37 | 0.53 | 326.67 | 0.7 | 0.28 |
| Hex | 78 | 15 | 4C | 0 | 53 | 25 | 35 | 147 | 46 | 1C |
| Octal | 170 | 25 | 114 | 0 | 123 | 45 | 65 | 507 | 106 | 34 |
| Binary | 1111000 | 10101 | 1001100 | 0 | 1010011 | 100101 | 110101 | 101000111 | 1000110 | 11100 |
Color Harmonies of #78154C
Complementary color
Monochromatic Colors of #78154C
Black with #78154C
Text Example
Text Example
White with #78154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78154C; }
p { color: rgb(120,21,76); }
H1.HeaderClassName
{
color: #78154C;
}
.AnyTagClassName
{
color: #78154C;
}
</style>
background-color css
<style>
a { background-color: #78154C; }
a { background-color: rgb(120,21,76); }
div.DivClassName
{
background-color: #78154C;
}
.BgClassName
{
background-color: #78154C;
}
</style>
border-color css
<style>
span { border-color: #78154C; }
span { border-color: rgb(120,21,76); }
td.TdClassName
{
border-color: #78154C;
}
.TagClassName
{
border-color: #78154C;
}
</style>