Shades of Pompadour #761D56
Tints of Pompadour #761D56
RGB
CMYK
RGB Variations
Color information
#761D56 (or 0x761D56) is known color: Pompadour. HEX triplet: 76, 1D and 56. RGB value is (118,29,86). Sum of RGB (Red+Green+Blue) = 118+29+86=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #761D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761D56 is #89E2A9. Grayscale: #3D3D3D. Windows color (decimal): -9036458 or 5643638. OLE color: 5643638.
HSL color Cylindrical-coordinate representation of color #761D56: hue angle of 321.57º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761D56 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 29 | 86 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.54 |
| HSL | 321.57º | 0.61% | 0.29% | - |
| HSV(B) | 321.57º | 0.75% | 0.46% | - |
| XYZ | 9.59 | 5.4 | 9.34 | - |
| YUV | 62.11 | 141.49 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 29 | 86 | 0 | 0.75 | 0.27 | 0.54 | 321.57 | 0.61 | 0.29 |
| Hex | 76 | 1D | 56 | 0 | 4B | 1B | 36 | 142 | 3D | 1D |
| Octal | 166 | 35 | 126 | 0 | 113 | 33 | 66 | 502 | 75 | 35 |
| Binary | 1110110 | 11101 | 1010110 | 0 | 1001011 | 11011 | 110110 | 101000010 | 111101 | 11101 |
Color Harmonies of #761D56
Complementary color
Monochromatic Colors of #761D56
Black with #761D56
Text Example
Text Example
White with #761D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761D56; }
p { color: rgb(118,29,86); }
H1.HeaderClassName
{
color: #761D56;
}
.AnyTagClassName
{
color: #761D56;
}
</style>
background-color css
<style>
a { background-color: #761D56; }
a { background-color: rgb(118,29,86); }
div.DivClassName
{
background-color: #761D56;
}
.BgClassName
{
background-color: #761D56;
}
</style>
border-color css
<style>
span { border-color: #761D56; }
span { border-color: rgb(118,29,86); }
td.TdClassName
{
border-color: #761D56;
}
.TagClassName
{
border-color: #761D56;
}
</style>