Shades of Pompadour #771942
Tints of Pompadour #771942
RGB
CMYK
RGB Variations
Color information
#771942 (or 0x771942) is known color: Pompadour. HEX triplet: 77, 19 and 42. RGB value is (119,25,66). Sum of RGB (Red+Green+Blue) = 119+25+66=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #771942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771942 is #88E6BD. Grayscale: #393939. Windows color (decimal): -8971966 or 4331895. OLE color: 4331895.
HSL color Cylindrical-coordinate representation of color #771942: hue angle of 333.83º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #771942 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 25 | 66 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.53 |
| HSL | 333.83º | 0.65% | 0.28% | - |
| HSV(B) | 333.83º | 0.79% | 0.47% | - |
| XYZ | 8.94 | 5.01 | 5.65 | - |
| YUV | 57.78 | 132.64 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 25 | 66 | 0 | 0.79 | 0.45 | 0.53 | 333.83 | 0.65 | 0.28 |
| Hex | 77 | 19 | 42 | 0 | 4F | 2D | 35 | 14E | 41 | 1C |
| Octal | 167 | 31 | 102 | 0 | 117 | 55 | 65 | 516 | 101 | 34 |
| Binary | 1110111 | 11001 | 1000010 | 0 | 1001111 | 101101 | 110101 | 101001110 | 1000001 | 11100 |
Color Harmonies of #771942
Complementary color
Monochromatic Colors of #771942
Black with #771942
Text Example
Text Example
White with #771942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771942; }
p { color: rgb(119,25,66); }
H1.HeaderClassName
{
color: #771942;
}
.AnyTagClassName
{
color: #771942;
}
</style>
background-color css
<style>
a { background-color: #771942; }
a { background-color: rgb(119,25,66); }
div.DivClassName
{
background-color: #771942;
}
.BgClassName
{
background-color: #771942;
}
</style>
border-color css
<style>
span { border-color: #771942; }
span { border-color: rgb(119,25,66); }
td.TdClassName
{
border-color: #771942;
}
.TagClassName
{
border-color: #771942;
}
</style>