Shades of Pompadour #761955
Tints of Pompadour #761955
RGB
CMYK
RGB Variations
Color information
#761955 (or 0x761955) is known color: Pompadour. HEX triplet: 76, 19 and 55. RGB value is (118,25,85). Sum of RGB (Red+Green+Blue) = 118+25+85=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #761955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761955 is #89E6AA. Grayscale: #3B3B3B. Windows color (decimal): -9037483 or 5577078. OLE color: 5577078.
HSL color Cylindrical-coordinate representation of color #761955: hue angle of 321.29º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #761955 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 25 | 85 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.54 |
| HSL | 321.29º | 0.65% | 0.28% | - |
| HSV(B) | 321.29º | 0.79% | 0.46% | - |
| XYZ | 9.46 | 5.2 | 9.1 | - |
| YUV | 59.65 | 142.31 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 25 | 85 | 0 | 0.79 | 0.28 | 0.54 | 321.29 | 0.65 | 0.28 |
| Hex | 76 | 19 | 55 | 0 | 4F | 1C | 36 | 141 | 41 | 1C |
| Octal | 166 | 31 | 125 | 0 | 117 | 34 | 66 | 501 | 101 | 34 |
| Binary | 1110110 | 11001 | 1010101 | 0 | 1001111 | 11100 | 110110 | 101000001 | 1000001 | 11100 |
Color Harmonies of #761955
Complementary color
Monochromatic Colors of #761955
Black with #761955
Text Example
Text Example
White with #761955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761955; }
p { color: rgb(118,25,85); }
H1.HeaderClassName
{
color: #761955;
}
.AnyTagClassName
{
color: #761955;
}
</style>
background-color css
<style>
a { background-color: #761955; }
a { background-color: rgb(118,25,85); }
div.DivClassName
{
background-color: #761955;
}
.BgClassName
{
background-color: #761955;
}
</style>
border-color css
<style>
span { border-color: #761955; }
span { border-color: rgb(118,25,85); }
td.TdClassName
{
border-color: #761955;
}
.TagClassName
{
border-color: #761955;
}
</style>