Shades of Pompadour #761E3F
Tints of Pompadour #761E3F
RGB
CMYK
RGB Variations
Color information
#761E3F (or 0x761E3F) is known color: Pompadour. HEX triplet: 76, 1E and 3F. RGB value is (118,30,63). Sum of RGB (Red+Green+Blue) = 118+30+63=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #761E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761E3F is #89E1C0. Grayscale: #3C3C3C. Windows color (decimal): -9036225 or 4136566. OLE color: 4136566.
HSL color Cylindrical-coordinate representation of color #761E3F: hue angle of 337.5º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761E3F is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 30 | 63 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.54 |
| HSL | 337.5º | 0.59% | 0.29% | - |
| HSV(B) | 337.5º | 0.75% | 0.46% | - |
| XYZ | 8.83 | 5.14 | 5.23 | - |
| YUV | 60.07 | 129.65 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 63 | 0 | 0.75 | 0.47 | 0.54 | 337.5 | 0.59 | 0.29 |
| Hex | 76 | 1E | 3F | 0 | 4B | 2F | 36 | 152 | 3B | 1D |
| Octal | 166 | 36 | 77 | 0 | 113 | 57 | 66 | 522 | 73 | 35 |
| Binary | 1110110 | 11110 | 111111 | 0 | 1001011 | 101111 | 110110 | 101010010 | 111011 | 11101 |
Color Harmonies of #761E3F
Complementary color
Monochromatic Colors of #761E3F
Black with #761E3F
Text Example
Text Example
White with #761E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761E3F; }
p { color: rgb(118,30,63); }
H1.HeaderClassName
{
color: #761E3F;
}
.AnyTagClassName
{
color: #761E3F;
}
</style>
background-color css
<style>
a { background-color: #761E3F; }
a { background-color: rgb(118,30,63); }
div.DivClassName
{
background-color: #761E3F;
}
.BgClassName
{
background-color: #761E3F;
}
</style>
border-color css
<style>
span { border-color: #761E3F; }
span { border-color: rgb(118,30,63); }
td.TdClassName
{
border-color: #761E3F;
}
.TagClassName
{
border-color: #761E3F;
}
</style>