Shades of Pompadour #76154E
Tints of Pompadour #76154E
RGB
CMYK
RGB Variations
Color information
#76154E (or 0x76154E) is known color: Pompadour. HEX triplet: 76, 15 and 4E. RGB value is (118,21,78). Sum of RGB (Red+Green+Blue) = 118+21+78=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76154E is #89EAB1. Grayscale: #383838. Windows color (decimal): -9038514 or 5117302. OLE color: 5117302.
HSL color Cylindrical-coordinate representation of color #76154E: hue angle of 324.74º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76154E is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 21 | 78 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.54 |
| HSL | 324.74º | 0.7% | 0.27% | - |
| HSV(B) | 324.74º | 0.82% | 0.46% | - |
| XYZ | 9.11 | 4.94 | 7.68 | - |
| YUV | 56.5 | 140.14 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 78 | 0 | 0.82 | 0.34 | 0.54 | 324.74 | 0.7 | 0.27 |
| Hex | 76 | 15 | 4E | 0 | 52 | 22 | 36 | 145 | 46 | 1B |
| Octal | 166 | 25 | 116 | 0 | 122 | 42 | 66 | 505 | 106 | 33 |
| Binary | 1110110 | 10101 | 1001110 | 0 | 1010010 | 100010 | 110110 | 101000101 | 1000110 | 11011 |
Color Harmonies of #76154E
Complementary color
Monochromatic Colors of #76154E
Black with #76154E
Text Example
Text Example
White with #76154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76154E; }
p { color: rgb(118,21,78); }
H1.HeaderClassName
{
color: #76154E;
}
.AnyTagClassName
{
color: #76154E;
}
</style>
background-color css
<style>
a { background-color: #76154E; }
a { background-color: rgb(118,21,78); }
div.DivClassName
{
background-color: #76154E;
}
.BgClassName
{
background-color: #76154E;
}
</style>
border-color css
<style>
span { border-color: #76154E; }
span { border-color: rgb(118,21,78); }
td.TdClassName
{
border-color: #76154E;
}
.TagClassName
{
border-color: #76154E;
}
</style>