Shades of Pompadour #78184C
Tints of Pompadour #78184C
RGB
CMYK
RGB Variations
Color information
#78184C (or 0x78184C) is known color: Pompadour. HEX triplet: 78, 18 and 4C. RGB value is (120,24,76). Sum of RGB (Red+Green+Blue) = 120+24+76=220 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.55% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 120 - color contains mainly: red. Hex color #78184C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78184C is #87E7B3. Grayscale: #3A3A3A. Windows color (decimal): -8906676 or 4987000. OLE color: 4987000.
HSL color Cylindrical-coordinate representation of color #78184C: hue angle of 327.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 #78184C is Cyan = 0, Magento = 0.8, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 24 | 76 | - |
| CMYK | 0 | 0.8 | 0.37 | 0.53 |
| HSL | 327.5º | 0.67% | 0.28% | - |
| HSV(B) | 327.5º | 0.8% | 0.47% | - |
| XYZ | 9.38 | 5.17 | 7.34 | - |
| YUV | 58.63 | 137.8 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 24 | 76 | 0 | 0.8 | 0.37 | 0.53 | 327.5 | 0.67 | 0.28 |
| Hex | 78 | 18 | 4C | 0 | 50 | 25 | 35 | 148 | 43 | 1C |
| Octal | 170 | 30 | 114 | 0 | 120 | 45 | 65 | 510 | 103 | 34 |
| Binary | 1111000 | 11000 | 1001100 | 0 | 1010000 | 100101 | 110101 | 101001000 | 1000011 | 11100 |
Color Harmonies of #78184C
Complementary color
Monochromatic Colors of #78184C
Black with #78184C
Text Example
Text Example
White with #78184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78184C; }
p { color: rgb(120,24,76); }
H1.HeaderClassName
{
color: #78184C;
}
.AnyTagClassName
{
color: #78184C;
}
</style>
background-color css
<style>
a { background-color: #78184C; }
a { background-color: rgb(120,24,76); }
div.DivClassName
{
background-color: #78184C;
}
.BgClassName
{
background-color: #78184C;
}
</style>
border-color css
<style>
span { border-color: #78184C; }
span { border-color: rgb(120,24,76); }
td.TdClassName
{
border-color: #78184C;
}
.TagClassName
{
border-color: #78184C;
}
</style>