Shades of Pompadour #77204D
Tints of Pompadour #77204D
RGB
CMYK
RGB Variations
Color information
#77204D (or 0x77204D) is known color: Pompadour. HEX triplet: 77, 20 and 4D. RGB value is (119,32,77). Sum of RGB (Red+Green+Blue) = 119+32+77=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #77204D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77204D is #88DFB2. Grayscale: #3F3F3F. Windows color (decimal): -8970163 or 5054583. OLE color: 5054583.
HSL color Cylindrical-coordinate representation of color #77204D: hue angle of 328.97º 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 #77204D is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 32 | 77 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.53 |
| HSL | 328.97º | 0.58% | 0.3% | - |
| HSV(B) | 328.97º | 0.73% | 0.47% | - |
| XYZ | 9.46 | 5.49 | 7.58 | - |
| YUV | 63.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 32 | 77 | 0 | 0.73 | 0.35 | 0.53 | 328.97 | 0.58 | 0.3 |
| Hex | 77 | 20 | 4D | 0 | 49 | 23 | 35 | 149 | 3A | 1E |
| Octal | 167 | 40 | 115 | 0 | 111 | 43 | 65 | 511 | 72 | 36 |
| Binary | 1110111 | 100000 | 1001101 | 0 | 1001001 | 100011 | 110101 | 101001001 | 111010 | 11110 |
Color Harmonies of #77204D
Complementary color
Monochromatic Colors of #77204D
Black with #77204D
Text Example
Text Example
White with #77204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77204D; }
p { color: rgb(119,32,77); }
H1.HeaderClassName
{
color: #77204D;
}
.AnyTagClassName
{
color: #77204D;
}
</style>
background-color css
<style>
a { background-color: #77204D; }
a { background-color: rgb(119,32,77); }
div.DivClassName
{
background-color: #77204D;
}
.BgClassName
{
background-color: #77204D;
}
</style>
border-color css
<style>
span { border-color: #77204D; }
span { border-color: rgb(119,32,77); }
td.TdClassName
{
border-color: #77204D;
}
.TagClassName
{
border-color: #77204D;
}
</style>