Shades of Pesto #7E7136
Tints of Pesto #7E7136
RGB
CMYK
RGB Variations
Color information
#7E7136 (or 0x7E7136) is known color: Pesto. HEX triplet: 7E, 71 and 36. RGB value is (126,113,54). Sum of RGB (Red+Green+Blue) = 126+113+54=293 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.00% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7136 is #818EC9. Grayscale: #6E6E6E. Windows color (decimal): -8490698 or 3567998. OLE color: 3567998.
HSL color Cylindrical-coordinate representation of color #7E7136: hue angle of 49.17º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E7136 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 113 | 54 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.51 |
| HSL | 49.17º | 0.4% | 0.35% | - |
| HSV(B) | 49.17º | 0.57% | 0.49% | - |
| XYZ | 15.18 | 16.51 | 5.88 | - |
| YUV | 110.16 | 96.31 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 113 | 54 | 0 | 0.10 | 0.57 | 0.51 | 49.17 | 0.4 | 0.35 |
| Hex | 7E | 71 | 36 | 0 | A | 39 | 33 | 31 | 28 | 23 |
| Octal | 176 | 161 | 66 | 0 | 12 | 71 | 63 | 61 | 50 | 43 |
| Binary | 1111110 | 1110001 | 110110 | 0 | 1010 | 111001 | 110011 | 110001 | 101000 | 100011 |
Color Harmonies of #7E7136
Complementary color
Monochromatic Colors of #7E7136
Black with #7E7136
Text Example
Text Example
White with #7E7136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7136; }
p { color: rgb(126,113,54); }
H1.HeaderClassName
{
color: #7E7136;
}
.AnyTagClassName
{
color: #7E7136;
}
</style>
background-color css
<style>
a { background-color: #7E7136; }
a { background-color: rgb(126,113,54); }
div.DivClassName
{
background-color: #7E7136;
}
.BgClassName
{
background-color: #7E7136;
}
</style>
border-color css
<style>
span { border-color: #7E7136; }
span { border-color: rgb(126,113,54); }
td.TdClassName
{
border-color: #7E7136;
}
.TagClassName
{
border-color: #7E7136;
}
</style>