Shades of Pompadour #76144B
Tints of Pompadour #76144B
RGB
CMYK
RGB Variations
Color information
#76144B (or 0x76144B) is known color: Pompadour. HEX triplet: 76, 14 and 4B. RGB value is (118,20,75). Sum of RGB (Red+Green+Blue) = 118+20+75=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76144B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76144B is #89EBB4. Grayscale: #373737. Windows color (decimal): -9038773 or 4920438. OLE color: 4920438.
HSL color Cylindrical-coordinate representation of color #76144B: hue angle of 326.33º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #76144B is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 20 | 75 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.54 |
| HSL | 326.33º | 0.71% | 0.27% | - |
| HSV(B) | 326.33º | 0.83% | 0.46% | - |
| XYZ | 8.99 | 4.86 | 7.12 | - |
| YUV | 55.57 | 138.97 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 20 | 75 | 0 | 0.83 | 0.36 | 0.54 | 326.33 | 0.71 | 0.27 |
| Hex | 76 | 14 | 4B | 0 | 53 | 24 | 36 | 146 | 47 | 1B |
| Octal | 166 | 24 | 113 | 0 | 123 | 44 | 66 | 506 | 107 | 33 |
| Binary | 1110110 | 10100 | 1001011 | 0 | 1010011 | 100100 | 110110 | 101000110 | 1000111 | 11011 |
Color Harmonies of #76144B
Complementary color
Monochromatic Colors of #76144B
Black with #76144B
Text Example
Text Example
White with #76144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76144B; }
p { color: rgb(118,20,75); }
H1.HeaderClassName
{
color: #76144B;
}
.AnyTagClassName
{
color: #76144B;
}
</style>
background-color css
<style>
a { background-color: #76144B; }
a { background-color: rgb(118,20,75); }
div.DivClassName
{
background-color: #76144B;
}
.BgClassName
{
background-color: #76144B;
}
</style>
border-color css
<style>
span { border-color: #76144B; }
span { border-color: rgb(118,20,75); }
td.TdClassName
{
border-color: #76144B;
}
.TagClassName
{
border-color: #76144B;
}
</style>