Shades of Pesto #786D27
Tints of Pesto #786D27
RGB
CMYK
RGB Variations
Color information
#786D27 (or 0x786D27) is known color: Pesto. HEX triplet: 78, 6D and 27. RGB value is (120,109,39). Sum of RGB (Red+Green+Blue) = 120+109+39=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #786D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786D27 is #8792D8. Grayscale: #686868. Windows color (decimal): -8884953 or 2583928. OLE color: 2583928.
HSL color Cylindrical-coordinate representation of color #786D27: hue angle of 51.85º degrees, saturation: 0.51, 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 #786D27 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 109 | 39 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.53 |
| HSL | 51.85º | 0.51% | 0.31% | - |
| HSV(B) | 51.85º | 0.68% | 0.47% | - |
| XYZ | 13.58 | 15.08 | 4.11 | - |
| YUV | 104.31 | 91.14 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 39 | 0 | 0.09 | 0.67 | 0.53 | 51.85 | 0.51 | 0.31 |
| Hex | 78 | 6D | 27 | 0 | 9 | 43 | 35 | 34 | 33 | 1F |
| Octal | 170 | 155 | 47 | 0 | 11 | 103 | 65 | 64 | 63 | 37 |
| Binary | 1111000 | 1101101 | 100111 | 0 | 1001 | 1000011 | 110101 | 110100 | 110011 | 11111 |
Color Harmonies of #786D27
Complementary color
Monochromatic Colors of #786D27
Black with #786D27
Text Example
Text Example
White with #786D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786D27; }
p { color: rgb(120,109,39); }
H1.HeaderClassName
{
color: #786D27;
}
.AnyTagClassName
{
color: #786D27;
}
</style>
background-color css
<style>
a { background-color: #786D27; }
a { background-color: rgb(120,109,39); }
div.DivClassName
{
background-color: #786D27;
}
.BgClassName
{
background-color: #786D27;
}
</style>
border-color css
<style>
span { border-color: #786D27; }
span { border-color: rgb(120,109,39); }
td.TdClassName
{
border-color: #786D27;
}
.TagClassName
{
border-color: #786D27;
}
</style>