Shades of Pompadour #772145
Tints of Pompadour #772145
RGB
CMYK
RGB Variations
Color information
#772145 (or 0x772145) is known color: Pompadour. HEX triplet: 77, 21 and 45. RGB value is (119,33,69). Sum of RGB (Red+Green+Blue) = 119+33+69=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #772145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772145 is #88DEBA. Grayscale: #3E3E3E. Windows color (decimal): -8969915 or 4530551. OLE color: 4530551.
HSL color Cylindrical-coordinate representation of color #772145: hue angle of 334.88º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #772145 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 33 | 69 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.53 |
| HSL | 334.88º | 0.57% | 0.3% | - |
| HSV(B) | 334.88º | 0.72% | 0.47% | - |
| XYZ | 9.23 | 5.44 | 6.19 | - |
| YUV | 62.82 | 131.49 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 33 | 69 | 0 | 0.72 | 0.42 | 0.53 | 334.88 | 0.57 | 0.3 |
| Hex | 77 | 21 | 45 | 0 | 48 | 2A | 35 | 14F | 39 | 1E |
| Octal | 167 | 41 | 105 | 0 | 110 | 52 | 65 | 517 | 71 | 36 |
| Binary | 1110111 | 100001 | 1000101 | 0 | 1001000 | 101010 | 110101 | 101001111 | 111001 | 11110 |
Color Harmonies of #772145
Complementary color
Monochromatic Colors of #772145
Black with #772145
Text Example
Text Example
White with #772145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772145; }
p { color: rgb(119,33,69); }
H1.HeaderClassName
{
color: #772145;
}
.AnyTagClassName
{
color: #772145;
}
</style>
background-color css
<style>
a { background-color: #772145; }
a { background-color: rgb(119,33,69); }
div.DivClassName
{
background-color: #772145;
}
.BgClassName
{
background-color: #772145;
}
</style>
border-color css
<style>
span { border-color: #772145; }
span { border-color: rgb(119,33,69); }
td.TdClassName
{
border-color: #772145;
}
.TagClassName
{
border-color: #772145;
}
</style>