Shades of Pompadour #76104A
Tints of Pompadour #76104A
RGB
CMYK
RGB Variations
Color information
#76104A (or 0x76104A) is known color: Pompadour. HEX triplet: 76, 10 and 4A. RGB value is (118,16,74). Sum of RGB (Red+Green+Blue) = 118+16+74=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #76104A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76104A is #89EFB5. Grayscale: #343434. Windows color (decimal): -9039798 or 4853878. OLE color: 4853878.
HSL color Cylindrical-coordinate representation of color #76104A: hue angle of 325.88º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76104A is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 16 | 74 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.54 |
| HSL | 325.88º | 0.76% | 0.26% | - |
| HSV(B) | 325.88º | 0.86% | 0.46% | - |
| XYZ | 8.89 | 4.72 | 6.92 | - |
| YUV | 53.11 | 139.79 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 16 | 74 | 0 | 0.86 | 0.37 | 0.54 | 325.88 | 0.76 | 0.26 |
| Hex | 76 | 10 | 4A | 0 | 56 | 25 | 36 | 146 | 4C | 1A |
| Octal | 166 | 20 | 112 | 0 | 126 | 45 | 66 | 506 | 114 | 32 |
| Binary | 1110110 | 10000 | 1001010 | 0 | 1010110 | 100101 | 110110 | 101000110 | 1001100 | 11010 |
Color Harmonies of #76104A
Complementary color
Monochromatic Colors of #76104A
Black with #76104A
Text Example
Text Example
White with #76104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76104A; }
p { color: rgb(118,16,74); }
H1.HeaderClassName
{
color: #76104A;
}
.AnyTagClassName
{
color: #76104A;
}
</style>
background-color css
<style>
a { background-color: #76104A; }
a { background-color: rgb(118,16,74); }
div.DivClassName
{
background-color: #76104A;
}
.BgClassName
{
background-color: #76104A;
}
</style>
border-color css
<style>
span { border-color: #76104A; }
span { border-color: rgb(118,16,74); }
td.TdClassName
{
border-color: #76104A;
}
.TagClassName
{
border-color: #76104A;
}
</style>