Shades of Pompadour #76214C
Tints of Pompadour #76214C
RGB
CMYK
RGB Variations
Color information
#76214C (or 0x76214C) is known color: Pompadour. HEX triplet: 76, 21 and 4C. RGB value is (118,33,76). Sum of RGB (Red+Green+Blue) = 118+33+76=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #76214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76214C is #89DEB3. Grayscale: #3F3F3F. Windows color (decimal): -9035444 or 4989302. OLE color: 4989302.
HSL color Cylindrical-coordinate representation of color #76214C: hue angle of 329.65º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76214C is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 33 | 76 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.54 |
| HSL | 329.65º | 0.56% | 0.3% | - |
| HSV(B) | 329.65º | 0.72% | 0.46% | - |
| XYZ | 9.32 | 5.46 | 7.4 | - |
| YUV | 63.32 | 135.16 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 76 | 0 | 0.72 | 0.36 | 0.54 | 329.65 | 0.56 | 0.3 |
| Hex | 76 | 21 | 4C | 0 | 48 | 24 | 36 | 14A | 38 | 1E |
| Octal | 166 | 41 | 114 | 0 | 110 | 44 | 66 | 512 | 70 | 36 |
| Binary | 1110110 | 100001 | 1001100 | 0 | 1001000 | 100100 | 110110 | 101001010 | 111000 | 11110 |
Color Harmonies of #76214C
Complementary color
Monochromatic Colors of #76214C
Black with #76214C
Text Example
Text Example
White with #76214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76214C; }
p { color: rgb(118,33,76); }
H1.HeaderClassName
{
color: #76214C;
}
.AnyTagClassName
{
color: #76214C;
}
</style>
background-color css
<style>
a { background-color: #76214C; }
a { background-color: rgb(118,33,76); }
div.DivClassName
{
background-color: #76214C;
}
.BgClassName
{
background-color: #76214C;
}
</style>
border-color css
<style>
span { border-color: #76214C; }
span { border-color: rgb(118,33,76); }
td.TdClassName
{
border-color: #76214C;
}
.TagClassName
{
border-color: #76214C;
}
</style>