Shades of Pompadour #771C4A
Tints of Pompadour #771C4A
RGB
CMYK
RGB Variations
Color information
#771C4A (or 0x771C4A) is known color: Pompadour. HEX triplet: 77, 1C and 4A. RGB value is (119,28,74). Sum of RGB (Red+Green+Blue) = 119+28+74=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #771C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771C4A is #88E3B5. Grayscale: #3C3C3C. Windows color (decimal): -8971190 or 4856951. OLE color: 4856951.
HSL color Cylindrical-coordinate representation of color #771C4A: hue angle of 329.67º 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 #771C4A is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 28 | 74 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.53 |
| HSL | 329.67º | 0.62% | 0.29% | - |
| HSV(B) | 329.67º | 0.76% | 0.47% | - |
| XYZ | 9.26 | 5.25 | 7 | - |
| YUV | 60.45 | 135.65 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 74 | 0 | 0.76 | 0.38 | 0.53 | 329.67 | 0.62 | 0.29 |
| Hex | 77 | 1C | 4A | 0 | 4C | 26 | 35 | 14A | 3E | 1D |
| Octal | 167 | 34 | 112 | 0 | 114 | 46 | 65 | 512 | 76 | 35 |
| Binary | 1110111 | 11100 | 1001010 | 0 | 1001100 | 100110 | 110101 | 101001010 | 111110 | 11101 |
Color Harmonies of #771C4A
Complementary color
Monochromatic Colors of #771C4A
Black with #771C4A
Text Example
Text Example
White with #771C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771C4A; }
p { color: rgb(119,28,74); }
H1.HeaderClassName
{
color: #771C4A;
}
.AnyTagClassName
{
color: #771C4A;
}
</style>
background-color css
<style>
a { background-color: #771C4A; }
a { background-color: rgb(119,28,74); }
div.DivClassName
{
background-color: #771C4A;
}
.BgClassName
{
background-color: #771C4A;
}
</style>
border-color css
<style>
span { border-color: #771C4A; }
span { border-color: rgb(119,28,74); }
td.TdClassName
{
border-color: #771C4A;
}
.TagClassName
{
border-color: #771C4A;
}
</style>