Shades of Pompadour #761C4E
Tints of Pompadour #761C4E
RGB
CMYK
RGB Variations
Color information
#761C4E (or 0x761C4E) is known color: Pompadour. HEX triplet: 76, 1C and 4E. RGB value is (118,28,78). Sum of RGB (Red+Green+Blue) = 118+28+78=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #761C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761C4E is #89E3B1. Grayscale: #3C3C3C. Windows color (decimal): -9036722 or 5119094. OLE color: 5119094.
HSL color Cylindrical-coordinate representation of color #761C4E: hue angle of 326.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 #761C4E is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 28 | 78 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.54 |
| HSL | 326.67º | 0.62% | 0.29% | - |
| HSV(B) | 326.67º | 0.76% | 0.46% | - |
| XYZ | 9.26 | 5.23 | 7.73 | - |
| YUV | 60.61 | 137.82 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 78 | 0 | 0.76 | 0.34 | 0.54 | 326.67 | 0.62 | 0.29 |
| Hex | 76 | 1C | 4E | 0 | 4C | 22 | 36 | 147 | 3E | 1D |
| Octal | 166 | 34 | 116 | 0 | 114 | 42 | 66 | 507 | 76 | 35 |
| Binary | 1110110 | 11100 | 1001110 | 0 | 1001100 | 100010 | 110110 | 101000111 | 111110 | 11101 |
Color Harmonies of #761C4E
Complementary color
Monochromatic Colors of #761C4E
Black with #761C4E
Text Example
Text Example
White with #761C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761C4E; }
p { color: rgb(118,28,78); }
H1.HeaderClassName
{
color: #761C4E;
}
.AnyTagClassName
{
color: #761C4E;
}
</style>
background-color css
<style>
a { background-color: #761C4E; }
a { background-color: rgb(118,28,78); }
div.DivClassName
{
background-color: #761C4E;
}
.BgClassName
{
background-color: #761C4E;
}
</style>
border-color css
<style>
span { border-color: #761C4E; }
span { border-color: rgb(118,28,78); }
td.TdClassName
{
border-color: #761C4E;
}
.TagClassName
{
border-color: #761C4E;
}
</style>