Shades of Pompadour #76123D
Tints of Pompadour #76123D
RGB
CMYK
RGB Variations
Color information
#76123D (or 0x76123D) is known color: Pompadour. HEX triplet: 76, 12 and 3D. RGB value is (118,18,61). Sum of RGB (Red+Green+Blue) = 118+18+61=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #76123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76123D is #89EDC2. Grayscale: #343434. Windows color (decimal): -9039299 or 4002422. OLE color: 4002422.
HSL color Cylindrical-coordinate representation of color #76123D: hue angle of 334.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76123D is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 18 | 61 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.54 |
| HSL | 334.2º | 0.74% | 0.27% | - |
| HSV(B) | 334.2º | 0.85% | 0.46% | - |
| XYZ | 8.53 | 4.62 | 4.86 | - |
| YUV | 52.8 | 132.63 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 18 | 61 | 0 | 0.85 | 0.48 | 0.54 | 334.2 | 0.74 | 0.27 |
| Hex | 76 | 12 | 3D | 0 | 55 | 30 | 36 | 14E | 4A | 1B |
| Octal | 166 | 22 | 75 | 0 | 125 | 60 | 66 | 516 | 112 | 33 |
| Binary | 1110110 | 10010 | 111101 | 0 | 1010101 | 110000 | 110110 | 101001110 | 1001010 | 11011 |
Color Harmonies of #76123D
Complementary color
Monochromatic Colors of #76123D
Black with #76123D
Text Example
Text Example
White with #76123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76123D; }
p { color: rgb(118,18,61); }
H1.HeaderClassName
{
color: #76123D;
}
.AnyTagClassName
{
color: #76123D;
}
</style>
background-color css
<style>
a { background-color: #76123D; }
a { background-color: rgb(118,18,61); }
div.DivClassName
{
background-color: #76123D;
}
.BgClassName
{
background-color: #76123D;
}
</style>
border-color css
<style>
span { border-color: #76123D; }
span { border-color: rgb(118,18,61); }
td.TdClassName
{
border-color: #76123D;
}
.TagClassName
{
border-color: #76123D;
}
</style>