Shades of Pompadour #78204A
Tints of Pompadour #78204A
RGB
CMYK
RGB Variations
Color information
#78204A (or 0x78204A) is known color: Pompadour. HEX triplet: 78, 20 and 4A. RGB value is (120,32,74). Sum of RGB (Red+Green+Blue) = 120+32+74=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #78204A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78204A is #87DFB5. Grayscale: #3F3F3F. Windows color (decimal): -8904630 or 4857976. OLE color: 4857976.
HSL color Cylindrical-coordinate representation of color #78204A: hue angle of 331.36º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #78204A is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 32 | 74 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.53 |
| HSL | 331.36º | 0.58% | 0.3% | - |
| HSV(B) | 331.36º | 0.73% | 0.47% | - |
| XYZ | 9.5 | 5.52 | 7.04 | - |
| YUV | 63.1 | 134.15 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 74 | 0 | 0.73 | 0.38 | 0.53 | 331.36 | 0.58 | 0.3 |
| Hex | 78 | 20 | 4A | 0 | 49 | 26 | 35 | 14B | 3A | 1E |
| Octal | 170 | 40 | 112 | 0 | 111 | 46 | 65 | 513 | 72 | 36 |
| Binary | 1111000 | 100000 | 1001010 | 0 | 1001001 | 100110 | 110101 | 101001011 | 111010 | 11110 |
Color Harmonies of #78204A
Complementary color
Monochromatic Colors of #78204A
Black with #78204A
Text Example
Text Example
White with #78204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78204A; }
p { color: rgb(120,32,74); }
H1.HeaderClassName
{
color: #78204A;
}
.AnyTagClassName
{
color: #78204A;
}
</style>
background-color css
<style>
a { background-color: #78204A; }
a { background-color: rgb(120,32,74); }
div.DivClassName
{
background-color: #78204A;
}
.BgClassName
{
background-color: #78204A;
}
</style>
border-color css
<style>
span { border-color: #78204A; }
span { border-color: rgb(120,32,74); }
td.TdClassName
{
border-color: #78204A;
}
.TagClassName
{
border-color: #78204A;
}
</style>