Shades of Pompadour #76114D
Tints of Pompadour #76114D
RGB
CMYK
RGB Variations
Color information
#76114D (or 0x76114D) is known color: Pompadour. HEX triplet: 76, 11 and 4D. RGB value is (118,17,77). Sum of RGB (Red+Green+Blue) = 118+17+77=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #76114D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76114D is #89EEB2. Grayscale: #353535. Windows color (decimal): -9039539 or 5050742. OLE color: 5050742.
HSL color Cylindrical-coordinate representation of color #76114D: hue angle of 324.36º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76114D is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 17 | 77 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.54 |
| HSL | 324.36º | 0.75% | 0.26% | - |
| HSV(B) | 324.36º | 0.86% | 0.46% | - |
| XYZ | 9.01 | 4.79 | 7.47 | - |
| YUV | 54.04 | 140.96 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 17 | 77 | 0 | 0.86 | 0.35 | 0.54 | 324.36 | 0.75 | 0.26 |
| Hex | 76 | 11 | 4D | 0 | 56 | 23 | 36 | 144 | 4B | 1A |
| Octal | 166 | 21 | 115 | 0 | 126 | 43 | 66 | 504 | 113 | 32 |
| Binary | 1110110 | 10001 | 1001101 | 0 | 1010110 | 100011 | 110110 | 101000100 | 1001011 | 11010 |
Color Harmonies of #76114D
Complementary color
Monochromatic Colors of #76114D
Black with #76114D
Text Example
Text Example
White with #76114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76114D; }
p { color: rgb(118,17,77); }
H1.HeaderClassName
{
color: #76114D;
}
.AnyTagClassName
{
color: #76114D;
}
</style>
background-color css
<style>
a { background-color: #76114D; }
a { background-color: rgb(118,17,77); }
div.DivClassName
{
background-color: #76114D;
}
.BgClassName
{
background-color: #76114D;
}
</style>
border-color css
<style>
span { border-color: #76114D; }
span { border-color: rgb(118,17,77); }
td.TdClassName
{
border-color: #76114D;
}
.TagClassName
{
border-color: #76114D;
}
</style>