Shades of Pompadour #76124C
Tints of Pompadour #76124C
RGB
CMYK
RGB Variations
Color information
#76124C (or 0x76124C) is known color: Pompadour. HEX triplet: 76, 12 and 4C. RGB value is (118,18,76). Sum of RGB (Red+Green+Blue) = 118+18+76=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #76124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76124C is #89EDB3. Grayscale: #363636. Windows color (decimal): -9039284 or 4985462. OLE color: 4985462.
HSL color Cylindrical-coordinate representation of color #76124C: hue angle of 325.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76124C is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 18 | 76 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.54 |
| HSL | 325.2º | 0.74% | 0.27% | - |
| HSV(B) | 325.2º | 0.85% | 0.46% | - |
| XYZ | 8.99 | 4.81 | 7.29 | - |
| YUV | 54.51 | 140.13 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 18 | 76 | 0 | 0.85 | 0.36 | 0.54 | 325.2 | 0.74 | 0.27 |
| Hex | 76 | 12 | 4C | 0 | 55 | 24 | 36 | 145 | 4A | 1B |
| Octal | 166 | 22 | 114 | 0 | 125 | 44 | 66 | 505 | 112 | 33 |
| Binary | 1110110 | 10010 | 1001100 | 0 | 1010101 | 100100 | 110110 | 101000101 | 1001010 | 11011 |
Color Harmonies of #76124C
Complementary color
Monochromatic Colors of #76124C
Black with #76124C
Text Example
Text Example
White with #76124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76124C; }
p { color: rgb(118,18,76); }
H1.HeaderClassName
{
color: #76124C;
}
.AnyTagClassName
{
color: #76124C;
}
</style>
background-color css
<style>
a { background-color: #76124C; }
a { background-color: rgb(118,18,76); }
div.DivClassName
{
background-color: #76124C;
}
.BgClassName
{
background-color: #76124C;
}
</style>
border-color css
<style>
span { border-color: #76124C; }
span { border-color: rgb(118,18,76); }
td.TdClassName
{
border-color: #76124C;
}
.TagClassName
{
border-color: #76124C;
}
</style>