Shades of Pompadour #771A42
Tints of Pompadour #771A42
RGB
CMYK
RGB Variations
Color information
#771A42 (or 0x771A42) is known color: Pompadour. HEX triplet: 77, 1A and 42. RGB value is (119,26,66). Sum of RGB (Red+Green+Blue) = 119+26+66=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #771A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771A42 is #88E5BD. Grayscale: #3A3A3A. Windows color (decimal): -8971710 or 4332151. OLE color: 4332151.
HSL color Cylindrical-coordinate representation of color #771A42: hue angle of 334.19º 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 #771A42 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 26 | 66 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.53 |
| HSL | 334.19º | 0.64% | 0.28% | - |
| HSV(B) | 334.19º | 0.78% | 0.47% | - |
| XYZ | 8.96 | 5.05 | 5.66 | - |
| YUV | 58.37 | 132.31 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 26 | 66 | 0 | 0.78 | 0.45 | 0.53 | 334.19 | 0.64 | 0.28 |
| Hex | 77 | 1A | 42 | 0 | 4E | 2D | 35 | 14E | 40 | 1C |
| Octal | 167 | 32 | 102 | 0 | 116 | 55 | 65 | 516 | 100 | 34 |
| Binary | 1110111 | 11010 | 1000010 | 0 | 1001110 | 101101 | 110101 | 101001110 | 1000000 | 11100 |
Color Harmonies of #771A42
Complementary color
Monochromatic Colors of #771A42
Black with #771A42
Text Example
Text Example
White with #771A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771A42; }
p { color: rgb(119,26,66); }
H1.HeaderClassName
{
color: #771A42;
}
.AnyTagClassName
{
color: #771A42;
}
</style>
background-color css
<style>
a { background-color: #771A42; }
a { background-color: rgb(119,26,66); }
div.DivClassName
{
background-color: #771A42;
}
.BgClassName
{
background-color: #771A42;
}
</style>
border-color css
<style>
span { border-color: #771A42; }
span { border-color: rgb(119,26,66); }
td.TdClassName
{
border-color: #771A42;
}
.TagClassName
{
border-color: #771A42;
}
</style>