Shades of Pompadour #76163C
Tints of Pompadour #76163C
RGB
CMYK
RGB Variations
Color information
#76163C (or 0x76163C) is known color: Pompadour. HEX triplet: 76, 16 and 3C. RGB value is (118,22,60). Sum of RGB (Red+Green+Blue) = 118+22+60=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #76163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76163C is #89E9C3. Grayscale: #363636. Windows color (decimal): -9038276 or 3937910. OLE color: 3937910.
HSL color Cylindrical-coordinate representation of color #76163C: hue angle of 336.25º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76163C is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 22 | 60 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.54 |
| HSL | 336.25º | 0.69% | 0.27% | - |
| HSV(B) | 336.25º | 0.81% | 0.46% | - |
| XYZ | 8.57 | 4.75 | 4.74 | - |
| YUV | 55.04 | 130.8 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 22 | 60 | 0 | 0.81 | 0.49 | 0.54 | 336.25 | 0.69 | 0.27 |
| Hex | 76 | 16 | 3C | 0 | 51 | 31 | 36 | 150 | 45 | 1B |
| Octal | 166 | 26 | 74 | 0 | 121 | 61 | 66 | 520 | 105 | 33 |
| Binary | 1110110 | 10110 | 111100 | 0 | 1010001 | 110001 | 110110 | 101010000 | 1000101 | 11011 |
Color Harmonies of #76163C
Complementary color
Monochromatic Colors of #76163C
Black with #76163C
Text Example
Text Example
White with #76163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76163C; }
p { color: rgb(118,22,60); }
H1.HeaderClassName
{
color: #76163C;
}
.AnyTagClassName
{
color: #76163C;
}
</style>
background-color css
<style>
a { background-color: #76163C; }
a { background-color: rgb(118,22,60); }
div.DivClassName
{
background-color: #76163C;
}
.BgClassName
{
background-color: #76163C;
}
</style>
border-color css
<style>
span { border-color: #76163C; }
span { border-color: rgb(118,22,60); }
td.TdClassName
{
border-color: #76163C;
}
.TagClassName
{
border-color: #76163C;
}
</style>