Shades of Pompadour #76184E
Tints of Pompadour #76184E
RGB
CMYK
RGB Variations
Color information
#76184E (or 0x76184E) is known color: Pompadour. HEX triplet: 76, 18 and 4E. RGB value is (118,24,78). Sum of RGB (Red+Green+Blue) = 118+24+78=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #76184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76184E is #89E7B1. Grayscale: #3A3A3A. Windows color (decimal): -9037746 or 5118070. OLE color: 5118070.
HSL color Cylindrical-coordinate representation of color #76184E: hue angle of 325.53º 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 #76184E is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 24 | 78 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.54 |
| HSL | 325.53º | 0.66% | 0.28% | - |
| HSV(B) | 325.53º | 0.8% | 0.46% | - |
| XYZ | 9.17 | 5.05 | 7.7 | - |
| YUV | 58.26 | 139.14 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 24 | 78 | 0 | 0.80 | 0.34 | 0.54 | 325.53 | 0.66 | 0.28 |
| Hex | 76 | 18 | 4E | 0 | 50 | 22 | 36 | 146 | 42 | 1C |
| Octal | 166 | 30 | 116 | 0 | 120 | 42 | 66 | 506 | 102 | 34 |
| Binary | 1110110 | 11000 | 1001110 | 0 | 1010000 | 100010 | 110110 | 101000110 | 1000010 | 11100 |
Color Harmonies of #76184E
Complementary color
Monochromatic Colors of #76184E
Black with #76184E
Text Example
Text Example
White with #76184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76184E; }
p { color: rgb(118,24,78); }
H1.HeaderClassName
{
color: #76184E;
}
.AnyTagClassName
{
color: #76184E;
}
</style>
background-color css
<style>
a { background-color: #76184E; }
a { background-color: rgb(118,24,78); }
div.DivClassName
{
background-color: #76184E;
}
.BgClassName
{
background-color: #76184E;
}
</style>
border-color css
<style>
span { border-color: #76184E; }
span { border-color: rgb(118,24,78); }
td.TdClassName
{
border-color: #76184E;
}
.TagClassName
{
border-color: #76184E;
}
</style>