Shades of Pompadour #76113E
Tints of Pompadour #76113E
RGB
CMYK
RGB Variations
Color information
#76113E (or 0x76113E) is known color: Pompadour. HEX triplet: 76, 11 and 3E. RGB value is (118,17,62). Sum of RGB (Red+Green+Blue) = 118+17+62=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #76113E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76113E is #89EEC1. Grayscale: #343434. Windows color (decimal): -9039554 or 4067702. OLE color: 4067702.
HSL color Cylindrical-coordinate representation of color #76113E: hue angle of 333.27º degrees, saturation: 0.75, 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 #76113E is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 17 | 62 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.54 |
| HSL | 333.27º | 0.75% | 0.26% | - |
| HSV(B) | 333.27º | 0.86% | 0.46% | - |
| XYZ | 8.54 | 4.6 | 5 | - |
| YUV | 52.33 | 133.46 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 17 | 62 | 0 | 0.86 | 0.47 | 0.54 | 333.27 | 0.75 | 0.26 |
| Hex | 76 | 11 | 3E | 0 | 56 | 2F | 36 | 14D | 4B | 1A |
| Octal | 166 | 21 | 76 | 0 | 126 | 57 | 66 | 515 | 113 | 32 |
| Binary | 1110110 | 10001 | 111110 | 0 | 1010110 | 101111 | 110110 | 101001101 | 1001011 | 11010 |
Color Harmonies of #76113E
Complementary color
Monochromatic Colors of #76113E
Black with #76113E
Text Example
Text Example
White with #76113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76113E; }
p { color: rgb(118,17,62); }
H1.HeaderClassName
{
color: #76113E;
}
.AnyTagClassName
{
color: #76113E;
}
</style>
background-color css
<style>
a { background-color: #76113E; }
a { background-color: rgb(118,17,62); }
div.DivClassName
{
background-color: #76113E;
}
.BgClassName
{
background-color: #76113E;
}
</style>
border-color css
<style>
span { border-color: #76113E; }
span { border-color: rgb(118,17,62); }
td.TdClassName
{
border-color: #76113E;
}
.TagClassName
{
border-color: #76113E;
}
</style>