Shades of Pompadour #76154D
Tints of Pompadour #76154D
RGB
CMYK
RGB Variations
Color information
#76154D (or 0x76154D) is known color: Pompadour. HEX triplet: 76, 15 and 4D. RGB value is (118,21,77). Sum of RGB (Red+Green+Blue) = 118+21+77=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #76154D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76154D is #89EAB2. Grayscale: #383838. Windows color (decimal): -9038515 or 5051766. OLE color: 5051766.
HSL color Cylindrical-coordinate representation of color #76154D: hue angle of 325.36º 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 #76154D is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 21 | 77 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.54 |
| HSL | 325.36º | 0.7% | 0.27% | - |
| HSV(B) | 325.36º | 0.82% | 0.46% | - |
| XYZ | 9.08 | 4.92 | 7.49 | - |
| YUV | 56.39 | 139.64 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 77 | 0 | 0.82 | 0.35 | 0.54 | 325.36 | 0.7 | 0.27 |
| Hex | 76 | 15 | 4D | 0 | 52 | 23 | 36 | 145 | 46 | 1B |
| Octal | 166 | 25 | 115 | 0 | 122 | 43 | 66 | 505 | 106 | 33 |
| Binary | 1110110 | 10101 | 1001101 | 0 | 1010010 | 100011 | 110110 | 101000101 | 1000110 | 11011 |
Color Harmonies of #76154D
Complementary color
Monochromatic Colors of #76154D
Black with #76154D
Text Example
Text Example
White with #76154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76154D; }
p { color: rgb(118,21,77); }
H1.HeaderClassName
{
color: #76154D;
}
.AnyTagClassName
{
color: #76154D;
}
</style>
background-color css
<style>
a { background-color: #76154D; }
a { background-color: rgb(118,21,77); }
div.DivClassName
{
background-color: #76154D;
}
.BgClassName
{
background-color: #76154D;
}
</style>
border-color css
<style>
span { border-color: #76154D; }
span { border-color: rgb(118,21,77); }
td.TdClassName
{
border-color: #76154D;
}
.TagClassName
{
border-color: #76154D;
}
</style>