Shades of Pompadour #762148
Tints of Pompadour #762148
RGB
CMYK
RGB Variations
Color information
#762148 (or 0x762148) is known color: Pompadour. HEX triplet: 76, 21 and 48. RGB value is (118,33,72). Sum of RGB (Red+Green+Blue) = 118+33+72=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #762148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762148 is #89DEB7. Grayscale: #3E3E3E. Windows color (decimal): -9035448 or 4727158. OLE color: 4727158.
HSL color Cylindrical-coordinate representation of color #762148: hue angle of 332.47º 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 #762148 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 33 | 72 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.54 |
| HSL | 332.47º | 0.56% | 0.3% | - |
| HSV(B) | 332.47º | 0.72% | 0.46% | - |
| XYZ | 9.18 | 5.41 | 6.69 | - |
| YUV | 62.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 72 | 0 | 0.72 | 0.39 | 0.54 | 332.47 | 0.56 | 0.3 |
| Hex | 76 | 21 | 48 | 0 | 48 | 27 | 36 | 14C | 38 | 1E |
| Octal | 166 | 41 | 110 | 0 | 110 | 47 | 66 | 514 | 70 | 36 |
| Binary | 1110110 | 100001 | 1001000 | 0 | 1001000 | 100111 | 110110 | 101001100 | 111000 | 11110 |
Color Harmonies of #762148
Complementary color
Monochromatic Colors of #762148
Black with #762148
Text Example
Text Example
White with #762148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762148; }
p { color: rgb(118,33,72); }
H1.HeaderClassName
{
color: #762148;
}
.AnyTagClassName
{
color: #762148;
}
</style>
background-color css
<style>
a { background-color: #762148; }
a { background-color: rgb(118,33,72); }
div.DivClassName
{
background-color: #762148;
}
.BgClassName
{
background-color: #762148;
}
</style>
border-color css
<style>
span { border-color: #762148; }
span { border-color: rgb(118,33,72); }
td.TdClassName
{
border-color: #762148;
}
.TagClassName
{
border-color: #762148;
}
</style>