Shades of Pesto #786D29
Tints of Pesto #786D29
RGB
CMYK
RGB Variations
Color information
#786D29 (or 0x786D29) is known color: Pesto. HEX triplet: 78, 6D and 29. RGB value is (120,109,41). Sum of RGB (Red+Green+Blue) = 120+109+41=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #786D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786D29 is #8792D6. Grayscale: #686868. Windows color (decimal): -8884951 or 2715000. OLE color: 2715000.
HSL color Cylindrical-coordinate representation of color #786D29: hue angle of 51.65º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #786D29 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 109 | 41 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.53 |
| HSL | 51.65º | 0.49% | 0.32% | - |
| HSV(B) | 51.65º | 0.66% | 0.47% | - |
| XYZ | 13.61 | 15.09 | 4.29 | - |
| YUV | 104.54 | 92.14 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 41 | 0 | 0.09 | 0.66 | 0.53 | 51.65 | 0.49 | 0.32 |
| Hex | 78 | 6D | 29 | 0 | 9 | 42 | 35 | 34 | 31 | 20 |
| Octal | 170 | 155 | 51 | 0 | 11 | 102 | 65 | 64 | 61 | 40 |
| Binary | 1111000 | 1101101 | 101001 | 0 | 1001 | 1000010 | 110101 | 110100 | 110001 | 100000 |
Color Harmonies of #786D29
Complementary color
Monochromatic Colors of #786D29
Black with #786D29
Text Example
Text Example
White with #786D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786D29; }
p { color: rgb(120,109,41); }
H1.HeaderClassName
{
color: #786D29;
}
.AnyTagClassName
{
color: #786D29;
}
</style>
background-color css
<style>
a { background-color: #786D29; }
a { background-color: rgb(120,109,41); }
div.DivClassName
{
background-color: #786D29;
}
.BgClassName
{
background-color: #786D29;
}
</style>
border-color css
<style>
span { border-color: #786D29; }
span { border-color: rgb(120,109,41); }
td.TdClassName
{
border-color: #786D29;
}
.TagClassName
{
border-color: #786D29;
}
</style>