Shades of Pompadour #760E4F
Tints of Pompadour #760E4F
RGB
CMYK
RGB Variations
Color information
#760E4F (or 0x760E4F) is known color: Pompadour. HEX triplet: 76, 0E and 4F. RGB value is (118,14,79). Sum of RGB (Red+Green+Blue) = 118+14+79=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #760E4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760E4F is #89F1B0. Grayscale: #343434. Windows color (decimal): -9040305 or 5181046. OLE color: 5181046.
HSL color Cylindrical-coordinate representation of color #760E4F: hue angle of 322.5º 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 #760E4F is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 14 | 79 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.54 |
| HSL | 322.5º | 0.79% | 0.26% | - |
| HSV(B) | 322.5º | 0.88% | 0.46% | - |
| XYZ | 9.04 | 4.73 | 7.83 | - |
| YUV | 52.51 | 142.96 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 79 | 0 | 0.88 | 0.33 | 0.54 | 322.5 | 0.79 | 0.26 |
| Hex | 76 | E | 4F | 0 | 58 | 21 | 36 | 142 | 4F | 1A |
| Octal | 166 | 16 | 117 | 0 | 130 | 41 | 66 | 502 | 117 | 32 |
| Binary | 1110110 | 1110 | 1001111 | 0 | 1011000 | 100001 | 110110 | 101000010 | 1001111 | 11010 |
Color Harmonies of #760E4F
Complementary color
Monochromatic Colors of #760E4F
Black with #760E4F
Text Example
Text Example
White with #760E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E4F; }
p { color: rgb(118,14,79); }
H1.HeaderClassName
{
color: #760E4F;
}
.AnyTagClassName
{
color: #760E4F;
}
</style>
background-color css
<style>
a { background-color: #760E4F; }
a { background-color: rgb(118,14,79); }
div.DivClassName
{
background-color: #760E4F;
}
.BgClassName
{
background-color: #760E4F;
}
</style>
border-color css
<style>
span { border-color: #760E4F; }
span { border-color: rgb(118,14,79); }
td.TdClassName
{
border-color: #760E4F;
}
.TagClassName
{
border-color: #760E4F;
}
</style>