Shades of Pompadour #77184C
Tints of Pompadour #77184C
RGB
CMYK
RGB Variations
Color information
#77184C (or 0x77184C) is known color: Pompadour. HEX triplet: 77, 18 and 4C. RGB value is (119,24,76). Sum of RGB (Red+Green+Blue) = 119+24+76=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #77184C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77184C is #88E7B3. Grayscale: #3A3A3A. Windows color (decimal): -8972212 or 4986999. OLE color: 4986999.
HSL color Cylindrical-coordinate representation of color #77184C: hue angle of 327.16º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77184C is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 24 | 76 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.53 |
| HSL | 327.16º | 0.66% | 0.28% | - |
| HSV(B) | 327.16º | 0.8% | 0.47% | - |
| XYZ | 9.24 | 5.1 | 7.33 | - |
| YUV | 58.33 | 137.97 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 24 | 76 | 0 | 0.80 | 0.36 | 0.53 | 327.16 | 0.66 | 0.28 |
| Hex | 77 | 18 | 4C | 0 | 50 | 24 | 35 | 147 | 42 | 1C |
| Octal | 167 | 30 | 114 | 0 | 120 | 44 | 65 | 507 | 102 | 34 |
| Binary | 1110111 | 11000 | 1001100 | 0 | 1010000 | 100100 | 110101 | 101000111 | 1000010 | 11100 |
Color Harmonies of #77184C
Complementary color
Monochromatic Colors of #77184C
Black with #77184C
Text Example
Text Example
White with #77184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77184C; }
p { color: rgb(119,24,76); }
H1.HeaderClassName
{
color: #77184C;
}
.AnyTagClassName
{
color: #77184C;
}
</style>
background-color css
<style>
a { background-color: #77184C; }
a { background-color: rgb(119,24,76); }
div.DivClassName
{
background-color: #77184C;
}
.BgClassName
{
background-color: #77184C;
}
</style>
border-color css
<style>
span { border-color: #77184C; }
span { border-color: rgb(119,24,76); }
td.TdClassName
{
border-color: #77184C;
}
.TagClassName
{
border-color: #77184C;
}
</style>