Shades of Pompadour #760E56
Tints of Pompadour #760E56
RGB
CMYK
RGB Variations
Color information
#760E56 (or 0x760E56) is known color: Pompadour. HEX triplet: 76, 0E and 56. RGB value is (118,14,86). Sum of RGB (Red+Green+Blue) = 118+14+86=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #760E56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760E56 is #89F1A9. Grayscale: #353535. Windows color (decimal): -9040298 or 5639798. OLE color: 5639798.
HSL color Cylindrical-coordinate representation of color #760E56: hue angle of 318.46º 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 #760E56 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 14 | 86 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.54 |
| HSL | 318.46º | 0.79% | 0.26% | - |
| HSV(B) | 318.46º | 0.88% | 0.46% | - |
| XYZ | 9.31 | 4.84 | 9.25 | - |
| YUV | 53.3 | 146.46 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 86 | 0 | 0.88 | 0.27 | 0.54 | 318.46 | 0.79 | 0.26 |
| Hex | 76 | E | 56 | 0 | 58 | 1B | 36 | 13E | 4F | 1A |
| Octal | 166 | 16 | 126 | 0 | 130 | 33 | 66 | 476 | 117 | 32 |
| Binary | 1110110 | 1110 | 1010110 | 0 | 1011000 | 11011 | 110110 | 100111110 | 1001111 | 11010 |
Color Harmonies of #760E56
Complementary color
Monochromatic Colors of #760E56
Black with #760E56
Text Example
Text Example
White with #760E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E56; }
p { color: rgb(118,14,86); }
H1.HeaderClassName
{
color: #760E56;
}
.AnyTagClassName
{
color: #760E56;
}
</style>
background-color css
<style>
a { background-color: #760E56; }
a { background-color: rgb(118,14,86); }
div.DivClassName
{
background-color: #760E56;
}
.BgClassName
{
background-color: #760E56;
}
</style>
border-color css
<style>
span { border-color: #760E56; }
span { border-color: rgb(118,14,86); }
td.TdClassName
{
border-color: #760E56;
}
.TagClassName
{
border-color: #760E56;
}
</style>