Shades of Pesto #786C1F
Tints of Pesto #786C1F
RGB
CMYK
RGB Variations
Color information
#786C1F (or 0x786C1F) is known color: Pesto. HEX triplet: 78, 6C and 1F. RGB value is (120,108,31). Sum of RGB (Red+Green+Blue) = 120+108+31=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #786C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786C1F is #8793E0. Grayscale: #676767. Windows color (decimal): -8885217 or 2059384. OLE color: 2059384.
HSL color Cylindrical-coordinate representation of color #786C1F: hue angle of 51.91º 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 #786C1F is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 108 | 31 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.53 |
| HSL | 51.91º | 0.59% | 0.3% | - |
| HSV(B) | 51.91º | 0.74% | 0.47% | - |
| XYZ | 13.36 | 14.82 | 3.45 | - |
| YUV | 102.81 | 87.48 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 31 | 0 | 0.10 | 0.74 | 0.53 | 51.91 | 0.59 | 0.3 |
| Hex | 78 | 6C | 1F | 0 | A | 4A | 35 | 34 | 3B | 1E |
| Octal | 170 | 154 | 37 | 0 | 12 | 112 | 65 | 64 | 73 | 36 |
| Binary | 1111000 | 1101100 | 11111 | 0 | 1010 | 1001010 | 110101 | 110100 | 111011 | 11110 |
Color Harmonies of #786C1F
Complementary color
Monochromatic Colors of #786C1F
Black with #786C1F
Text Example
Text Example
White with #786C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C1F; }
p { color: rgb(120,108,31); }
H1.HeaderClassName
{
color: #786C1F;
}
.AnyTagClassName
{
color: #786C1F;
}
</style>
background-color css
<style>
a { background-color: #786C1F; }
a { background-color: rgb(120,108,31); }
div.DivClassName
{
background-color: #786C1F;
}
.BgClassName
{
background-color: #786C1F;
}
</style>
border-color css
<style>
span { border-color: #786C1F; }
span { border-color: rgb(120,108,31); }
td.TdClassName
{
border-color: #786C1F;
}
.TagClassName
{
border-color: #786C1F;
}
</style>