Shades of Pesto #786C25
Tints of Pesto #786C25
RGB
CMYK
RGB Variations
Color information
#786C25 (or 0x786C25) is known color: Pesto. HEX triplet: 78, 6C and 25. RGB value is (120,108,37). Sum of RGB (Red+Green+Blue) = 120+108+37=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #786C25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786C25 is #8793DA. Grayscale: #676767. Windows color (decimal): -8885211 or 2452600. OLE color: 2452600.
HSL color Cylindrical-coordinate representation of color #786C25: hue angle of 51.33º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #786C25 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 108 | 37 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.53 |
| HSL | 51.33º | 0.53% | 0.31% | - |
| HSV(B) | 51.33º | 0.69% | 0.47% | - |
| XYZ | 13.44 | 14.85 | 3.91 | - |
| YUV | 103.49 | 90.48 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 37 | 0 | 0.10 | 0.69 | 0.53 | 51.33 | 0.53 | 0.31 |
| Hex | 78 | 6C | 25 | 0 | A | 45 | 35 | 33 | 35 | 1F |
| Octal | 170 | 154 | 45 | 0 | 12 | 105 | 65 | 63 | 65 | 37 |
| Binary | 1111000 | 1101100 | 100101 | 0 | 1010 | 1000101 | 110101 | 110011 | 110101 | 11111 |
Color Harmonies of #786C25
Complementary color
Monochromatic Colors of #786C25
Black with #786C25
Text Example
Text Example
White with #786C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C25; }
p { color: rgb(120,108,37); }
H1.HeaderClassName
{
color: #786C25;
}
.AnyTagClassName
{
color: #786C25;
}
</style>
background-color css
<style>
a { background-color: #786C25; }
a { background-color: rgb(120,108,37); }
div.DivClassName
{
background-color: #786C25;
}
.BgClassName
{
background-color: #786C25;
}
</style>
border-color css
<style>
span { border-color: #786C25; }
span { border-color: rgb(120,108,37); }
td.TdClassName
{
border-color: #786C25;
}
.TagClassName
{
border-color: #786C25;
}
</style>