Shades of Pesto #786C1D
Tints of Pesto #786C1D
RGB
CMYK
RGB Variations
Color information
#786C1D (or 0x786C1D) is known color: Pesto. HEX triplet: 78, 6C and 1D. RGB value is (120,108,29). Sum of RGB (Red+Green+Blue) = 120+108+29=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #786C1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786C1D is #8793E2. Grayscale: #666666. Windows color (decimal): -8885219 or 1928312. OLE color: 1928312.
HSL color Cylindrical-coordinate representation of color #786C1D: hue angle of 52.09º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #786C1D is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 108 | 29 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.53 |
| HSL | 52.09º | 0.61% | 0.29% | - |
| HSV(B) | 52.09º | 0.76% | 0.47% | - |
| XYZ | 13.33 | 14.81 | 3.32 | - |
| YUV | 102.58 | 86.48 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 29 | 0 | 0.10 | 0.76 | 0.53 | 52.09 | 0.61 | 0.29 |
| Hex | 78 | 6C | 1D | 0 | A | 4C | 35 | 34 | 3D | 1D |
| Octal | 170 | 154 | 35 | 0 | 12 | 114 | 65 | 64 | 75 | 35 |
| Binary | 1111000 | 1101100 | 11101 | 0 | 1010 | 1001100 | 110101 | 110100 | 111101 | 11101 |
Color Harmonies of #786C1D
Complementary color
Monochromatic Colors of #786C1D
Black with #786C1D
Text Example
Text Example
White with #786C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C1D; }
p { color: rgb(120,108,29); }
H1.HeaderClassName
{
color: #786C1D;
}
.AnyTagClassName
{
color: #786C1D;
}
</style>
background-color css
<style>
a { background-color: #786C1D; }
a { background-color: rgb(120,108,29); }
div.DivClassName
{
background-color: #786C1D;
}
.BgClassName
{
background-color: #786C1D;
}
</style>
border-color css
<style>
span { border-color: #786C1D; }
span { border-color: rgb(120,108,29); }
td.TdClassName
{
border-color: #786C1D;
}
.TagClassName
{
border-color: #786C1D;
}
</style>