Shades of Pesto #786A23
Tints of Pesto #786A23
RGB
CMYK
RGB Variations
Color information
#786A23 (or 0x786A23) is known color: Pesto. HEX triplet: 78, 6A and 23. RGB value is (120,106,35). Sum of RGB (Red+Green+Blue) = 120+106+35=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #786A23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786A23 is #8795DC. Grayscale: #666666. Windows color (decimal): -8885725 or 2321016. OLE color: 2321016.
HSL color Cylindrical-coordinate representation of color #786A23: hue angle of 50.12º 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 #786A23 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 106 | 35 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.53 |
| HSL | 50.12º | 0.55% | 0.3% | - |
| HSV(B) | 50.12º | 0.71% | 0.47% | - |
| XYZ | 13.2 | 14.42 | 3.68 | - |
| YUV | 102.09 | 90.14 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 35 | 0 | 0.12 | 0.71 | 0.53 | 50.12 | 0.55 | 0.3 |
| Hex | 78 | 6A | 23 | 0 | C | 47 | 35 | 32 | 37 | 1E |
| Octal | 170 | 152 | 43 | 0 | 14 | 107 | 65 | 62 | 67 | 36 |
| Binary | 1111000 | 1101010 | 100011 | 0 | 1100 | 1000111 | 110101 | 110010 | 110111 | 11110 |
Color Harmonies of #786A23
Complementary color
Monochromatic Colors of #786A23
Black with #786A23
Text Example
Text Example
White with #786A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786A23; }
p { color: rgb(120,106,35); }
H1.HeaderClassName
{
color: #786A23;
}
.AnyTagClassName
{
color: #786A23;
}
</style>
background-color css
<style>
a { background-color: #786A23; }
a { background-color: rgb(120,106,35); }
div.DivClassName
{
background-color: #786A23;
}
.BgClassName
{
background-color: #786A23;
}
</style>
border-color css
<style>
span { border-color: #786A23; }
span { border-color: rgb(120,106,35); }
td.TdClassName
{
border-color: #786A23;
}
.TagClassName
{
border-color: #786A23;
}
</style>