Shades of Pompadour #781757
Tints of Pompadour #781757
RGB
CMYK
RGB Variations
Color information
#781757 (or 0x781757) is known color: Pompadour. HEX triplet: 78, 17 and 57. RGB value is (120,23,87). Sum of RGB (Red+Green+Blue) = 120+23+87=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #781757 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781757 is #87E8A8. Grayscale: #3B3B3B. Windows color (decimal): -8906921 or 5707640. OLE color: 5707640.
HSL color Cylindrical-coordinate representation of color #781757: hue angle of 320.41º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781757 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 23 | 87 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.53 |
| HSL | 320.41º | 0.68% | 0.28% | - |
| HSV(B) | 320.41º | 0.81% | 0.47% | - |
| XYZ | 9.77 | 5.29 | 9.52 | - |
| YUV | 59.3 | 143.64 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 23 | 87 | 0 | 0.81 | 0.28 | 0.53 | 320.41 | 0.68 | 0.28 |
| Hex | 78 | 17 | 57 | 0 | 51 | 1C | 35 | 140 | 44 | 1C |
| Octal | 170 | 27 | 127 | 0 | 121 | 34 | 65 | 500 | 104 | 34 |
| Binary | 1111000 | 10111 | 1010111 | 0 | 1010001 | 11100 | 110101 | 101000000 | 1000100 | 11100 |
Color Harmonies of #781757
Complementary color
Monochromatic Colors of #781757
Black with #781757
Text Example
Text Example
White with #781757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781757; }
p { color: rgb(120,23,87); }
H1.HeaderClassName
{
color: #781757;
}
.AnyTagClassName
{
color: #781757;
}
</style>
background-color css
<style>
a { background-color: #781757; }
a { background-color: rgb(120,23,87); }
div.DivClassName
{
background-color: #781757;
}
.BgClassName
{
background-color: #781757;
}
</style>
border-color css
<style>
span { border-color: #781757; }
span { border-color: rgb(120,23,87); }
td.TdClassName
{
border-color: #781757;
}
.TagClassName
{
border-color: #781757;
}
</style>