Shades of Pesto #7E7132
Tints of Pesto #7E7132
RGB
CMYK
RGB Variations
Color information
#7E7132 (or 0x7E7132) is known color: Pesto. HEX triplet: 7E, 71 and 32. RGB value is (126,113,50). Sum of RGB (Red+Green+Blue) = 126+113+50=289 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.60% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7132 is #818ECD. Grayscale: #6D6D6D. Windows color (decimal): -8490702 or 3305854. OLE color: 3305854.
HSL color Cylindrical-coordinate representation of color #7E7132: hue angle of 49.74º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E7132 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 113 | 50 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.51 |
| HSL | 49.74º | 0.43% | 0.35% | - |
| HSV(B) | 49.74º | 0.6% | 0.49% | - |
| XYZ | 15.09 | 16.48 | 5.4 | - |
| YUV | 109.71 | 94.31 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 113 | 50 | 0 | 0.10 | 0.60 | 0.51 | 49.74 | 0.43 | 0.35 |
| Hex | 7E | 71 | 32 | 0 | A | 3C | 33 | 32 | 2B | 23 |
| Octal | 176 | 161 | 62 | 0 | 12 | 74 | 63 | 62 | 53 | 43 |
| Binary | 1111110 | 1110001 | 110010 | 0 | 1010 | 111100 | 110011 | 110010 | 101011 | 100011 |
Color Harmonies of #7E7132
Complementary color
Monochromatic Colors of #7E7132
Black with #7E7132
Text Example
Text Example
White with #7E7132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7132; }
p { color: rgb(126,113,50); }
H1.HeaderClassName
{
color: #7E7132;
}
.AnyTagClassName
{
color: #7E7132;
}
</style>
background-color css
<style>
a { background-color: #7E7132; }
a { background-color: rgb(126,113,50); }
div.DivClassName
{
background-color: #7E7132;
}
.BgClassName
{
background-color: #7E7132;
}
</style>
border-color css
<style>
span { border-color: #7E7132; }
span { border-color: rgb(126,113,50); }
td.TdClassName
{
border-color: #7E7132;
}
.TagClassName
{
border-color: #7E7132;
}
</style>