Shades of Pompadour #761555
Tints of Pompadour #761555
RGB
CMYK
RGB Variations
Color information
#761555 (or 0x761555) is known color: Pompadour. HEX triplet: 76, 15 and 55. RGB value is (118,21,85). Sum of RGB (Red+Green+Blue) = 118+21+85=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #761555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761555 is #89EAAA. Grayscale: #393939. Windows color (decimal): -9038507 or 5576054. OLE color: 5576054.
HSL color Cylindrical-coordinate representation of color #761555: hue angle of 320.41º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #761555 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 21 | 85 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.54 |
| HSL | 320.41º | 0.7% | 0.27% | - |
| HSV(B) | 320.41º | 0.82% | 0.46% | - |
| XYZ | 9.38 | 5.04 | 9.07 | - |
| YUV | 57.3 | 143.64 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 85 | 0 | 0.82 | 0.28 | 0.54 | 320.41 | 0.7 | 0.27 |
| Hex | 76 | 15 | 55 | 0 | 52 | 1C | 36 | 140 | 46 | 1B |
| Octal | 166 | 25 | 125 | 0 | 122 | 34 | 66 | 500 | 106 | 33 |
| Binary | 1110110 | 10101 | 1010101 | 0 | 1010010 | 11100 | 110110 | 101000000 | 1000110 | 11011 |
Color Harmonies of #761555
Complementary color
Monochromatic Colors of #761555
Black with #761555
Text Example
Text Example
White with #761555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761555; }
p { color: rgb(118,21,85); }
H1.HeaderClassName
{
color: #761555;
}
.AnyTagClassName
{
color: #761555;
}
</style>
background-color css
<style>
a { background-color: #761555; }
a { background-color: rgb(118,21,85); }
div.DivClassName
{
background-color: #761555;
}
.BgClassName
{
background-color: #761555;
}
</style>
border-color css
<style>
span { border-color: #761555; }
span { border-color: rgb(118,21,85); }
td.TdClassName
{
border-color: #761555;
}
.TagClassName
{
border-color: #761555;
}
</style>