Shades of Pompadour #771C4D
Tints of Pompadour #771C4D
RGB
CMYK
RGB Variations
Color information
#771C4D (or 0x771C4D) is known color: Pompadour. HEX triplet: 77, 1C and 4D. RGB value is (119,28,77). Sum of RGB (Red+Green+Blue) = 119+28+77=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #771C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771C4D is #88E3B2. Grayscale: #3C3C3C. Windows color (decimal): -8971187 or 5053559. OLE color: 5053559.
HSL color Cylindrical-coordinate representation of color #771C4D: hue angle of 327.69º degrees, saturation: 0.62, 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 #771C4D is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 28 | 77 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.53 |
| HSL | 327.69º | 0.62% | 0.29% | - |
| HSV(B) | 327.69º | 0.76% | 0.47% | - |
| XYZ | 9.36 | 5.29 | 7.55 | - |
| YUV | 60.8 | 137.15 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 77 | 0 | 0.76 | 0.35 | 0.53 | 327.69 | 0.62 | 0.29 |
| Hex | 77 | 1C | 4D | 0 | 4C | 23 | 35 | 148 | 3E | 1D |
| Octal | 167 | 34 | 115 | 0 | 114 | 43 | 65 | 510 | 76 | 35 |
| Binary | 1110111 | 11100 | 1001101 | 0 | 1001100 | 100011 | 110101 | 101001000 | 111110 | 11101 |
Color Harmonies of #771C4D
Complementary color
Monochromatic Colors of #771C4D
Black with #771C4D
Text Example
Text Example
White with #771C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771C4D; }
p { color: rgb(119,28,77); }
H1.HeaderClassName
{
color: #771C4D;
}
.AnyTagClassName
{
color: #771C4D;
}
</style>
background-color css
<style>
a { background-color: #771C4D; }
a { background-color: rgb(119,28,77); }
div.DivClassName
{
background-color: #771C4D;
}
.BgClassName
{
background-color: #771C4D;
}
</style>
border-color css
<style>
span { border-color: #771C4D; }
span { border-color: rgb(119,28,77); }
td.TdClassName
{
border-color: #771C4D;
}
.TagClassName
{
border-color: #771C4D;
}
</style>