Shades of Pesto #7E702F
Tints of Pesto #7E702F
RGB
CMYK
RGB Variations
Color information
#7E702F (or 0x7E702F) is known color: Pesto. HEX triplet: 7E, 70 and 2F. RGB value is (126,112,47). Sum of RGB (Red+Green+Blue) = 126+112+47=285 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.21% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 126 - color contains mainly: red. Hex color #7E702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E702F is #818FD0. Grayscale: #6D6D6D. Windows color (decimal): -8490961 or 3108990. OLE color: 3108990.
HSL color Cylindrical-coordinate representation of color #7E702F: hue angle of 49.37º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E702F is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 112 | 47 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.51 |
| HSL | 49.37º | 0.46% | 0.34% | - |
| HSV(B) | 49.37º | 0.63% | 0.49% | - |
| XYZ | 14.91 | 16.23 | 5.04 | - |
| YUV | 108.78 | 93.14 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 112 | 47 | 0 | 0.11 | 0.63 | 0.51 | 49.37 | 0.46 | 0.34 |
| Hex | 7E | 70 | 2F | 0 | B | 3F | 33 | 31 | 2E | 22 |
| Octal | 176 | 160 | 57 | 0 | 13 | 77 | 63 | 61 | 56 | 42 |
| Binary | 1111110 | 1110000 | 101111 | 0 | 1011 | 111111 | 110011 | 110001 | 101110 | 100010 |
Color Harmonies of #7E702F
Complementary color
Monochromatic Colors of #7E702F
Black with #7E702F
Text Example
Text Example
White with #7E702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E702F; }
p { color: rgb(126,112,47); }
H1.HeaderClassName
{
color: #7E702F;
}
.AnyTagClassName
{
color: #7E702F;
}
</style>
background-color css
<style>
a { background-color: #7E702F; }
a { background-color: rgb(126,112,47); }
div.DivClassName
{
background-color: #7E702F;
}
.BgClassName
{
background-color: #7E702F;
}
</style>
border-color css
<style>
span { border-color: #7E702F; }
span { border-color: rgb(126,112,47); }
td.TdClassName
{
border-color: #7E702F;
}
.TagClassName
{
border-color: #7E702F;
}
</style>