Shades of Pompadour #76124E
Tints of Pompadour #76124E
RGB
CMYK
RGB Variations
Color information
#76124E (or 0x76124E) is known color: Pompadour. HEX triplet: 76, 12 and 4E. RGB value is (118,18,78). Sum of RGB (Red+Green+Blue) = 118+18+78=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76124E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76124E is #89EDB1. Grayscale: #363636. Windows color (decimal): -9039282 or 5116534. OLE color: 5116534.
HSL color Cylindrical-coordinate representation of color #76124E: hue angle of 324º 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 #76124E is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 18 | 78 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.54 |
| HSL | 324º | 0.74% | 0.27% | - |
| HSV(B) | 324º | 0.85% | 0.46% | - |
| XYZ | 9.06 | 4.83 | 7.66 | - |
| YUV | 54.74 | 141.13 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 18 | 78 | 0 | 0.85 | 0.34 | 0.54 | 324 | 0.74 | 0.27 |
| Hex | 76 | 12 | 4E | 0 | 55 | 22 | 36 | 144 | 4A | 1B |
| Octal | 166 | 22 | 116 | 0 | 125 | 42 | 66 | 504 | 112 | 33 |
| Binary | 1110110 | 10010 | 1001110 | 0 | 1010101 | 100010 | 110110 | 101000100 | 1001010 | 11011 |
Color Harmonies of #76124E
Complementary color
Monochromatic Colors of #76124E
Black with #76124E
Text Example
Text Example
White with #76124E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76124E; }
p { color: rgb(118,18,78); }
H1.HeaderClassName
{
color: #76124E;
}
.AnyTagClassName
{
color: #76124E;
}
</style>
background-color css
<style>
a { background-color: #76124E; }
a { background-color: rgb(118,18,78); }
div.DivClassName
{
background-color: #76124E;
}
.BgClassName
{
background-color: #76124E;
}
</style>
border-color css
<style>
span { border-color: #76124E; }
span { border-color: rgb(118,18,78); }
td.TdClassName
{
border-color: #76124E;
}
.TagClassName
{
border-color: #76124E;
}
</style>