Shades of Pompadour #772045
Tints of Pompadour #772045
RGB
CMYK
RGB Variations
Color information
#772045 (or 0x772045) is known color: Pompadour. HEX triplet: 77, 20 and 45. RGB value is (119,32,69). Sum of RGB (Red+Green+Blue) = 119+32+69=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #772045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772045 is #88DFBA. Grayscale: #3E3E3E. Windows color (decimal): -8970171 or 4530295. OLE color: 4530295.
HSL color Cylindrical-coordinate representation of color #772045: hue angle of 334.48º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772045 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 32 | 69 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.53 |
| HSL | 334.48º | 0.58% | 0.3% | - |
| HSV(B) | 334.48º | 0.73% | 0.47% | - |
| XYZ | 9.2 | 5.38 | 6.18 | - |
| YUV | 62.23 | 131.82 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 32 | 69 | 0 | 0.73 | 0.42 | 0.53 | 334.48 | 0.58 | 0.3 |
| Hex | 77 | 20 | 45 | 0 | 49 | 2A | 35 | 14E | 3A | 1E |
| Octal | 167 | 40 | 105 | 0 | 111 | 52 | 65 | 516 | 72 | 36 |
| Binary | 1110111 | 100000 | 1000101 | 0 | 1001001 | 101010 | 110101 | 101001110 | 111010 | 11110 |
Color Harmonies of #772045
Complementary color
Monochromatic Colors of #772045
Black with #772045
Text Example
Text Example
White with #772045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772045; }
p { color: rgb(119,32,69); }
H1.HeaderClassName
{
color: #772045;
}
.AnyTagClassName
{
color: #772045;
}
</style>
background-color css
<style>
a { background-color: #772045; }
a { background-color: rgb(119,32,69); }
div.DivClassName
{
background-color: #772045;
}
.BgClassName
{
background-color: #772045;
}
</style>
border-color css
<style>
span { border-color: #772045; }
span { border-color: rgb(119,32,69); }
td.TdClassName
{
border-color: #772045;
}
.TagClassName
{
border-color: #772045;
}
</style>