Shades of Pompadour #76184A
Tints of Pompadour #76184A
RGB
CMYK
RGB Variations
Color information
#76184A (or 0x76184A) is known color: Pompadour. HEX triplet: 76, 18 and 4A. RGB value is (118,24,74). Sum of RGB (Red+Green+Blue) = 118+24+74=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #76184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76184A is #89E7B5. Grayscale: #393939. Windows color (decimal): -9037750 or 4855926. OLE color: 4855926.
HSL color Cylindrical-coordinate representation of color #76184A: hue angle of 328.09º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76184A is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 24 | 74 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.54 |
| HSL | 328.09º | 0.66% | 0.28% | - |
| HSV(B) | 328.09º | 0.8% | 0.46% | - |
| XYZ | 9.03 | 5 | 6.97 | - |
| YUV | 57.81 | 137.14 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 24 | 74 | 0 | 0.80 | 0.37 | 0.54 | 328.09 | 0.66 | 0.28 |
| Hex | 76 | 18 | 4A | 0 | 50 | 25 | 36 | 148 | 42 | 1C |
| Octal | 166 | 30 | 112 | 0 | 120 | 45 | 66 | 510 | 102 | 34 |
| Binary | 1110110 | 11000 | 1001010 | 0 | 1010000 | 100101 | 110110 | 101001000 | 1000010 | 11100 |
Color Harmonies of #76184A
Complementary color
Monochromatic Colors of #76184A
Black with #76184A
Text Example
Text Example
White with #76184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76184A; }
p { color: rgb(118,24,74); }
H1.HeaderClassName
{
color: #76184A;
}
.AnyTagClassName
{
color: #76184A;
}
</style>
background-color css
<style>
a { background-color: #76184A; }
a { background-color: rgb(118,24,74); }
div.DivClassName
{
background-color: #76184A;
}
.BgClassName
{
background-color: #76184A;
}
</style>
border-color css
<style>
span { border-color: #76184A; }
span { border-color: rgb(118,24,74); }
td.TdClassName
{
border-color: #76184A;
}
.TagClassName
{
border-color: #76184A;
}
</style>