Shades of Pompadour #760E53
Tints of Pompadour #760E53
RGB
CMYK
RGB Variations
Color information
#760E53 (or 0x760E53) is known color: Pompadour. HEX triplet: 76, 0E and 53. RGB value is (118,14,83). Sum of RGB (Red+Green+Blue) = 118+14+83=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #760E53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760E53 is #89F1AC. Grayscale: #343434. Windows color (decimal): -9040301 or 5443190. OLE color: 5443190.
HSL color Cylindrical-coordinate representation of color #760E53: hue angle of 320.19º 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 #760E53 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 14 | 83 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.54 |
| HSL | 320.19º | 0.79% | 0.26% | - |
| HSV(B) | 320.19º | 0.88% | 0.46% | - |
| XYZ | 9.19 | 4.79 | 8.62 | - |
| YUV | 52.96 | 144.96 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 83 | 0 | 0.88 | 0.30 | 0.54 | 320.19 | 0.79 | 0.26 |
| Hex | 76 | E | 53 | 0 | 58 | 1E | 36 | 140 | 4F | 1A |
| Octal | 166 | 16 | 123 | 0 | 130 | 36 | 66 | 500 | 117 | 32 |
| Binary | 1110110 | 1110 | 1010011 | 0 | 1011000 | 11110 | 110110 | 101000000 | 1001111 | 11010 |
Color Harmonies of #760E53
Complementary color
Monochromatic Colors of #760E53
Black with #760E53
Text Example
Text Example
White with #760E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E53; }
p { color: rgb(118,14,83); }
H1.HeaderClassName
{
color: #760E53;
}
.AnyTagClassName
{
color: #760E53;
}
</style>
background-color css
<style>
a { background-color: #760E53; }
a { background-color: rgb(118,14,83); }
div.DivClassName
{
background-color: #760E53;
}
.BgClassName
{
background-color: #760E53;
}
</style>
border-color css
<style>
span { border-color: #760E53; }
span { border-color: rgb(118,14,83); }
td.TdClassName
{
border-color: #760E53;
}
.TagClassName
{
border-color: #760E53;
}
</style>