Shades of Pompadour #760E50
Tints of Pompadour #760E50
RGB
CMYK
RGB Variations
Color information
#760E50 (or 0x760E50) is known color: Pompadour. HEX triplet: 76, 0E and 50. RGB value is (118,14,80). Sum of RGB (Red+Green+Blue) = 118+14+80=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #760E50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760E50 is #89F1AF. Grayscale: #343434. Windows color (decimal): -9040304 or 5246582. OLE color: 5246582.
HSL color Cylindrical-coordinate representation of color #760E50: hue angle of 321.92º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #760E50 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 14 | 80 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.54 |
| HSL | 321.92º | 0.79% | 0.26% | - |
| HSV(B) | 321.92º | 0.88% | 0.46% | - |
| XYZ | 9.08 | 4.74 | 8.03 | - |
| YUV | 52.62 | 143.46 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 80 | 0 | 0.88 | 0.32 | 0.54 | 321.92 | 0.79 | 0.26 |
| Hex | 76 | E | 50 | 0 | 58 | 20 | 36 | 142 | 4F | 1A |
| Octal | 166 | 16 | 120 | 0 | 130 | 40 | 66 | 502 | 117 | 32 |
| Binary | 1110110 | 1110 | 1010000 | 0 | 1011000 | 100000 | 110110 | 101000010 | 1001111 | 11010 |
Color Harmonies of #760E50
Complementary color
Monochromatic Colors of #760E50
Black with #760E50
Text Example
Text Example
White with #760E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E50; }
p { color: rgb(118,14,80); }
H1.HeaderClassName
{
color: #760E50;
}
.AnyTagClassName
{
color: #760E50;
}
</style>
background-color css
<style>
a { background-color: #760E50; }
a { background-color: rgb(118,14,80); }
div.DivClassName
{
background-color: #760E50;
}
.BgClassName
{
background-color: #760E50;
}
</style>
border-color css
<style>
span { border-color: #760E50; }
span { border-color: rgb(118,14,80); }
td.TdClassName
{
border-color: #760E50;
}
.TagClassName
{
border-color: #760E50;
}
</style>