Shades of Pompadour #770D51
Tints of Pompadour #770D51
RGB
CMYK
RGB Variations
Color information
#770D51 (or 0x770D51) is known color: Pompadour. HEX triplet: 77, 0D and 51. RGB value is (119,13,81). Sum of RGB (Red+Green+Blue) = 119+13+81=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #770D51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770D51 is #88F2AE. Grayscale: #343434. Windows color (decimal): -8975023 or 5311863. OLE color: 5311863.
HSL color Cylindrical-coordinate representation of color #770D51: hue angle of 321.51º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #770D51 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 13 | 81 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.53 |
| HSL | 321.51º | 0.8% | 0.26% | - |
| HSV(B) | 321.51º | 0.89% | 0.47% | - |
| XYZ | 9.24 | 4.8 | 8.22 | - |
| YUV | 52.45 | 144.12 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 81 | 0 | 0.89 | 0.32 | 0.53 | 321.51 | 0.8 | 0.26 |
| Hex | 77 | D | 51 | 0 | 59 | 20 | 35 | 142 | 50 | 1A |
| Octal | 167 | 15 | 121 | 0 | 131 | 40 | 65 | 502 | 120 | 32 |
| Binary | 1110111 | 1101 | 1010001 | 0 | 1011001 | 100000 | 110101 | 101000010 | 1010000 | 11010 |
Color Harmonies of #770D51
Complementary color
Monochromatic Colors of #770D51
Black with #770D51
Text Example
Text Example
White with #770D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770D51; }
p { color: rgb(119,13,81); }
H1.HeaderClassName
{
color: #770D51;
}
.AnyTagClassName
{
color: #770D51;
}
</style>
background-color css
<style>
a { background-color: #770D51; }
a { background-color: rgb(119,13,81); }
div.DivClassName
{
background-color: #770D51;
}
.BgClassName
{
background-color: #770D51;
}
</style>
border-color css
<style>
span { border-color: #770D51; }
span { border-color: rgb(119,13,81); }
td.TdClassName
{
border-color: #770D51;
}
.TagClassName
{
border-color: #770D51;
}
</style>