Shades of Pompadour #760E52
Tints of Pompadour #760E52
RGB
CMYK
RGB Variations
Color information
#760E52 (or 0x760E52) is known color: Pompadour. HEX triplet: 76, 0E and 52. RGB value is (118,14,82). Sum of RGB (Red+Green+Blue) = 118+14+82=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #760E52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760E52 is #89F1AD. Grayscale: #343434. Windows color (decimal): -9040302 or 5377654. OLE color: 5377654.
HSL color Cylindrical-coordinate representation of color #760E52: hue angle of 320.77º 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 #760E52 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 14 | 82 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.54 |
| HSL | 320.77º | 0.79% | 0.26% | - |
| HSV(B) | 320.77º | 0.88% | 0.46% | - |
| XYZ | 9.15 | 4.77 | 8.42 | - |
| YUV | 52.85 | 144.46 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 82 | 0 | 0.88 | 0.31 | 0.54 | 320.77 | 0.79 | 0.26 |
| Hex | 76 | E | 52 | 0 | 58 | 1F | 36 | 141 | 4F | 1A |
| Octal | 166 | 16 | 122 | 0 | 130 | 37 | 66 | 501 | 117 | 32 |
| Binary | 1110110 | 1110 | 1010010 | 0 | 1011000 | 11111 | 110110 | 101000001 | 1001111 | 11010 |
Color Harmonies of #760E52
Complementary color
Monochromatic Colors of #760E52
Black with #760E52
Text Example
Text Example
White with #760E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E52; }
p { color: rgb(118,14,82); }
H1.HeaderClassName
{
color: #760E52;
}
.AnyTagClassName
{
color: #760E52;
}
</style>
background-color css
<style>
a { background-color: #760E52; }
a { background-color: rgb(118,14,82); }
div.DivClassName
{
background-color: #760E52;
}
.BgClassName
{
background-color: #760E52;
}
</style>
border-color css
<style>
span { border-color: #760E52; }
span { border-color: rgb(118,14,82); }
td.TdClassName
{
border-color: #760E52;
}
.TagClassName
{
border-color: #760E52;
}
</style>