Shades of Pesto #786C28
Tints of Pesto #786C28
RGB
CMYK
RGB Variations
Color information
#786C28 (or 0x786C28) is known color: Pesto. HEX triplet: 78, 6C and 28. RGB value is (120,108,40). Sum of RGB (Red+Green+Blue) = 120+108+40=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #786C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786C28 is #8793D7. Grayscale: #686868. Windows color (decimal): -8885208 or 2649208. OLE color: 2649208.
HSL color Cylindrical-coordinate representation of color #786C28: hue angle of 51º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #786C28 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 108 | 40 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.53 |
| HSL | 51º | 0.5% | 0.31% | - |
| HSV(B) | 51º | 0.67% | 0.47% | - |
| XYZ | 13.49 | 14.87 | 4.17 | - |
| YUV | 103.84 | 91.98 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 40 | 0 | 0.10 | 0.67 | 0.53 | 51 | 0.5 | 0.31 |
| Hex | 78 | 6C | 28 | 0 | A | 43 | 35 | 33 | 32 | 1F |
| Octal | 170 | 154 | 50 | 0 | 12 | 103 | 65 | 63 | 62 | 37 |
| Binary | 1111000 | 1101100 | 101000 | 0 | 1010 | 1000011 | 110101 | 110011 | 110010 | 11111 |
Color Harmonies of #786C28
Complementary color
Monochromatic Colors of #786C28
Black with #786C28
Text Example
Text Example
White with #786C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C28; }
p { color: rgb(120,108,40); }
H1.HeaderClassName
{
color: #786C28;
}
.AnyTagClassName
{
color: #786C28;
}
</style>
background-color css
<style>
a { background-color: #786C28; }
a { background-color: rgb(120,108,40); }
div.DivClassName
{
background-color: #786C28;
}
.BgClassName
{
background-color: #786C28;
}
</style>
border-color css
<style>
span { border-color: #786C28; }
span { border-color: rgb(120,108,40); }
td.TdClassName
{
border-color: #786C28;
}
.TagClassName
{
border-color: #786C28;
}
</style>