Shades of Pompadour #761F3F
Tints of Pompadour #761F3F
RGB
CMYK
RGB Variations
Color information
#761F3F (or 0x761F3F) is known color: Pompadour. HEX triplet: 76, 1F and 3F. RGB value is (118,31,63). Sum of RGB (Red+Green+Blue) = 118+31+63=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #761F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761F3F is #89E0C0. Grayscale: #3C3C3C. Windows color (decimal): -9035969 or 4136822. OLE color: 4136822.
HSL color Cylindrical-coordinate representation of color #761F3F: hue angle of 337.93º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #761F3F is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 31 | 63 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.54 |
| HSL | 337.93º | 0.58% | 0.29% | - |
| HSV(B) | 337.93º | 0.74% | 0.46% | - |
| XYZ | 8.86 | 5.19 | 5.24 | - |
| YUV | 60.66 | 129.32 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 31 | 63 | 0 | 0.74 | 0.47 | 0.54 | 337.93 | 0.58 | 0.29 |
| Hex | 76 | 1F | 3F | 0 | 4A | 2F | 36 | 152 | 3A | 1D |
| Octal | 166 | 37 | 77 | 0 | 112 | 57 | 66 | 522 | 72 | 35 |
| Binary | 1110110 | 11111 | 111111 | 0 | 1001010 | 101111 | 110110 | 101010010 | 111010 | 11101 |
Color Harmonies of #761F3F
Complementary color
Monochromatic Colors of #761F3F
Black with #761F3F
Text Example
Text Example
White with #761F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761F3F; }
p { color: rgb(118,31,63); }
H1.HeaderClassName
{
color: #761F3F;
}
.AnyTagClassName
{
color: #761F3F;
}
</style>
background-color css
<style>
a { background-color: #761F3F; }
a { background-color: rgb(118,31,63); }
div.DivClassName
{
background-color: #761F3F;
}
.BgClassName
{
background-color: #761F3F;
}
</style>
border-color css
<style>
span { border-color: #761F3F; }
span { border-color: rgb(118,31,63); }
td.TdClassName
{
border-color: #761F3F;
}
.TagClassName
{
border-color: #761F3F;
}
</style>