Shades of Pompadour #760F43
Tints of Pompadour #760F43
RGB
CMYK
RGB Variations
Color information
#760F43 (or 0x760F43) is known color: Pompadour. HEX triplet: 76, 0F and 43. RGB value is (118,15,67). Sum of RGB (Red+Green+Blue) = 118+15+67=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #760F43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760F43 is #89F0BC. Grayscale: #333333. Windows color (decimal): -9040061 or 4394870. OLE color: 4394870.
HSL color Cylindrical-coordinate representation of color #760F43: hue angle of 329.71º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #760F43 is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 15 | 67 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.54 |
| HSL | 329.71º | 0.77% | 0.26% | - |
| HSV(B) | 329.71º | 0.87% | 0.46% | - |
| XYZ | 8.66 | 4.6 | 5.74 | - |
| YUV | 51.73 | 136.62 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 67 | 0 | 0.87 | 0.43 | 0.54 | 329.71 | 0.77 | 0.26 |
| Hex | 76 | F | 43 | 0 | 57 | 2B | 36 | 14A | 4D | 1A |
| Octal | 166 | 17 | 103 | 0 | 127 | 53 | 66 | 512 | 115 | 32 |
| Binary | 1110110 | 1111 | 1000011 | 0 | 1010111 | 101011 | 110110 | 101001010 | 1001101 | 11010 |
Color Harmonies of #760F43
Complementary color
Monochromatic Colors of #760F43
Black with #760F43
Text Example
Text Example
White with #760F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760F43; }
p { color: rgb(118,15,67); }
H1.HeaderClassName
{
color: #760F43;
}
.AnyTagClassName
{
color: #760F43;
}
</style>
background-color css
<style>
a { background-color: #760F43; }
a { background-color: rgb(118,15,67); }
div.DivClassName
{
background-color: #760F43;
}
.BgClassName
{
background-color: #760F43;
}
</style>
border-color css
<style>
span { border-color: #760F43; }
span { border-color: rgb(118,15,67); }
td.TdClassName
{
border-color: #760F43;
}
.TagClassName
{
border-color: #760F43;
}
</style>