Shades of Pompadour #771E56
Tints of Pompadour #771E56
RGB
CMYK
RGB Variations
Color information
#771E56 (or 0x771E56) is known color: Pompadour. HEX triplet: 77, 1E and 56. RGB value is (119,30,86). Sum of RGB (Red+Green+Blue) = 119+30+86=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #771E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771E56 is #88E1A9. Grayscale: #3E3E3E. Windows color (decimal): -8970666 or 5643895. OLE color: 5643895.
HSL color Cylindrical-coordinate representation of color #771E56: hue angle of 322.25º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #771E56 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 30 | 86 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.53 |
| HSL | 322.25º | 0.6% | 0.29% | - |
| HSV(B) | 322.25º | 0.75% | 0.47% | - |
| XYZ | 9.75 | 5.52 | 9.36 | - |
| YUV | 63 | 140.99 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 30 | 86 | 0 | 0.75 | 0.28 | 0.53 | 322.25 | 0.6 | 0.29 |
| Hex | 77 | 1E | 56 | 0 | 4B | 1C | 35 | 142 | 3C | 1D |
| Octal | 167 | 36 | 126 | 0 | 113 | 34 | 65 | 502 | 74 | 35 |
| Binary | 1110111 | 11110 | 1010110 | 0 | 1001011 | 11100 | 110101 | 101000010 | 111100 | 11101 |
Color Harmonies of #771E56
Complementary color
Monochromatic Colors of #771E56
Black with #771E56
Text Example
Text Example
White with #771E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771E56; }
p { color: rgb(119,30,86); }
H1.HeaderClassName
{
color: #771E56;
}
.AnyTagClassName
{
color: #771E56;
}
</style>
background-color css
<style>
a { background-color: #771E56; }
a { background-color: rgb(119,30,86); }
div.DivClassName
{
background-color: #771E56;
}
.BgClassName
{
background-color: #771E56;
}
</style>
border-color css
<style>
span { border-color: #771E56; }
span { border-color: rgb(119,30,86); }
td.TdClassName
{
border-color: #771E56;
}
.TagClassName
{
border-color: #771E56;
}
</style>