Shades of Pompadour #77164F
Tints of Pompadour #77164F
RGB
CMYK
RGB Variations
Color information
#77164F (or 0x77164F) is known color: Pompadour. HEX triplet: 77, 16 and 4F. RGB value is (119,22,79). Sum of RGB (Red+Green+Blue) = 119+22+79=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #77164F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77164F is #88E9B0. Grayscale: #393939. Windows color (decimal): -8972721 or 5183095. OLE color: 5183095.
HSL color Cylindrical-coordinate representation of color #77164F: hue angle of 324.74º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77164F is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 22 | 79 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.53 |
| HSL | 324.74º | 0.69% | 0.28% | - |
| HSV(B) | 324.74º | 0.82% | 0.47% | - |
| XYZ | 9.31 | 5.06 | 7.88 | - |
| YUV | 57.5 | 140.14 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 22 | 79 | 0 | 0.82 | 0.34 | 0.53 | 324.74 | 0.69 | 0.28 |
| Hex | 77 | 16 | 4F | 0 | 52 | 22 | 35 | 145 | 45 | 1C |
| Octal | 167 | 26 | 117 | 0 | 122 | 42 | 65 | 505 | 105 | 34 |
| Binary | 1110111 | 10110 | 1001111 | 0 | 1010010 | 100010 | 110101 | 101000101 | 1000101 | 11100 |
Color Harmonies of #77164F
Complementary color
Monochromatic Colors of #77164F
Black with #77164F
Text Example
Text Example
White with #77164F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77164F; }
p { color: rgb(119,22,79); }
H1.HeaderClassName
{
color: #77164F;
}
.AnyTagClassName
{
color: #77164F;
}
</style>
background-color css
<style>
a { background-color: #77164F; }
a { background-color: rgb(119,22,79); }
div.DivClassName
{
background-color: #77164F;
}
.BgClassName
{
background-color: #77164F;
}
</style>
border-color css
<style>
span { border-color: #77164F; }
span { border-color: rgb(119,22,79); }
td.TdClassName
{
border-color: #77164F;
}
.TagClassName
{
border-color: #77164F;
}
</style>