Shades of Pompadour #771D4F
Tints of Pompadour #771D4F
RGB
CMYK
RGB Variations
Color information
#771D4F (or 0x771D4F) is known color: Pompadour. HEX triplet: 77, 1D and 4F. RGB value is (119,29,79). Sum of RGB (Red+Green+Blue) = 119+29+79=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #771D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771D4F is #88E2B0. Grayscale: #3D3D3D. Windows color (decimal): -8970929 or 5184887. OLE color: 5184887.
HSL color Cylindrical-coordinate representation of color #771D4F: hue angle of 326.67º 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 #771D4F is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 79 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.53 |
| HSL | 326.67º | 0.61% | 0.29% | - |
| HSV(B) | 326.67º | 0.76% | 0.47% | - |
| XYZ | 9.46 | 5.37 | 7.93 | - |
| YUV | 61.61 | 137.82 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 79 | 0 | 0.76 | 0.34 | 0.53 | 326.67 | 0.61 | 0.29 |
| Hex | 77 | 1D | 4F | 0 | 4C | 22 | 35 | 147 | 3D | 1D |
| Octal | 167 | 35 | 117 | 0 | 114 | 42 | 65 | 507 | 75 | 35 |
| Binary | 1110111 | 11101 | 1001111 | 0 | 1001100 | 100010 | 110101 | 101000111 | 111101 | 11101 |
Color Harmonies of #771D4F
Complementary color
Monochromatic Colors of #771D4F
Black with #771D4F
Text Example
Text Example
White with #771D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D4F; }
p { color: rgb(119,29,79); }
H1.HeaderClassName
{
color: #771D4F;
}
.AnyTagClassName
{
color: #771D4F;
}
</style>
background-color css
<style>
a { background-color: #771D4F; }
a { background-color: rgb(119,29,79); }
div.DivClassName
{
background-color: #771D4F;
}
.BgClassName
{
background-color: #771D4F;
}
</style>
border-color css
<style>
span { border-color: #771D4F; }
span { border-color: rgb(119,29,79); }
td.TdClassName
{
border-color: #771D4F;
}
.TagClassName
{
border-color: #771D4F;
}
</style>