Shades of Pompadour #76164D
Tints of Pompadour #76164D
RGB
CMYK
RGB Variations
Color information
#76164D (or 0x76164D) is known color: Pompadour. HEX triplet: 76, 16 and 4D. RGB value is (118,22,77). Sum of RGB (Red+Green+Blue) = 118+22+77=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76164D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76164D is #89E9B2. Grayscale: #383838. Windows color (decimal): -9038259 or 5052022. OLE color: 5052022.
HSL color Cylindrical-coordinate representation of color #76164D: hue angle of 325.62º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76164D is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 22 | 77 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.54 |
| HSL | 325.63º | 0.69% | 0.27% | - |
| HSV(B) | 325.63º | 0.81% | 0.46% | - |
| XYZ | 9.1 | 4.96 | 7.5 | - |
| YUV | 56.97 | 139.3 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 22 | 77 | 0 | 0.81 | 0.35 | 0.54 | 325.63 | 0.69 | 0.27 |
| Hex | 76 | 16 | 4D | 0 | 51 | 23 | 36 | 146 | 45 | 1B |
| Octal | 166 | 26 | 115 | 0 | 121 | 43 | 66 | 506 | 105 | 33 |
| Binary | 1110110 | 10110 | 1001101 | 0 | 1010001 | 100011 | 110110 | 101000110 | 1000101 | 11011 |
Color Harmonies of #76164D
Complementary color
Monochromatic Colors of #76164D
Black with #76164D
Text Example
Text Example
White with #76164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76164D; }
p { color: rgb(118,22,77); }
H1.HeaderClassName
{
color: #76164D;
}
.AnyTagClassName
{
color: #76164D;
}
</style>
background-color css
<style>
a { background-color: #76164D; }
a { background-color: rgb(118,22,77); }
div.DivClassName
{
background-color: #76164D;
}
.BgClassName
{
background-color: #76164D;
}
</style>
border-color css
<style>
span { border-color: #76164D; }
span { border-color: rgb(118,22,77); }
td.TdClassName
{
border-color: #76164D;
}
.TagClassName
{
border-color: #76164D;
}
</style>