Shades of Pompadour #770F57
Tints of Pompadour #770F57
RGB
CMYK
RGB Variations
Color information
#770F57 (or 0x770F57) is known color: Pompadour. HEX triplet: 77, 0F and 57. RGB value is (119,15,87). Sum of RGB (Red+Green+Blue) = 119+15+87=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #770F57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770F57 is #88F0A8. Grayscale: #363636. Windows color (decimal): -8974505 or 5705591. OLE color: 5705591.
HSL color Cylindrical-coordinate representation of color #770F57: hue angle of 318.46º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #770F57 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 15 | 87 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.53 |
| HSL | 318.46º | 0.78% | 0.26% | - |
| HSV(B) | 318.46º | 0.87% | 0.47% | - |
| XYZ | 9.5 | 4.95 | 9.47 | - |
| YUV | 54.3 | 146.46 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 87 | 0 | 0.87 | 0.27 | 0.53 | 318.46 | 0.78 | 0.26 |
| Hex | 77 | F | 57 | 0 | 57 | 1B | 35 | 13E | 4E | 1A |
| Octal | 167 | 17 | 127 | 0 | 127 | 33 | 65 | 476 | 116 | 32 |
| Binary | 1110111 | 1111 | 1010111 | 0 | 1010111 | 11011 | 110101 | 100111110 | 1001110 | 11010 |
Color Harmonies of #770F57
Complementary color
Monochromatic Colors of #770F57
Black with #770F57
Text Example
Text Example
White with #770F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770F57; }
p { color: rgb(119,15,87); }
H1.HeaderClassName
{
color: #770F57;
}
.AnyTagClassName
{
color: #770F57;
}
</style>
background-color css
<style>
a { background-color: #770F57; }
a { background-color: rgb(119,15,87); }
div.DivClassName
{
background-color: #770F57;
}
.BgClassName
{
background-color: #770F57;
}
</style>
border-color css
<style>
span { border-color: #770F57; }
span { border-color: rgb(119,15,87); }
td.TdClassName
{
border-color: #770F57;
}
.TagClassName
{
border-color: #770F57;
}
</style>