Shades of Pompadour #760D54
Tints of Pompadour #760D54
RGB
CMYK
RGB Variations
Color information
#760D54 (or 0x760D54) is known color: Pompadour. HEX triplet: 76, 0D and 54. RGB value is (118,13,84). Sum of RGB (Red+Green+Blue) = 118+13+84=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #760D54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760D54 is #89F2AB. Grayscale: #343434. Windows color (decimal): -9040556 or 5508470. OLE color: 5508470.
HSL color Cylindrical-coordinate representation of color #760D54: hue angle of 319.43º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #760D54 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 13 | 84 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.54 |
| HSL | 319.43º | 0.8% | 0.26% | - |
| HSV(B) | 319.43º | 0.89% | 0.46% | - |
| XYZ | 9.22 | 4.78 | 8.82 | - |
| YUV | 52.49 | 145.79 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 13 | 84 | 0 | 0.89 | 0.29 | 0.54 | 319.43 | 0.8 | 0.26 |
| Hex | 76 | D | 54 | 0 | 59 | 1D | 36 | 13F | 50 | 1A |
| Octal | 166 | 15 | 124 | 0 | 131 | 35 | 66 | 477 | 120 | 32 |
| Binary | 1110110 | 1101 | 1010100 | 0 | 1011001 | 11101 | 110110 | 100111111 | 1010000 | 11010 |
Color Harmonies of #760D54
Complementary color
Monochromatic Colors of #760D54
Black with #760D54
Text Example
Text Example
White with #760D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760D54; }
p { color: rgb(118,13,84); }
H1.HeaderClassName
{
color: #760D54;
}
.AnyTagClassName
{
color: #760D54;
}
</style>
background-color css
<style>
a { background-color: #760D54; }
a { background-color: rgb(118,13,84); }
div.DivClassName
{
background-color: #760D54;
}
.BgClassName
{
background-color: #760D54;
}
</style>
border-color css
<style>
span { border-color: #760D54; }
span { border-color: rgb(118,13,84); }
td.TdClassName
{
border-color: #760D54;
}
.TagClassName
{
border-color: #760D54;
}
</style>