Shades of Pompadour #761C4B
Tints of Pompadour #761C4B
RGB
CMYK
RGB Variations
Color information
#761C4B (or 0x761C4B) is known color: Pompadour. HEX triplet: 76, 1C and 4B. RGB value is (118,28,75). Sum of RGB (Red+Green+Blue) = 118+28+75=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #761C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761C4B is #89E3B4. Grayscale: #3C3C3C. Windows color (decimal): -9036725 or 4922486. OLE color: 4922486.
HSL color Cylindrical-coordinate representation of color #761C4B: hue angle of 328.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 #761C4B is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 28 | 75 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.54 |
| HSL | 328.67º | 0.62% | 0.29% | - |
| HSV(B) | 328.67º | 0.76% | 0.46% | - |
| XYZ | 9.16 | 5.19 | 7.18 | - |
| YUV | 60.27 | 136.32 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 75 | 0 | 0.76 | 0.36 | 0.54 | 328.67 | 0.62 | 0.29 |
| Hex | 76 | 1C | 4B | 0 | 4C | 24 | 36 | 149 | 3E | 1D |
| Octal | 166 | 34 | 113 | 0 | 114 | 44 | 66 | 511 | 76 | 35 |
| Binary | 1110110 | 11100 | 1001011 | 0 | 1001100 | 100100 | 110110 | 101001001 | 111110 | 11101 |
Color Harmonies of #761C4B
Complementary color
Monochromatic Colors of #761C4B
Black with #761C4B
Text Example
Text Example
White with #761C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761C4B; }
p { color: rgb(118,28,75); }
H1.HeaderClassName
{
color: #761C4B;
}
.AnyTagClassName
{
color: #761C4B;
}
</style>
background-color css
<style>
a { background-color: #761C4B; }
a { background-color: rgb(118,28,75); }
div.DivClassName
{
background-color: #761C4B;
}
.BgClassName
{
background-color: #761C4B;
}
</style>
border-color css
<style>
span { border-color: #761C4B; }
span { border-color: rgb(118,28,75); }
td.TdClassName
{
border-color: #761C4B;
}
.TagClassName
{
border-color: #761C4B;
}
</style>