Shades of Pompadour #76224A
Tints of Pompadour #76224A
RGB
CMYK
RGB Variations
Color information
#76224A (or 0x76224A) is known color: Pompadour. HEX triplet: 76, 22 and 4A. RGB value is (118,34,74). Sum of RGB (Red+Green+Blue) = 118+34+74=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #76224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76224A is #89DDB5. Grayscale: #3F3F3F. Windows color (decimal): -9035190 or 4858486. OLE color: 4858486.
HSL color Cylindrical-coordinate representation of color #76224A: hue angle of 331.43º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76224A is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 34 | 74 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.54 |
| HSL | 331.43º | 0.55% | 0.3% | - |
| HSV(B) | 331.43º | 0.71% | 0.46% | - |
| XYZ | 9.28 | 5.49 | 7.05 | - |
| YUV | 63.68 | 133.83 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 34 | 74 | 0 | 0.71 | 0.37 | 0.54 | 331.43 | 0.55 | 0.3 |
| Hex | 76 | 22 | 4A | 0 | 47 | 25 | 36 | 14B | 37 | 1E |
| Octal | 166 | 42 | 112 | 0 | 107 | 45 | 66 | 513 | 67 | 36 |
| Binary | 1110110 | 100010 | 1001010 | 0 | 1000111 | 100101 | 110110 | 101001011 | 110111 | 11110 |
Color Harmonies of #76224A
Complementary color
Monochromatic Colors of #76224A
Black with #76224A
Text Example
Text Example
White with #76224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76224A; }
p { color: rgb(118,34,74); }
H1.HeaderClassName
{
color: #76224A;
}
.AnyTagClassName
{
color: #76224A;
}
</style>
background-color css
<style>
a { background-color: #76224A; }
a { background-color: rgb(118,34,74); }
div.DivClassName
{
background-color: #76224A;
}
.BgClassName
{
background-color: #76224A;
}
</style>
border-color css
<style>
span { border-color: #76224A; }
span { border-color: rgb(118,34,74); }
td.TdClassName
{
border-color: #76224A;
}
.TagClassName
{
border-color: #76224A;
}
</style>