Shades of Pompadour #770C53
Tints of Pompadour #770C53
RGB
CMYK
RGB Variations
Color information
#770C53 (or 0x770C53) is known color: Pompadour. HEX triplet: 77, 0C and 53. RGB value is (119,12,83). Sum of RGB (Red+Green+Blue) = 119+12+83=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #770C53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770C53 is #88F3AC. Grayscale: #333333. Windows color (decimal): -8975277 or 5442679. OLE color: 5442679.
HSL color Cylindrical-coordinate representation of color #770C53: hue angle of 320.19º 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 #770C53 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 12 | 83 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.53 |
| HSL | 320.19º | 0.82% | 0.26% | - |
| HSV(B) | 320.19º | 0.9% | 0.47% | - |
| XYZ | 9.3 | 4.81 | 8.62 | - |
| YUV | 52.09 | 145.45 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 83 | 0 | 0.90 | 0.30 | 0.53 | 320.19 | 0.82 | 0.26 |
| Hex | 77 | C | 53 | 0 | 5A | 1E | 35 | 140 | 52 | 1A |
| Octal | 167 | 14 | 123 | 0 | 132 | 36 | 65 | 500 | 122 | 32 |
| Binary | 1110111 | 1100 | 1010011 | 0 | 1011010 | 11110 | 110101 | 101000000 | 1010010 | 11010 |
Color Harmonies of #770C53
Complementary color
Monochromatic Colors of #770C53
Black with #770C53
Text Example
Text Example
White with #770C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770C53; }
p { color: rgb(119,12,83); }
H1.HeaderClassName
{
color: #770C53;
}
.AnyTagClassName
{
color: #770C53;
}
</style>
background-color css
<style>
a { background-color: #770C53; }
a { background-color: rgb(119,12,83); }
div.DivClassName
{
background-color: #770C53;
}
.BgClassName
{
background-color: #770C53;
}
</style>
border-color css
<style>
span { border-color: #770C53; }
span { border-color: rgb(119,12,83); }
td.TdClassName
{
border-color: #770C53;
}
.TagClassName
{
border-color: #770C53;
}
</style>