Shades of Pompadour #76134E
Tints of Pompadour #76134E
RGB
CMYK
RGB Variations
Color information
#76134E (or 0x76134E) is known color: Pompadour. HEX triplet: 76, 13 and 4E. RGB value is (118,19,78). Sum of RGB (Red+Green+Blue) = 118+19+78=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #76134E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76134E is #89ECB1. Grayscale: #373737. Windows color (decimal): -9039026 or 5116790. OLE color: 5116790.
HSL color Cylindrical-coordinate representation of color #76134E: hue angle of 324.24º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76134E is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 19 | 78 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.54 |
| HSL | 324.24º | 0.72% | 0.27% | - |
| HSV(B) | 324.24º | 0.84% | 0.46% | - |
| XYZ | 9.08 | 4.87 | 7.67 | - |
| YUV | 55.33 | 140.8 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 19 | 78 | 0 | 0.84 | 0.34 | 0.54 | 324.24 | 0.72 | 0.27 |
| Hex | 76 | 13 | 4E | 0 | 54 | 22 | 36 | 144 | 48 | 1B |
| Octal | 166 | 23 | 116 | 0 | 124 | 42 | 66 | 504 | 110 | 33 |
| Binary | 1110110 | 10011 | 1001110 | 0 | 1010100 | 100010 | 110110 | 101000100 | 1001000 | 11011 |
Color Harmonies of #76134E
Complementary color
Monochromatic Colors of #76134E
Black with #76134E
Text Example
Text Example
White with #76134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76134E; }
p { color: rgb(118,19,78); }
H1.HeaderClassName
{
color: #76134E;
}
.AnyTagClassName
{
color: #76134E;
}
</style>
background-color css
<style>
a { background-color: #76134E; }
a { background-color: rgb(118,19,78); }
div.DivClassName
{
background-color: #76134E;
}
.BgClassName
{
background-color: #76134E;
}
</style>
border-color css
<style>
span { border-color: #76134E; }
span { border-color: rgb(118,19,78); }
td.TdClassName
{
border-color: #76134E;
}
.TagClassName
{
border-color: #76134E;
}
</style>