Shades of Pesto #786E1F
Tints of Pesto #786E1F
RGB
CMYK
RGB Variations
Color information
#786E1F (or 0x786E1F) is known color: Pesto. HEX triplet: 78, 6E and 1F. RGB value is (120,110,31). Sum of RGB (Red+Green+Blue) = 120+110+31=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #786E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786E1F is #8791E0. Grayscale: #686868. Windows color (decimal): -8884705 or 2059896. OLE color: 2059896.
HSL color Cylindrical-coordinate representation of color #786E1F: hue angle of 53.26º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #786E1F is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 110 | 31 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.53 |
| HSL | 53.26º | 0.59% | 0.3% | - |
| HSV(B) | 53.26º | 0.74% | 0.47% | - |
| XYZ | 13.57 | 15.24 | 3.52 | - |
| YUV | 103.98 | 86.81 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 31 | 0 | 0.08 | 0.74 | 0.53 | 53.26 | 0.59 | 0.3 |
| Hex | 78 | 6E | 1F | 0 | 8 | 4A | 35 | 35 | 3B | 1E |
| Octal | 170 | 156 | 37 | 0 | 10 | 112 | 65 | 65 | 73 | 36 |
| Binary | 1111000 | 1101110 | 11111 | 0 | 1000 | 1001010 | 110101 | 110101 | 111011 | 11110 |
Color Harmonies of #786E1F
Complementary color
Monochromatic Colors of #786E1F
Black with #786E1F
Text Example
Text Example
White with #786E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786E1F; }
p { color: rgb(120,110,31); }
H1.HeaderClassName
{
color: #786E1F;
}
.AnyTagClassName
{
color: #786E1F;
}
</style>
background-color css
<style>
a { background-color: #786E1F; }
a { background-color: rgb(120,110,31); }
div.DivClassName
{
background-color: #786E1F;
}
.BgClassName
{
background-color: #786E1F;
}
</style>
border-color css
<style>
span { border-color: #786E1F; }
span { border-color: rgb(120,110,31); }
td.TdClassName
{
border-color: #786E1F;
}
.TagClassName
{
border-color: #786E1F;
}
</style>