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