Shades of Pompadour #771945
Tints of Pompadour #771945
RGB
CMYK
RGB Variations
Color information
#771945 (or 0x771945) is known color: Pompadour. HEX triplet: 77, 19 and 45. RGB value is (119,25,69). Sum of RGB (Red+Green+Blue) = 119+25+69=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #771945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771945 is #88E6BA. Grayscale: #3A3A3A. Windows color (decimal): -8971963 or 4528503. OLE color: 4528503.
HSL color Cylindrical-coordinate representation of color #771945: hue angle of 331.91º 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 #771945 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 25 | 69 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.53 |
| HSL | 331.91º | 0.65% | 0.28% | - |
| HSV(B) | 331.91º | 0.79% | 0.47% | - |
| XYZ | 9.03 | 5.05 | 6.13 | - |
| YUV | 58.12 | 134.14 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 25 | 69 | 0 | 0.79 | 0.42 | 0.53 | 331.91 | 0.65 | 0.28 |
| Hex | 77 | 19 | 45 | 0 | 4F | 2A | 35 | 14C | 41 | 1C |
| Octal | 167 | 31 | 105 | 0 | 117 | 52 | 65 | 514 | 101 | 34 |
| Binary | 1110111 | 11001 | 1000101 | 0 | 1001111 | 101010 | 110101 | 101001100 | 1000001 | 11100 |
Color Harmonies of #771945
Complementary color
Monochromatic Colors of #771945
Black with #771945
Text Example
Text Example
White with #771945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771945; }
p { color: rgb(119,25,69); }
H1.HeaderClassName
{
color: #771945;
}
.AnyTagClassName
{
color: #771945;
}
</style>
background-color css
<style>
a { background-color: #771945; }
a { background-color: rgb(119,25,69); }
div.DivClassName
{
background-color: #771945;
}
.BgClassName
{
background-color: #771945;
}
</style>
border-color css
<style>
span { border-color: #771945; }
span { border-color: rgb(119,25,69); }
td.TdClassName
{
border-color: #771945;
}
.TagClassName
{
border-color: #771945;
}
</style>