Shades of Pompadour #761C42
Tints of Pompadour #761C42
RGB
CMYK
RGB Variations
Color information
#761C42 (or 0x761C42) is known color: Pompadour. HEX triplet: 76, 1C and 42. RGB value is (118,28,66). Sum of RGB (Red+Green+Blue) = 118+28+66=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #761C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761C42 is #89E3BD. Grayscale: #3B3B3B. Windows color (decimal): -9036734 or 4332662. OLE color: 4332662.
HSL color Cylindrical-coordinate representation of color #761C42: hue angle of 334.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #761C42 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 28 | 66 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.54 |
| HSL | 334.67º | 0.62% | 0.29% | - |
| HSV(B) | 334.67º | 0.76% | 0.46% | - |
| XYZ | 8.87 | 5.08 | 5.67 | - |
| YUV | 59.24 | 131.82 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 66 | 0 | 0.76 | 0.44 | 0.54 | 334.67 | 0.62 | 0.29 |
| Hex | 76 | 1C | 42 | 0 | 4C | 2C | 36 | 14F | 3E | 1D |
| Octal | 166 | 34 | 102 | 0 | 114 | 54 | 66 | 517 | 76 | 35 |
| Binary | 1110110 | 11100 | 1000010 | 0 | 1001100 | 101100 | 110110 | 101001111 | 111110 | 11101 |
Color Harmonies of #761C42
Complementary color
Monochromatic Colors of #761C42
Black with #761C42
Text Example
Text Example
White with #761C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761C42; }
p { color: rgb(118,28,66); }
H1.HeaderClassName
{
color: #761C42;
}
.AnyTagClassName
{
color: #761C42;
}
</style>
background-color css
<style>
a { background-color: #761C42; }
a { background-color: rgb(118,28,66); }
div.DivClassName
{
background-color: #761C42;
}
.BgClassName
{
background-color: #761C42;
}
</style>
border-color css
<style>
span { border-color: #761C42; }
span { border-color: rgb(118,28,66); }
td.TdClassName
{
border-color: #761C42;
}
.TagClassName
{
border-color: #761C42;
}
</style>