Shades of Pesto #787121
Tints of Pesto #787121
RGB
CMYK
RGB Variations
Color information
#787121 (or 0x787121) is known color: Pesto. HEX triplet: 78, 71 and 21. RGB value is (120,113,33). Sum of RGB (Red+Green+Blue) = 120+113+33=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #787121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787121 is #878EDE. Grayscale: #6A6A6A. Windows color (decimal): -8883935 or 2191736. OLE color: 2191736.
HSL color Cylindrical-coordinate representation of color #787121: hue angle of 55.17º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #787121 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 113 | 33 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.53 |
| HSL | 55.17º | 0.57% | 0.3% | - |
| HSV(B) | 55.17º | 0.73% | 0.47% | - |
| XYZ | 13.93 | 15.91 | 3.78 | - |
| YUV | 105.97 | 86.82 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 33 | 0 | 0.06 | 0.72 | 0.53 | 55.17 | 0.57 | 0.3 |
| Hex | 78 | 71 | 21 | 0 | 6 | 48 | 35 | 37 | 39 | 1E |
| Octal | 170 | 161 | 41 | 0 | 6 | 110 | 65 | 67 | 71 | 36 |
| Binary | 1111000 | 1110001 | 100001 | 0 | 110 | 1001000 | 110101 | 110111 | 111001 | 11110 |
Color Harmonies of #787121
Complementary color
Monochromatic Colors of #787121
Black with #787121
Text Example
Text Example
White with #787121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787121; }
p { color: rgb(120,113,33); }
H1.HeaderClassName
{
color: #787121;
}
.AnyTagClassName
{
color: #787121;
}
</style>
background-color css
<style>
a { background-color: #787121; }
a { background-color: rgb(120,113,33); }
div.DivClassName
{
background-color: #787121;
}
.BgClassName
{
background-color: #787121;
}
</style>
border-color css
<style>
span { border-color: #787121; }
span { border-color: rgb(120,113,33); }
td.TdClassName
{
border-color: #787121;
}
.TagClassName
{
border-color: #787121;
}
</style>