Shades of Pompadour #76183C
Tints of Pompadour #76183C
RGB
CMYK
RGB Variations
Color information
#76183C (or 0x76183C) is known color: Pompadour. HEX triplet: 76, 18 and 3C. RGB value is (118,24,60). Sum of RGB (Red+Green+Blue) = 118+24+60=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #76183C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76183C is #89E7C3. Grayscale: #383838. Windows color (decimal): -9037764 or 3938422. OLE color: 3938422.
HSL color Cylindrical-coordinate representation of color #76183C: hue angle of 337.02º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76183C is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 24 | 60 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.54 |
| HSL | 337.02º | 0.66% | 0.28% | - |
| HSV(B) | 337.02º | 0.8% | 0.46% | - |
| XYZ | 8.61 | 4.83 | 4.75 | - |
| YUV | 56.21 | 130.14 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 24 | 60 | 0 | 0.80 | 0.49 | 0.54 | 337.02 | 0.66 | 0.28 |
| Hex | 76 | 18 | 3C | 0 | 50 | 31 | 36 | 151 | 42 | 1C |
| Octal | 166 | 30 | 74 | 0 | 120 | 61 | 66 | 521 | 102 | 34 |
| Binary | 1110110 | 11000 | 111100 | 0 | 1010000 | 110001 | 110110 | 101010001 | 1000010 | 11100 |
Color Harmonies of #76183C
Complementary color
Monochromatic Colors of #76183C
Black with #76183C
Text Example
Text Example
White with #76183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76183C; }
p { color: rgb(118,24,60); }
H1.HeaderClassName
{
color: #76183C;
}
.AnyTagClassName
{
color: #76183C;
}
</style>
background-color css
<style>
a { background-color: #76183C; }
a { background-color: rgb(118,24,60); }
div.DivClassName
{
background-color: #76183C;
}
.BgClassName
{
background-color: #76183C;
}
</style>
border-color css
<style>
span { border-color: #76183C; }
span { border-color: rgb(118,24,60); }
td.TdClassName
{
border-color: #76183C;
}
.TagClassName
{
border-color: #76183C;
}
</style>