Shades of Pompadour #76173E
Tints of Pompadour #76173E
RGB
CMYK
RGB Variations
Color information
#76173E (or 0x76173E) is known color: Pompadour. HEX triplet: 76, 17 and 3E. RGB value is (118,23,62). Sum of RGB (Red+Green+Blue) = 118+23+62=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #76173E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76173E is #89E8C1. Grayscale: #373737. Windows color (decimal): -9038018 or 4069238. OLE color: 4069238.
HSL color Cylindrical-coordinate representation of color #76173E: hue angle of 335.37º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76173E is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 23 | 62 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.54 |
| HSL | 335.37º | 0.67% | 0.28% | - |
| HSV(B) | 335.37º | 0.81% | 0.46% | - |
| XYZ | 8.65 | 4.81 | 5.03 | - |
| YUV | 55.85 | 131.47 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 23 | 62 | 0 | 0.81 | 0.47 | 0.54 | 335.37 | 0.67 | 0.28 |
| Hex | 76 | 17 | 3E | 0 | 51 | 2F | 36 | 14F | 43 | 1C |
| Octal | 166 | 27 | 76 | 0 | 121 | 57 | 66 | 517 | 103 | 34 |
| Binary | 1110110 | 10111 | 111110 | 0 | 1010001 | 101111 | 110110 | 101001111 | 1000011 | 11100 |
Color Harmonies of #76173E
Complementary color
Monochromatic Colors of #76173E
Black with #76173E
Text Example
Text Example
White with #76173E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76173E; }
p { color: rgb(118,23,62); }
H1.HeaderClassName
{
color: #76173E;
}
.AnyTagClassName
{
color: #76173E;
}
</style>
background-color css
<style>
a { background-color: #76173E; }
a { background-color: rgb(118,23,62); }
div.DivClassName
{
background-color: #76173E;
}
.BgClassName
{
background-color: #76173E;
}
</style>
border-color css
<style>
span { border-color: #76173E; }
span { border-color: rgb(118,23,62); }
td.TdClassName
{
border-color: #76173E;
}
.TagClassName
{
border-color: #76173E;
}
</style>