Shades of Pompadour #76124B
Tints of Pompadour #76124B
RGB
CMYK
RGB Variations
Color information
#76124B (or 0x76124B) is known color: Pompadour. HEX triplet: 76, 12 and 4B. RGB value is (118,18,75). Sum of RGB (Red+Green+Blue) = 118+18+75=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #76124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76124B is #89EDB4. Grayscale: #363636. Windows color (decimal): -9039285 or 4919926. OLE color: 4919926.
HSL color Cylindrical-coordinate representation of color #76124B: hue angle of 325.8º 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 #76124B is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 18 | 75 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.54 |
| HSL | 325.8º | 0.74% | 0.27% | - |
| HSV(B) | 325.8º | 0.85% | 0.46% | - |
| XYZ | 8.96 | 4.79 | 7.11 | - |
| YUV | 54.4 | 139.63 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 18 | 75 | 0 | 0.85 | 0.36 | 0.54 | 325.8 | 0.74 | 0.27 |
| Hex | 76 | 12 | 4B | 0 | 55 | 24 | 36 | 146 | 4A | 1B |
| Octal | 166 | 22 | 113 | 0 | 125 | 44 | 66 | 506 | 112 | 33 |
| Binary | 1110110 | 10010 | 1001011 | 0 | 1010101 | 100100 | 110110 | 101000110 | 1001010 | 11011 |
Color Harmonies of #76124B
Complementary color
Monochromatic Colors of #76124B
Black with #76124B
Text Example
Text Example
White with #76124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76124B; }
p { color: rgb(118,18,75); }
H1.HeaderClassName
{
color: #76124B;
}
.AnyTagClassName
{
color: #76124B;
}
</style>
background-color css
<style>
a { background-color: #76124B; }
a { background-color: rgb(118,18,75); }
div.DivClassName
{
background-color: #76124B;
}
.BgClassName
{
background-color: #76124B;
}
</style>
border-color css
<style>
span { border-color: #76124B; }
span { border-color: rgb(118,18,75); }
td.TdClassName
{
border-color: #76124B;
}
.TagClassName
{
border-color: #76124B;
}
</style>