Shades of Pesto #786D1E
Tints of Pesto #786D1E
RGB
CMYK
RGB Variations
Color information
#786D1E (or 0x786D1E) is known color: Pesto. HEX triplet: 78, 6D and 1E. RGB value is (120,109,30). Sum of RGB (Red+Green+Blue) = 120+109+30=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 109 (42.97% from 255 or 42.08% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #786D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786D1E is #8792E1. Grayscale: #676767. Windows color (decimal): -8884962 or 1994104. OLE color: 1994104.
HSL color Cylindrical-coordinate representation of color #786D1E: hue angle of 52.67º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #786D1E is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 109 | 30 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.53 |
| HSL | 52.67º | 0.6% | 0.29% | - |
| HSV(B) | 52.67º | 0.75% | 0.47% | - |
| XYZ | 13.45 | 15.02 | 3.42 | - |
| YUV | 103.28 | 86.64 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 30 | 0 | 0.09 | 0.75 | 0.53 | 52.67 | 0.6 | 0.29 |
| Hex | 78 | 6D | 1E | 0 | 9 | 4B | 35 | 35 | 3C | 1D |
| Octal | 170 | 155 | 36 | 0 | 11 | 113 | 65 | 65 | 74 | 35 |
| Binary | 1111000 | 1101101 | 11110 | 0 | 1001 | 1001011 | 110101 | 110101 | 111100 | 11101 |
Color Harmonies of #786D1E
Complementary color
Monochromatic Colors of #786D1E
Black with #786D1E
Text Example
Text Example
White with #786D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786D1E; }
p { color: rgb(120,109,30); }
H1.HeaderClassName
{
color: #786D1E;
}
.AnyTagClassName
{
color: #786D1E;
}
</style>
background-color css
<style>
a { background-color: #786D1E; }
a { background-color: rgb(120,109,30); }
div.DivClassName
{
background-color: #786D1E;
}
.BgClassName
{
background-color: #786D1E;
}
</style>
border-color css
<style>
span { border-color: #786D1E; }
span { border-color: rgb(120,109,30); }
td.TdClassName
{
border-color: #786D1E;
}
.TagClassName
{
border-color: #786D1E;
}
</style>