Shades of Pompadour #771A56
Tints of Pompadour #771A56
RGB
CMYK
RGB Variations
Color information
#771A56 (or 0x771A56) is known color: Pompadour. HEX triplet: 77, 1A and 56. RGB value is (119,26,86). Sum of RGB (Red+Green+Blue) = 119+26+86=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #771A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771A56 is #88E5A9. Grayscale: #3C3C3C. Windows color (decimal): -8971690 or 5642871. OLE color: 5642871.
HSL color Cylindrical-coordinate representation of color #771A56: hue angle of 321.29º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #771A56 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 26 | 86 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.53 |
| HSL | 321.29º | 0.64% | 0.28% | - |
| HSV(B) | 321.29º | 0.78% | 0.47% | - |
| XYZ | 9.66 | 5.33 | 9.32 | - |
| YUV | 60.65 | 142.31 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 26 | 86 | 0 | 0.78 | 0.28 | 0.53 | 321.29 | 0.64 | 0.28 |
| Hex | 77 | 1A | 56 | 0 | 4E | 1C | 35 | 141 | 40 | 1C |
| Octal | 167 | 32 | 126 | 0 | 116 | 34 | 65 | 501 | 100 | 34 |
| Binary | 1110111 | 11010 | 1010110 | 0 | 1001110 | 11100 | 110101 | 101000001 | 1000000 | 11100 |
Color Harmonies of #771A56
Complementary color
Monochromatic Colors of #771A56
Black with #771A56
Text Example
Text Example
White with #771A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771A56; }
p { color: rgb(119,26,86); }
H1.HeaderClassName
{
color: #771A56;
}
.AnyTagClassName
{
color: #771A56;
}
</style>
background-color css
<style>
a { background-color: #771A56; }
a { background-color: rgb(119,26,86); }
div.DivClassName
{
background-color: #771A56;
}
.BgClassName
{
background-color: #771A56;
}
</style>
border-color css
<style>
span { border-color: #771A56; }
span { border-color: rgb(119,26,86); }
td.TdClassName
{
border-color: #771A56;
}
.TagClassName
{
border-color: #771A56;
}
</style>