Shades of Pesto #787124
Tints of Pesto #787124
RGB
CMYK
RGB Variations
Color information
#787124 (or 0x787124) is known color: Pesto. HEX triplet: 78, 71 and 24. RGB value is (120,113,36). Sum of RGB (Red+Green+Blue) = 120+113+36=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #787124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787124 is #878EDB. Grayscale: #6A6A6A. Windows color (decimal): -8883932 or 2388344. OLE color: 2388344.
HSL color Cylindrical-coordinate representation of color #787124: hue angle of 55º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #787124 is Cyan = 0, Magento = 0.06, Yellow = 0.7 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 113 | 36 | - |
| CMYK | 0 | 0.06 | 0.7 | 0.53 |
| HSL | 55º | 0.54% | 0.31% | - |
| HSV(B) | 55º | 0.7% | 0.47% | - |
| XYZ | 13.97 | 15.93 | 4.01 | - |
| YUV | 106.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 36 | 0 | 0.06 | 0.7 | 0.53 | 55 | 0.54 | 0.31 |
| Hex | 78 | 71 | 24 | 0 | 6 | 46 | 35 | 37 | 36 | 1F |
| Octal | 170 | 161 | 44 | 0 | 6 | 106 | 65 | 67 | 66 | 37 |
| Binary | 1111000 | 1110001 | 100100 | 0 | 110 | 1000110 | 110101 | 110111 | 110110 | 11111 |
Color Harmonies of #787124
Complementary color
Monochromatic Colors of #787124
Black with #787124
Text Example
Text Example
White with #787124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787124; }
p { color: rgb(120,113,36); }
H1.HeaderClassName
{
color: #787124;
}
.AnyTagClassName
{
color: #787124;
}
</style>
background-color css
<style>
a { background-color: #787124; }
a { background-color: rgb(120,113,36); }
div.DivClassName
{
background-color: #787124;
}
.BgClassName
{
background-color: #787124;
}
</style>
border-color css
<style>
span { border-color: #787124; }
span { border-color: rgb(120,113,36); }
td.TdClassName
{
border-color: #787124;
}
.TagClassName
{
border-color: #787124;
}
</style>