Shades of Pesto #7E7620
Tints of Pesto #7E7620
RGB
CMYK
RGB Variations
Color information
#7E7620 (or 0x7E7620) is known color: Pesto. HEX triplet: 7E, 76 and 20. RGB value is (126,118,32). Sum of RGB (Red+Green+Blue) = 126+118+32=276 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.65% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7620 is #8189DF. Grayscale: #6E6E6E. Windows color (decimal): -8489440 or 2127486. OLE color: 2127486.
HSL color Cylindrical-coordinate representation of color #7E7620: hue angle of 54.89º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E7620 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 118 | 32 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.51 |
| HSL | 54.89º | 0.59% | 0.31% | - |
| HSV(B) | 54.89º | 0.75% | 0.49% | - |
| XYZ | 15.34 | 17.5 | 3.94 | - |
| YUV | 110.59 | 83.65 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 118 | 32 | 0 | 0.06 | 0.75 | 0.51 | 54.89 | 0.59 | 0.31 |
| Hex | 7E | 76 | 20 | 0 | 6 | 4B | 33 | 37 | 3B | 1F |
| Octal | 176 | 166 | 40 | 0 | 6 | 113 | 63 | 67 | 73 | 37 |
| Binary | 1111110 | 1110110 | 100000 | 0 | 110 | 1001011 | 110011 | 110111 | 111011 | 11111 |
Color Harmonies of #7E7620
Complementary color
Monochromatic Colors of #7E7620
Black with #7E7620
Text Example
Text Example
White with #7E7620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7620; }
p { color: rgb(126,118,32); }
H1.HeaderClassName
{
color: #7E7620;
}
.AnyTagClassName
{
color: #7E7620;
}
</style>
background-color css
<style>
a { background-color: #7E7620; }
a { background-color: rgb(126,118,32); }
div.DivClassName
{
background-color: #7E7620;
}
.BgClassName
{
background-color: #7E7620;
}
</style>
border-color css
<style>
span { border-color: #7E7620; }
span { border-color: rgb(126,118,32); }
td.TdClassName
{
border-color: #7E7620;
}
.TagClassName
{
border-color: #7E7620;
}
</style>