Shades of Pompadour #771D54
Tints of Pompadour #771D54
RGB
CMYK
RGB Variations
Color information
#771D54 (or 0x771D54) is known color: Pompadour. HEX triplet: 77, 1D and 54. RGB value is (119,29,84). Sum of RGB (Red+Green+Blue) = 119+29+84=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #771D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771D54 is #88E2AB. Grayscale: #3E3E3E. Windows color (decimal): -8970924 or 5512567. OLE color: 5512567.
HSL color Cylindrical-coordinate representation of color #771D54: hue angle of 323.33º 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 #771D54 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 84 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.53 |
| HSL | 323.33º | 0.61% | 0.29% | - |
| HSV(B) | 323.33º | 0.76% | 0.47% | - |
| XYZ | 9.65 | 5.44 | 8.93 | - |
| YUV | 62.18 | 140.32 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 84 | 0 | 0.76 | 0.29 | 0.53 | 323.33 | 0.61 | 0.29 |
| Hex | 77 | 1D | 54 | 0 | 4C | 1D | 35 | 143 | 3D | 1D |
| Octal | 167 | 35 | 124 | 0 | 114 | 35 | 65 | 503 | 75 | 35 |
| Binary | 1110111 | 11101 | 1010100 | 0 | 1001100 | 11101 | 110101 | 101000011 | 111101 | 11101 |
Color Harmonies of #771D54
Complementary color
Monochromatic Colors of #771D54
Black with #771D54
Text Example
Text Example
White with #771D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D54; }
p { color: rgb(119,29,84); }
H1.HeaderClassName
{
color: #771D54;
}
.AnyTagClassName
{
color: #771D54;
}
</style>
background-color css
<style>
a { background-color: #771D54; }
a { background-color: rgb(119,29,84); }
div.DivClassName
{
background-color: #771D54;
}
.BgClassName
{
background-color: #771D54;
}
</style>
border-color css
<style>
span { border-color: #771D54; }
span { border-color: rgb(119,29,84); }
td.TdClassName
{
border-color: #771D54;
}
.TagClassName
{
border-color: #771D54;
}
</style>