Shades of Pompadour #771D47
Tints of Pompadour #771D47
RGB
CMYK
RGB Variations
Color information
#771D47 (or 0x771D47) is known color: Pompadour. HEX triplet: 77, 1D and 47. RGB value is (119,29,71). Sum of RGB (Red+Green+Blue) = 119+29+71=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #771D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D47 is #88E2B8. Grayscale: #3C3C3C. Windows color (decimal): -8970937 or 4660599. OLE color: 4660599.
HSL color Cylindrical-coordinate representation of color #771D47: hue angle of 332º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771D47 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 71 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.53 |
| HSL | 332º | 0.61% | 0.29% | - |
| HSV(B) | 332º | 0.76% | 0.47% | - |
| XYZ | 9.18 | 5.26 | 6.49 | - |
| YUV | 60.7 | 133.82 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 71 | 0 | 0.76 | 0.40 | 0.53 | 332 | 0.61 | 0.29 |
| Hex | 77 | 1D | 47 | 0 | 4C | 28 | 35 | 14C | 3D | 1D |
| Octal | 167 | 35 | 107 | 0 | 114 | 50 | 65 | 514 | 75 | 35 |
| Binary | 1110111 | 11101 | 1000111 | 0 | 1001100 | 101000 | 110101 | 101001100 | 111101 | 11101 |
Color Harmonies of #771D47
Complementary color
Monochromatic Colors of #771D47
Black with #771D47
Text Example
Text Example
White with #771D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D47; }
p { color: rgb(119,29,71); }
H1.HeaderClassName
{
color: #771D47;
}
.AnyTagClassName
{
color: #771D47;
}
</style>
background-color css
<style>
a { background-color: #771D47; }
a { background-color: rgb(119,29,71); }
div.DivClassName
{
background-color: #771D47;
}
.BgClassName
{
background-color: #771D47;
}
</style>
border-color css
<style>
span { border-color: #771D47; }
span { border-color: rgb(119,29,71); }
td.TdClassName
{
border-color: #771D47;
}
.TagClassName
{
border-color: #771D47;
}
</style>