Shades of Pompadour #760E4D
Tints of Pompadour #760E4D
RGB
CMYK
RGB Variations
Color information
#760E4D (or 0x760E4D) is known color: Pompadour. HEX triplet: 76, 0E and 4D. RGB value is (118,14,77). Sum of RGB (Red+Green+Blue) = 118+14+77=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #760E4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760E4D is #89F1B2. Grayscale: #343434. Windows color (decimal): -9040307 or 5049974. OLE color: 5049974.
HSL color Cylindrical-coordinate representation of color #760E4D: hue angle of 323.65º 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 #760E4D is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 14 | 77 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.54 |
| HSL | 323.65º | 0.79% | 0.26% | - |
| HSV(B) | 323.65º | 0.88% | 0.46% | - |
| XYZ | 8.97 | 4.7 | 7.46 | - |
| YUV | 52.28 | 141.96 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 77 | 0 | 0.88 | 0.35 | 0.54 | 323.65 | 0.79 | 0.26 |
| Hex | 76 | E | 4D | 0 | 58 | 23 | 36 | 144 | 4F | 1A |
| Octal | 166 | 16 | 115 | 0 | 130 | 43 | 66 | 504 | 117 | 32 |
| Binary | 1110110 | 1110 | 1001101 | 0 | 1011000 | 100011 | 110110 | 101000100 | 1001111 | 11010 |
Color Harmonies of #760E4D
Complementary color
Monochromatic Colors of #760E4D
Black with #760E4D
Text Example
Text Example
White with #760E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E4D; }
p { color: rgb(118,14,77); }
H1.HeaderClassName
{
color: #760E4D;
}
.AnyTagClassName
{
color: #760E4D;
}
</style>
background-color css
<style>
a { background-color: #760E4D; }
a { background-color: rgb(118,14,77); }
div.DivClassName
{
background-color: #760E4D;
}
.BgClassName
{
background-color: #760E4D;
}
</style>
border-color css
<style>
span { border-color: #760E4D; }
span { border-color: rgb(118,14,77); }
td.TdClassName
{
border-color: #760E4D;
}
.TagClassName
{
border-color: #760E4D;
}
</style>