Shades of Pompadour #76124F
Tints of Pompadour #76124F
RGB
CMYK
RGB Variations
Color information
#76124F (or 0x76124F) is known color: Pompadour. HEX triplet: 76, 12 and 4F. RGB value is (118,18,79). Sum of RGB (Red+Green+Blue) = 118+18+79=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #76124F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76124F is #89EDB0. Grayscale: #363636. Windows color (decimal): -9039281 or 5182070. OLE color: 5182070.
HSL color Cylindrical-coordinate representation of color #76124F: hue angle of 323.4º 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 #76124F is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 18 | 79 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.54 |
| HSL | 323.4º | 0.74% | 0.27% | - |
| HSV(B) | 323.4º | 0.85% | 0.46% | - |
| XYZ | 9.1 | 4.85 | 7.85 | - |
| YUV | 54.85 | 141.63 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 18 | 79 | 0 | 0.85 | 0.33 | 0.54 | 323.4 | 0.74 | 0.27 |
| Hex | 76 | 12 | 4F | 0 | 55 | 21 | 36 | 143 | 4A | 1B |
| Octal | 166 | 22 | 117 | 0 | 125 | 41 | 66 | 503 | 112 | 33 |
| Binary | 1110110 | 10010 | 1001111 | 0 | 1010101 | 100001 | 110110 | 101000011 | 1001010 | 11011 |
Color Harmonies of #76124F
Complementary color
Monochromatic Colors of #76124F
Black with #76124F
Text Example
Text Example
White with #76124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76124F; }
p { color: rgb(118,18,79); }
H1.HeaderClassName
{
color: #76124F;
}
.AnyTagClassName
{
color: #76124F;
}
</style>
background-color css
<style>
a { background-color: #76124F; }
a { background-color: rgb(118,18,79); }
div.DivClassName
{
background-color: #76124F;
}
.BgClassName
{
background-color: #76124F;
}
</style>
border-color css
<style>
span { border-color: #76124F; }
span { border-color: rgb(118,18,79); }
td.TdClassName
{
border-color: #76124F;
}
.TagClassName
{
border-color: #76124F;
}
</style>