Shades of Pesto #786B26
Tints of Pesto #786B26
RGB
CMYK
RGB Variations
Color information
#786B26 (or 0x786B26) is known color: Pesto. HEX triplet: 78, 6B and 26. RGB value is (120,107,38). Sum of RGB (Red+Green+Blue) = 120+107+38=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 107 (42.19% from 255 or 40.38% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #786B26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786B26 is #8794D9. Grayscale: #676767. Windows color (decimal): -8885466 or 2517880. OLE color: 2517880.
HSL color Cylindrical-coordinate representation of color #786B26: hue angle of 50.49º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #786B26 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 107 | 38 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.53 |
| HSL | 50.49º | 0.52% | 0.31% | - |
| HSV(B) | 50.49º | 0.68% | 0.47% | - |
| XYZ | 13.35 | 14.65 | 3.96 | - |
| YUV | 103.02 | 91.31 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 107 | 38 | 0 | 0.11 | 0.68 | 0.53 | 50.49 | 0.52 | 0.31 |
| Hex | 78 | 6B | 26 | 0 | B | 44 | 35 | 32 | 34 | 1F |
| Octal | 170 | 153 | 46 | 0 | 13 | 104 | 65 | 62 | 64 | 37 |
| Binary | 1111000 | 1101011 | 100110 | 0 | 1011 | 1000100 | 110101 | 110010 | 110100 | 11111 |
Color Harmonies of #786B26
Complementary color
Monochromatic Colors of #786B26
Black with #786B26
Text Example
Text Example
White with #786B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786B26; }
p { color: rgb(120,107,38); }
H1.HeaderClassName
{
color: #786B26;
}
.AnyTagClassName
{
color: #786B26;
}
</style>
background-color css
<style>
a { background-color: #786B26; }
a { background-color: rgb(120,107,38); }
div.DivClassName
{
background-color: #786B26;
}
.BgClassName
{
background-color: #786B26;
}
</style>
border-color css
<style>
span { border-color: #786B26; }
span { border-color: rgb(120,107,38); }
td.TdClassName
{
border-color: #786B26;
}
.TagClassName
{
border-color: #786B26;
}
</style>