Shades of Pompadour #761255
Tints of Pompadour #761255
RGB
CMYK
RGB Variations
Color information
#761255 (or 0x761255) is known color: Pompadour. HEX triplet: 76, 12 and 55. RGB value is (118,18,85). Sum of RGB (Red+Green+Blue) = 118+18+85=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #761255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761255 is #89EDAA. Grayscale: #373737. Windows color (decimal): -9039275 or 5575286. OLE color: 5575286.
HSL color Cylindrical-coordinate representation of color #761255: hue angle of 319.8º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761255 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 18 | 85 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.54 |
| HSL | 319.8º | 0.74% | 0.27% | - |
| HSV(B) | 319.8º | 0.85% | 0.46% | - |
| XYZ | 9.33 | 4.94 | 9.06 | - |
| YUV | 55.54 | 144.63 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 18 | 85 | 0 | 0.85 | 0.28 | 0.54 | 319.8 | 0.74 | 0.27 |
| Hex | 76 | 12 | 55 | 0 | 55 | 1C | 36 | 140 | 4A | 1B |
| Octal | 166 | 22 | 125 | 0 | 125 | 34 | 66 | 500 | 112 | 33 |
| Binary | 1110110 | 10010 | 1010101 | 0 | 1010101 | 11100 | 110110 | 101000000 | 1001010 | 11011 |
Color Harmonies of #761255
Complementary color
Monochromatic Colors of #761255
Black with #761255
Text Example
Text Example
White with #761255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761255; }
p { color: rgb(118,18,85); }
H1.HeaderClassName
{
color: #761255;
}
.AnyTagClassName
{
color: #761255;
}
</style>
background-color css
<style>
a { background-color: #761255; }
a { background-color: rgb(118,18,85); }
div.DivClassName
{
background-color: #761255;
}
.BgClassName
{
background-color: #761255;
}
</style>
border-color css
<style>
span { border-color: #761255; }
span { border-color: rgb(118,18,85); }
td.TdClassName
{
border-color: #761255;
}
.TagClassName
{
border-color: #761255;
}
</style>