Shades of Pompadour #76154C
Tints of Pompadour #76154C
RGB
CMYK
RGB Variations
Color information
#76154C (or 0x76154C) is known color: Pompadour. HEX triplet: 76, 15 and 4C. RGB value is (118,21,76). Sum of RGB (Red+Green+Blue) = 118+21+76=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #76154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76154C is #89EAB3. Grayscale: #383838. Windows color (decimal): -9038516 or 4986230. OLE color: 4986230.
HSL color Cylindrical-coordinate representation of color #76154C: hue angle of 325.98º 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 #76154C is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 21 | 76 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.54 |
| HSL | 325.98º | 0.7% | 0.27% | - |
| HSV(B) | 325.98º | 0.82% | 0.46% | - |
| XYZ | 9.04 | 4.91 | 7.31 | - |
| YUV | 56.27 | 139.14 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 76 | 0 | 0.82 | 0.36 | 0.54 | 325.98 | 0.7 | 0.27 |
| Hex | 76 | 15 | 4C | 0 | 52 | 24 | 36 | 146 | 46 | 1B |
| Octal | 166 | 25 | 114 | 0 | 122 | 44 | 66 | 506 | 106 | 33 |
| Binary | 1110110 | 10101 | 1001100 | 0 | 1010010 | 100100 | 110110 | 101000110 | 1000110 | 11011 |
Color Harmonies of #76154C
Complementary color
Monochromatic Colors of #76154C
Black with #76154C
Text Example
Text Example
White with #76154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76154C; }
p { color: rgb(118,21,76); }
H1.HeaderClassName
{
color: #76154C;
}
.AnyTagClassName
{
color: #76154C;
}
</style>
background-color css
<style>
a { background-color: #76154C; }
a { background-color: rgb(118,21,76); }
div.DivClassName
{
background-color: #76154C;
}
.BgClassName
{
background-color: #76154C;
}
</style>
border-color css
<style>
span { border-color: #76154C; }
span { border-color: rgb(118,21,76); }
td.TdClassName
{
border-color: #76154C;
}
.TagClassName
{
border-color: #76154C;
}
</style>