Shades of Pompadour #771C40
Tints of Pompadour #771C40
RGB
CMYK
RGB Variations
Color information
#771C40 (or 0x771C40) is known color: Pompadour. HEX triplet: 77, 1C and 40. RGB value is (119,28,64). Sum of RGB (Red+Green+Blue) = 119+28+64=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #771C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771C40 is #88E3BF. Grayscale: #3B3B3B. Windows color (decimal): -8971200 or 4201591. OLE color: 4201591.
HSL color Cylindrical-coordinate representation of color #771C40: hue angle of 336.26º degrees, saturation: 0.62, 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 #771C40 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 28 | 64 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.53 |
| HSL | 336.26º | 0.62% | 0.29% | - |
| HSV(B) | 336.26º | 0.76% | 0.47% | - |
| XYZ | 8.95 | 5.12 | 5.37 | - |
| YUV | 59.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 64 | 0 | 0.76 | 0.46 | 0.53 | 336.26 | 0.62 | 0.29 |
| Hex | 77 | 1C | 40 | 0 | 4C | 2E | 35 | 150 | 3E | 1D |
| Octal | 167 | 34 | 100 | 0 | 114 | 56 | 65 | 520 | 76 | 35 |
| Binary | 1110111 | 11100 | 1000000 | 0 | 1001100 | 101110 | 110101 | 101010000 | 111110 | 11101 |
Color Harmonies of #771C40
Complementary color
Monochromatic Colors of #771C40
Black with #771C40
Text Example
Text Example
White with #771C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771C40; }
p { color: rgb(119,28,64); }
H1.HeaderClassName
{
color: #771C40;
}
.AnyTagClassName
{
color: #771C40;
}
</style>
background-color css
<style>
a { background-color: #771C40; }
a { background-color: rgb(119,28,64); }
div.DivClassName
{
background-color: #771C40;
}
.BgClassName
{
background-color: #771C40;
}
</style>
border-color css
<style>
span { border-color: #771C40; }
span { border-color: rgb(119,28,64); }
td.TdClassName
{
border-color: #771C40;
}
.TagClassName
{
border-color: #771C40;
}
</style>