Shades of Pompadour #771D4E
Tints of Pompadour #771D4E
RGB
CMYK
RGB Variations
Color information
#771D4E (or 0x771D4E) is known color: Pompadour. HEX triplet: 77, 1D and 4E. RGB value is (119,29,78). Sum of RGB (Red+Green+Blue) = 119+29+78=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #771D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771D4E is #88E2B1. Grayscale: #3D3D3D. Windows color (decimal): -8970930 or 5119351. OLE color: 5119351.
HSL color Cylindrical-coordinate representation of color #771D4E: hue angle of 327.33º 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 #771D4E is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 78 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.53 |
| HSL | 327.33º | 0.61% | 0.29% | - |
| HSV(B) | 327.33º | 0.76% | 0.47% | - |
| XYZ | 9.42 | 5.35 | 7.74 | - |
| YUV | 61.5 | 137.32 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 78 | 0 | 0.76 | 0.34 | 0.53 | 327.33 | 0.61 | 0.29 |
| Hex | 77 | 1D | 4E | 0 | 4C | 22 | 35 | 147 | 3D | 1D |
| Octal | 167 | 35 | 116 | 0 | 114 | 42 | 65 | 507 | 75 | 35 |
| Binary | 1110111 | 11101 | 1001110 | 0 | 1001100 | 100010 | 110101 | 101000111 | 111101 | 11101 |
Color Harmonies of #771D4E
Complementary color
Monochromatic Colors of #771D4E
Black with #771D4E
Text Example
Text Example
White with #771D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D4E; }
p { color: rgb(119,29,78); }
H1.HeaderClassName
{
color: #771D4E;
}
.AnyTagClassName
{
color: #771D4E;
}
</style>
background-color css
<style>
a { background-color: #771D4E; }
a { background-color: rgb(119,29,78); }
div.DivClassName
{
background-color: #771D4E;
}
.BgClassName
{
background-color: #771D4E;
}
</style>
border-color css
<style>
span { border-color: #771D4E; }
span { border-color: rgb(119,29,78); }
td.TdClassName
{
border-color: #771D4E;
}
.TagClassName
{
border-color: #771D4E;
}
</style>