Shades of Pompadour #76184B
Tints of Pompadour #76184B
RGB
CMYK
RGB Variations
Color information
#76184B (or 0x76184B) is known color: Pompadour. HEX triplet: 76, 18 and 4B. RGB value is (118,24,75). Sum of RGB (Red+Green+Blue) = 118+24+75=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76184B is #89E7B4. Grayscale: #393939. Windows color (decimal): -9037749 or 4921462. OLE color: 4921462.
HSL color Cylindrical-coordinate representation of color #76184B: hue angle of 327.45º 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 #76184B is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 24 | 75 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.54 |
| HSL | 327.45º | 0.66% | 0.28% | - |
| HSV(B) | 327.45º | 0.8% | 0.46% | - |
| XYZ | 9.07 | 5.01 | 7.15 | - |
| YUV | 57.92 | 137.64 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 24 | 75 | 0 | 0.80 | 0.36 | 0.54 | 327.45 | 0.66 | 0.28 |
| Hex | 76 | 18 | 4B | 0 | 50 | 24 | 36 | 147 | 42 | 1C |
| Octal | 166 | 30 | 113 | 0 | 120 | 44 | 66 | 507 | 102 | 34 |
| Binary | 1110110 | 11000 | 1001011 | 0 | 1010000 | 100100 | 110110 | 101000111 | 1000010 | 11100 |
Color Harmonies of #76184B
Complementary color
Monochromatic Colors of #76184B
Black with #76184B
Text Example
Text Example
White with #76184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76184B; }
p { color: rgb(118,24,75); }
H1.HeaderClassName
{
color: #76184B;
}
.AnyTagClassName
{
color: #76184B;
}
</style>
background-color css
<style>
a { background-color: #76184B; }
a { background-color: rgb(118,24,75); }
div.DivClassName
{
background-color: #76184B;
}
.BgClassName
{
background-color: #76184B;
}
</style>
border-color css
<style>
span { border-color: #76184B; }
span { border-color: rgb(118,24,75); }
td.TdClassName
{
border-color: #76184B;
}
.TagClassName
{
border-color: #76184B;
}
</style>