Shades of Pompadour #772047
Tints of Pompadour #772047
RGB
CMYK
RGB Variations
Color information
#772047 (or 0x772047) is known color: Pompadour. HEX triplet: 77, 20 and 47. RGB value is (119,32,71). Sum of RGB (Red+Green+Blue) = 119+32+71=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #772047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772047 is #88DFB8. Grayscale: #3E3E3E. Windows color (decimal): -8970169 or 4661367. OLE color: 4661367.
HSL color Cylindrical-coordinate representation of color #772047: hue angle of 333.1º 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 #772047 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 32 | 71 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.53 |
| HSL | 333.1º | 0.58% | 0.3% | - |
| HSV(B) | 333.1º | 0.73% | 0.47% | - |
| XYZ | 9.26 | 5.41 | 6.52 | - |
| YUV | 62.46 | 132.82 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 32 | 71 | 0 | 0.73 | 0.40 | 0.53 | 333.1 | 0.58 | 0.3 |
| Hex | 77 | 20 | 47 | 0 | 49 | 28 | 35 | 14D | 3A | 1E |
| Octal | 167 | 40 | 107 | 0 | 111 | 50 | 65 | 515 | 72 | 36 |
| Binary | 1110111 | 100000 | 1000111 | 0 | 1001001 | 101000 | 110101 | 101001101 | 111010 | 11110 |
Color Harmonies of #772047
Complementary color
Monochromatic Colors of #772047
Black with #772047
Text Example
Text Example
White with #772047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772047; }
p { color: rgb(119,32,71); }
H1.HeaderClassName
{
color: #772047;
}
.AnyTagClassName
{
color: #772047;
}
</style>
background-color css
<style>
a { background-color: #772047; }
a { background-color: rgb(119,32,71); }
div.DivClassName
{
background-color: #772047;
}
.BgClassName
{
background-color: #772047;
}
</style>
border-color css
<style>
span { border-color: #772047; }
span { border-color: rgb(119,32,71); }
td.TdClassName
{
border-color: #772047;
}
.TagClassName
{
border-color: #772047;
}
</style>