Shades of Pesto #786C1E
Tints of Pesto #786C1E
RGB
CMYK
RGB Variations
Color information
#786C1E (or 0x786C1E) is known color: Pesto. HEX triplet: 78, 6C and 1E. RGB value is (120,108,30). Sum of RGB (Red+Green+Blue) = 120+108+30=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #786C1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786C1E is #8793E1. Grayscale: #676767. Windows color (decimal): -8885218 or 1993848. OLE color: 1993848.
HSL color Cylindrical-coordinate representation of color #786C1E: hue angle of 52º 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 #786C1E is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 108 | 30 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.53 |
| HSL | 52º | 0.6% | 0.29% | - |
| HSV(B) | 52º | 0.75% | 0.47% | - |
| XYZ | 13.34 | 14.81 | 3.38 | - |
| YUV | 102.7 | 86.98 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 30 | 0 | 0.10 | 0.75 | 0.53 | 52 | 0.6 | 0.29 |
| Hex | 78 | 6C | 1E | 0 | A | 4B | 35 | 34 | 3C | 1D |
| Octal | 170 | 154 | 36 | 0 | 12 | 113 | 65 | 64 | 74 | 35 |
| Binary | 1111000 | 1101100 | 11110 | 0 | 1010 | 1001011 | 110101 | 110100 | 111100 | 11101 |
Color Harmonies of #786C1E
Complementary color
Monochromatic Colors of #786C1E
Black with #786C1E
Text Example
Text Example
White with #786C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C1E; }
p { color: rgb(120,108,30); }
H1.HeaderClassName
{
color: #786C1E;
}
.AnyTagClassName
{
color: #786C1E;
}
</style>
background-color css
<style>
a { background-color: #786C1E; }
a { background-color: rgb(120,108,30); }
div.DivClassName
{
background-color: #786C1E;
}
.BgClassName
{
background-color: #786C1E;
}
</style>
border-color css
<style>
span { border-color: #786C1E; }
span { border-color: rgb(120,108,30); }
td.TdClassName
{
border-color: #786C1E;
}
.TagClassName
{
border-color: #786C1E;
}
</style>