Shades of Pompadour #76184D
Tints of Pompadour #76184D
RGB
CMYK
RGB Variations
Color information
#76184D (or 0x76184D) is known color: Pompadour. HEX triplet: 76, 18 and 4D. RGB value is (118,24,77). Sum of RGB (Red+Green+Blue) = 118+24+77=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #76184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76184D is #89E7B2. Grayscale: #3A3A3A. Windows color (decimal): -9037747 or 5052534. OLE color: 5052534.
HSL color Cylindrical-coordinate representation of color #76184D: hue angle of 326.17º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76184D is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 24 | 77 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.54 |
| HSL | 326.17º | 0.66% | 0.28% | - |
| HSV(B) | 326.17º | 0.8% | 0.46% | - |
| XYZ | 9.14 | 5.04 | 7.51 | - |
| YUV | 58.15 | 138.64 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 24 | 77 | 0 | 0.80 | 0.35 | 0.54 | 326.17 | 0.66 | 0.28 |
| Hex | 76 | 18 | 4D | 0 | 50 | 23 | 36 | 146 | 42 | 1C |
| Octal | 166 | 30 | 115 | 0 | 120 | 43 | 66 | 506 | 102 | 34 |
| Binary | 1110110 | 11000 | 1001101 | 0 | 1010000 | 100011 | 110110 | 101000110 | 1000010 | 11100 |
Color Harmonies of #76184D
Complementary color
Monochromatic Colors of #76184D
Black with #76184D
Text Example
Text Example
White with #76184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76184D; }
p { color: rgb(118,24,77); }
H1.HeaderClassName
{
color: #76184D;
}
.AnyTagClassName
{
color: #76184D;
}
</style>
background-color css
<style>
a { background-color: #76184D; }
a { background-color: rgb(118,24,77); }
div.DivClassName
{
background-color: #76184D;
}
.BgClassName
{
background-color: #76184D;
}
</style>
border-color css
<style>
span { border-color: #76184D; }
span { border-color: rgb(118,24,77); }
td.TdClassName
{
border-color: #76184D;
}
.TagClassName
{
border-color: #76184D;
}
</style>