Shades of Pompadour #770C55
Tints of Pompadour #770C55
RGB
CMYK
RGB Variations
Color information
#770C55 (or 0x770C55) is known color: Pompadour. HEX triplet: 77, 0C and 55. RGB value is (119,12,85). Sum of RGB (Red+Green+Blue) = 119+12+85=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #770C55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770C55 is #88F3AA. Grayscale: #343434. Windows color (decimal): -8975275 or 5573751. OLE color: 5573751.
HSL color Cylindrical-coordinate representation of color #770C55: hue angle of 319.07º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770C55 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 12 | 85 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.53 |
| HSL | 319.07º | 0.82% | 0.26% | - |
| HSV(B) | 319.07º | 0.9% | 0.47% | - |
| XYZ | 9.38 | 4.84 | 9.03 | - |
| YUV | 52.32 | 146.45 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 85 | 0 | 0.90 | 0.29 | 0.53 | 319.07 | 0.82 | 0.26 |
| Hex | 77 | C | 55 | 0 | 5A | 1D | 35 | 13F | 52 | 1A |
| Octal | 167 | 14 | 125 | 0 | 132 | 35 | 65 | 477 | 122 | 32 |
| Binary | 1110111 | 1100 | 1010101 | 0 | 1011010 | 11101 | 110101 | 100111111 | 1010010 | 11010 |
Color Harmonies of #770C55
Complementary color
Monochromatic Colors of #770C55
Black with #770C55
Text Example
Text Example
White with #770C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770C55; }
p { color: rgb(119,12,85); }
H1.HeaderClassName
{
color: #770C55;
}
.AnyTagClassName
{
color: #770C55;
}
</style>
background-color css
<style>
a { background-color: #770C55; }
a { background-color: rgb(119,12,85); }
div.DivClassName
{
background-color: #770C55;
}
.BgClassName
{
background-color: #770C55;
}
</style>
border-color css
<style>
span { border-color: #770C55; }
span { border-color: rgb(119,12,85); }
td.TdClassName
{
border-color: #770C55;
}
.TagClassName
{
border-color: #770C55;
}
</style>