Shades of Pompadour #762150
Tints of Pompadour #762150
RGB
CMYK
RGB Variations
Color information
#762150 (or 0x762150) is known color: Pompadour. HEX triplet: 76, 21 and 50. RGB value is (118,33,80). Sum of RGB (Red+Green+Blue) = 118+33+80=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #762150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762150 is #89DEAF. Grayscale: #3F3F3F. Windows color (decimal): -9035440 or 5251446. OLE color: 5251446.
HSL color Cylindrical-coordinate representation of color #762150: hue angle of 326.82º 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 #762150 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 33 | 80 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.54 |
| HSL | 326.82º | 0.56% | 0.3% | - |
| HSV(B) | 326.82º | 0.72% | 0.46% | - |
| XYZ | 9.46 | 5.52 | 8.16 | - |
| YUV | 63.77 | 137.16 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 80 | 0 | 0.72 | 0.32 | 0.54 | 326.82 | 0.56 | 0.3 |
| Hex | 76 | 21 | 50 | 0 | 48 | 20 | 36 | 147 | 38 | 1E |
| Octal | 166 | 41 | 120 | 0 | 110 | 40 | 66 | 507 | 70 | 36 |
| Binary | 1110110 | 100001 | 1010000 | 0 | 1001000 | 100000 | 110110 | 101000111 | 111000 | 11110 |
Color Harmonies of #762150
Complementary color
Monochromatic Colors of #762150
Black with #762150
Text Example
Text Example
White with #762150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762150; }
p { color: rgb(118,33,80); }
H1.HeaderClassName
{
color: #762150;
}
.AnyTagClassName
{
color: #762150;
}
</style>
background-color css
<style>
a { background-color: #762150; }
a { background-color: rgb(118,33,80); }
div.DivClassName
{
background-color: #762150;
}
.BgClassName
{
background-color: #762150;
}
</style>
border-color css
<style>
span { border-color: #762150; }
span { border-color: rgb(118,33,80); }
td.TdClassName
{
border-color: #762150;
}
.TagClassName
{
border-color: #762150;
}
</style>