Shades of Pesto #786F25
Tints of Pesto #786F25
RGB
CMYK
RGB Variations
Color information
#786F25 (or 0x786F25) is known color: Pesto. HEX triplet: 78, 6F and 25. RGB value is (120,111,37). Sum of RGB (Red+Green+Blue) = 120+111+37=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #786F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786F25 is #8790DA. Grayscale: #696969. Windows color (decimal): -8884443 or 2453368. OLE color: 2453368.
HSL color Cylindrical-coordinate representation of color #786F25: hue angle of 53.49º 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 #786F25 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 111 | 37 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.53 |
| HSL | 53.49º | 0.53% | 0.31% | - |
| HSV(B) | 53.49º | 0.69% | 0.47% | - |
| XYZ | 13.76 | 15.5 | 4.02 | - |
| YUV | 105.26 | 89.48 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 37 | 0 | 0.08 | 0.69 | 0.53 | 53.49 | 0.53 | 0.31 |
| Hex | 78 | 6F | 25 | 0 | 8 | 45 | 35 | 35 | 35 | 1F |
| Octal | 170 | 157 | 45 | 0 | 10 | 105 | 65 | 65 | 65 | 37 |
| Binary | 1111000 | 1101111 | 100101 | 0 | 1000 | 1000101 | 110101 | 110101 | 110101 | 11111 |
Color Harmonies of #786F25
Complementary color
Monochromatic Colors of #786F25
Black with #786F25
Text Example
Text Example
White with #786F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786F25; }
p { color: rgb(120,111,37); }
H1.HeaderClassName
{
color: #786F25;
}
.AnyTagClassName
{
color: #786F25;
}
</style>
background-color css
<style>
a { background-color: #786F25; }
a { background-color: rgb(120,111,37); }
div.DivClassName
{
background-color: #786F25;
}
.BgClassName
{
background-color: #786F25;
}
</style>
border-color css
<style>
span { border-color: #786F25; }
span { border-color: rgb(120,111,37); }
td.TdClassName
{
border-color: #786F25;
}
.TagClassName
{
border-color: #786F25;
}
</style>