Shades of Pompadour #77163F
Tints of Pompadour #77163F
RGB
CMYK
RGB Variations
Color information
#77163F (or 0x77163F) is known color: Pompadour. HEX triplet: 77, 16 and 3F. RGB value is (119,22,63). Sum of RGB (Red+Green+Blue) = 119+22+63=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #77163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77163F is #88E9C0. Grayscale: #373737. Windows color (decimal): -8972737 or 4134519. OLE color: 4134519.
HSL color Cylindrical-coordinate representation of color #77163F: hue angle of 334.64º 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 #77163F is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 22 | 63 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.53 |
| HSL | 334.64º | 0.69% | 0.28% | - |
| HSV(B) | 334.64º | 0.82% | 0.47% | - |
| XYZ | 8.79 | 4.85 | 5.18 | - |
| YUV | 55.68 | 132.14 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 22 | 63 | 0 | 0.82 | 0.47 | 0.53 | 334.64 | 0.69 | 0.28 |
| Hex | 77 | 16 | 3F | 0 | 52 | 2F | 35 | 14F | 45 | 1C |
| Octal | 167 | 26 | 77 | 0 | 122 | 57 | 65 | 517 | 105 | 34 |
| Binary | 1110111 | 10110 | 111111 | 0 | 1010010 | 101111 | 110101 | 101001111 | 1000101 | 11100 |
Color Harmonies of #77163F
Complementary color
Monochromatic Colors of #77163F
Black with #77163F
Text Example
Text Example
White with #77163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77163F; }
p { color: rgb(119,22,63); }
H1.HeaderClassName
{
color: #77163F;
}
.AnyTagClassName
{
color: #77163F;
}
</style>
background-color css
<style>
a { background-color: #77163F; }
a { background-color: rgb(119,22,63); }
div.DivClassName
{
background-color: #77163F;
}
.BgClassName
{
background-color: #77163F;
}
</style>
border-color css
<style>
span { border-color: #77163F; }
span { border-color: rgb(119,22,63); }
td.TdClassName
{
border-color: #77163F;
}
.TagClassName
{
border-color: #77163F;
}
</style>