Shades of Pesto #786F23
Tints of Pesto #786F23
RGB
CMYK
RGB Variations
Color information
#786F23 (or 0x786F23) is known color: Pesto. HEX triplet: 78, 6F and 23. RGB value is (120,111,35). Sum of RGB (Red+Green+Blue) = 120+111+35=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #786F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786F23 is #8790DC. Grayscale: #696969. Windows color (decimal): -8884445 or 2322296. OLE color: 2322296.
HSL color Cylindrical-coordinate representation of color #786F23: hue angle of 53.65º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #786F23 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 111 | 35 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.53 |
| HSL | 53.65º | 0.55% | 0.3% | - |
| HSV(B) | 53.65º | 0.71% | 0.47% | - |
| XYZ | 13.73 | 15.48 | 3.85 | - |
| YUV | 105.03 | 88.48 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 35 | 0 | 0.08 | 0.71 | 0.53 | 53.65 | 0.55 | 0.3 |
| Hex | 78 | 6F | 23 | 0 | 8 | 47 | 35 | 36 | 37 | 1E |
| Octal | 170 | 157 | 43 | 0 | 10 | 107 | 65 | 66 | 67 | 36 |
| Binary | 1111000 | 1101111 | 100011 | 0 | 1000 | 1000111 | 110101 | 110110 | 110111 | 11110 |
Color Harmonies of #786F23
Complementary color
Monochromatic Colors of #786F23
Black with #786F23
Text Example
Text Example
White with #786F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786F23; }
p { color: rgb(120,111,35); }
H1.HeaderClassName
{
color: #786F23;
}
.AnyTagClassName
{
color: #786F23;
}
</style>
background-color css
<style>
a { background-color: #786F23; }
a { background-color: rgb(120,111,35); }
div.DivClassName
{
background-color: #786F23;
}
.BgClassName
{
background-color: #786F23;
}
</style>
border-color css
<style>
span { border-color: #786F23; }
span { border-color: rgb(120,111,35); }
td.TdClassName
{
border-color: #786F23;
}
.TagClassName
{
border-color: #786F23;
}
</style>