Shades of Pesto #7E742A
Tints of Pesto #7E742A
RGB
CMYK
RGB Variations
Color information
#7E742A (or 0x7E742A) is known color: Pesto. HEX triplet: 7E, 74 and 2A. RGB value is (126,116,42). Sum of RGB (Red+Green+Blue) = 126+116+42=284 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.37% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 126 - color contains mainly: red. Hex color #7E742A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E742A is #818BD5. Grayscale: #6E6E6E. Windows color (decimal): -8489942 or 2782334. OLE color: 2782334.
HSL color Cylindrical-coordinate representation of color #7E742A: hue angle of 52.86º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E742A is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 116 | 42 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.51 |
| HSL | 52.86º | 0.5% | 0.33% | - |
| HSV(B) | 52.86º | 0.67% | 0.49% | - |
| XYZ | 15.27 | 17.09 | 4.69 | - |
| YUV | 110.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 116 | 42 | 0 | 0.08 | 0.67 | 0.51 | 52.86 | 0.5 | 0.33 |
| Hex | 7E | 74 | 2A | 0 | 8 | 43 | 33 | 35 | 32 | 21 |
| Octal | 176 | 164 | 52 | 0 | 10 | 103 | 63 | 65 | 62 | 41 |
| Binary | 1111110 | 1110100 | 101010 | 0 | 1000 | 1000011 | 110011 | 110101 | 110010 | 100001 |
Color Harmonies of #7E742A
Complementary color
Monochromatic Colors of #7E742A
Black with #7E742A
Text Example
Text Example
White with #7E742A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E742A; }
p { color: rgb(126,116,42); }
H1.HeaderClassName
{
color: #7E742A;
}
.AnyTagClassName
{
color: #7E742A;
}
</style>
background-color css
<style>
a { background-color: #7E742A; }
a { background-color: rgb(126,116,42); }
div.DivClassName
{
background-color: #7E742A;
}
.BgClassName
{
background-color: #7E742A;
}
</style>
border-color css
<style>
span { border-color: #7E742A; }
span { border-color: rgb(126,116,42); }
td.TdClassName
{
border-color: #7E742A;
}
.TagClassName
{
border-color: #7E742A;
}
</style>