Shades of Pompadour #760E43
Tints of Pompadour #760E43
RGB
CMYK
RGB Variations
Color information
#760E43 (or 0x760E43) is known color: Pompadour. HEX triplet: 76, 0E and 43. RGB value is (118,14,67). Sum of RGB (Red+Green+Blue) = 118+14+67=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 14 (5.86% from 255 or 7.04% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #760E43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760E43 is #89F1BC. Grayscale: #333333. Windows color (decimal): -9040317 or 4394614. OLE color: 4394614.
HSL color Cylindrical-coordinate representation of color #760E43: hue angle of 329.42º 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 #760E43 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 14 | 67 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.54 |
| HSL | 329.42º | 0.79% | 0.26% | - |
| HSV(B) | 329.42º | 0.88% | 0.46% | - |
| XYZ | 8.64 | 4.57 | 5.74 | - |
| YUV | 51.14 | 136.96 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 67 | 0 | 0.88 | 0.43 | 0.54 | 329.42 | 0.79 | 0.26 |
| Hex | 76 | E | 43 | 0 | 58 | 2B | 36 | 149 | 4F | 1A |
| Octal | 166 | 16 | 103 | 0 | 130 | 53 | 66 | 511 | 117 | 32 |
| Binary | 1110110 | 1110 | 1000011 | 0 | 1011000 | 101011 | 110110 | 101001001 | 1001111 | 11010 |
Color Harmonies of #760E43
Complementary color
Monochromatic Colors of #760E43
Black with #760E43
Text Example
Text Example
White with #760E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E43; }
p { color: rgb(118,14,67); }
H1.HeaderClassName
{
color: #760E43;
}
.AnyTagClassName
{
color: #760E43;
}
</style>
background-color css
<style>
a { background-color: #760E43; }
a { background-color: rgb(118,14,67); }
div.DivClassName
{
background-color: #760E43;
}
.BgClassName
{
background-color: #760E43;
}
</style>
border-color css
<style>
span { border-color: #760E43; }
span { border-color: rgb(118,14,67); }
td.TdClassName
{
border-color: #760E43;
}
.TagClassName
{
border-color: #760E43;
}
</style>