Shades of Pompadour #761F4C
Tints of Pompadour #761F4C
RGB
CMYK
RGB Variations
Color information
#761F4C (or 0x761F4C) is known color: Pompadour. HEX triplet: 76, 1F and 4C. RGB value is (118,31,76). Sum of RGB (Red+Green+Blue) = 118+31+76=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #761F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761F4C is #89E0B3. Grayscale: #3E3E3E. Windows color (decimal): -9035956 or 4988790. OLE color: 4988790.
HSL color Cylindrical-coordinate representation of color #761F4C: hue angle of 328.97º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #761F4C is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 31 | 76 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.54 |
| HSL | 328.97º | 0.58% | 0.29% | - |
| HSV(B) | 328.97º | 0.74% | 0.46% | - |
| XYZ | 9.27 | 5.35 | 7.38 | - |
| YUV | 62.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 31 | 76 | 0 | 0.74 | 0.36 | 0.54 | 328.97 | 0.58 | 0.29 |
| Hex | 76 | 1F | 4C | 0 | 4A | 24 | 36 | 149 | 3A | 1D |
| Octal | 166 | 37 | 114 | 0 | 112 | 44 | 66 | 511 | 72 | 35 |
| Binary | 1110110 | 11111 | 1001100 | 0 | 1001010 | 100100 | 110110 | 101001001 | 111010 | 11101 |
Color Harmonies of #761F4C
Complementary color
Monochromatic Colors of #761F4C
Black with #761F4C
Text Example
Text Example
White with #761F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761F4C; }
p { color: rgb(118,31,76); }
H1.HeaderClassName
{
color: #761F4C;
}
.AnyTagClassName
{
color: #761F4C;
}
</style>
background-color css
<style>
a { background-color: #761F4C; }
a { background-color: rgb(118,31,76); }
div.DivClassName
{
background-color: #761F4C;
}
.BgClassName
{
background-color: #761F4C;
}
</style>
border-color css
<style>
span { border-color: #761F4C; }
span { border-color: rgb(118,31,76); }
td.TdClassName
{
border-color: #761F4C;
}
.TagClassName
{
border-color: #761F4C;
}
</style>