Shades of Pompadour #760E44
Tints of Pompadour #760E44
RGB
CMYK
RGB Variations
Color information
#760E44 (or 0x760E44) is known color: Pompadour. HEX triplet: 76, 0E and 44. RGB value is (118,14,68). Sum of RGB (Red+Green+Blue) = 118+14+68=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 14 (5.86% from 255 or 7% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #760E44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760E44 is #89F1BB. Grayscale: #333333. Windows color (decimal): -9040316 or 4460150. OLE color: 4460150.
HSL color Cylindrical-coordinate representation of color #760E44: hue angle of 328.85º 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 #760E44 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 14 | 68 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.54 |
| HSL | 328.85º | 0.79% | 0.26% | - |
| HSV(B) | 328.85º | 0.88% | 0.46% | - |
| XYZ | 8.67 | 4.58 | 5.9 | - |
| YUV | 51.25 | 137.46 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 68 | 0 | 0.88 | 0.42 | 0.54 | 328.85 | 0.79 | 0.26 |
| Hex | 76 | E | 44 | 0 | 58 | 2A | 36 | 149 | 4F | 1A |
| Octal | 166 | 16 | 104 | 0 | 130 | 52 | 66 | 511 | 117 | 32 |
| Binary | 1110110 | 1110 | 1000100 | 0 | 1011000 | 101010 | 110110 | 101001001 | 1001111 | 11010 |
Color Harmonies of #760E44
Complementary color
Monochromatic Colors of #760E44
Black with #760E44
Text Example
Text Example
White with #760E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E44; }
p { color: rgb(118,14,68); }
H1.HeaderClassName
{
color: #760E44;
}
.AnyTagClassName
{
color: #760E44;
}
</style>
background-color css
<style>
a { background-color: #760E44; }
a { background-color: rgb(118,14,68); }
div.DivClassName
{
background-color: #760E44;
}
.BgClassName
{
background-color: #760E44;
}
</style>
border-color css
<style>
span { border-color: #760E44; }
span { border-color: rgb(118,14,68); }
td.TdClassName
{
border-color: #760E44;
}
.TagClassName
{
border-color: #760E44;
}
</style>