Shades of Pompadour #771D42
Tints of Pompadour #771D42
RGB
CMYK
RGB Variations
Color information
#771D42 (or 0x771D42) is known color: Pompadour. HEX triplet: 77, 1D and 42. RGB value is (119,29,66). Sum of RGB (Red+Green+Blue) = 119+29+66=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #771D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D42 is #88E2BD. Grayscale: #3C3C3C. Windows color (decimal): -8970942 or 4332919. OLE color: 4332919.
HSL color Cylindrical-coordinate representation of color #771D42: hue angle of 335.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 #771D42 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 66 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.53 |
| HSL | 335.33º | 0.61% | 0.29% | - |
| HSV(B) | 335.33º | 0.76% | 0.47% | - |
| XYZ | 9.03 | 5.19 | 5.68 | - |
| YUV | 60.13 | 131.32 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 66 | 0 | 0.76 | 0.45 | 0.53 | 335.33 | 0.61 | 0.29 |
| Hex | 77 | 1D | 42 | 0 | 4C | 2D | 35 | 14F | 3D | 1D |
| Octal | 167 | 35 | 102 | 0 | 114 | 55 | 65 | 517 | 75 | 35 |
| Binary | 1110111 | 11101 | 1000010 | 0 | 1001100 | 101101 | 110101 | 101001111 | 111101 | 11101 |
Color Harmonies of #771D42
Complementary color
Monochromatic Colors of #771D42
Black with #771D42
Text Example
Text Example
White with #771D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D42; }
p { color: rgb(119,29,66); }
H1.HeaderClassName
{
color: #771D42;
}
.AnyTagClassName
{
color: #771D42;
}
</style>
background-color css
<style>
a { background-color: #771D42; }
a { background-color: rgb(119,29,66); }
div.DivClassName
{
background-color: #771D42;
}
.BgClassName
{
background-color: #771D42;
}
</style>
border-color css
<style>
span { border-color: #771D42; }
span { border-color: rgb(119,29,66); }
td.TdClassName
{
border-color: #771D42;
}
.TagClassName
{
border-color: #771D42;
}
</style>