Shades of Pesto #7E7232
Tints of Pesto #7E7232
RGB
CMYK
RGB Variations
Color information
#7E7232 (or 0x7E7232) is known color: Pesto. HEX triplet: 7E, 72 and 32. RGB value is (126,114,50). Sum of RGB (Red+Green+Blue) = 126+114+50=290 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.45% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7232 is #818DCD. Grayscale: #6E6E6E. Windows color (decimal): -8490446 or 3306110. OLE color: 3306110.
HSL color Cylindrical-coordinate representation of color #7E7232: hue angle of 50.53º 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 #7E7232 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 114 | 50 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.51 |
| HSL | 50.53º | 0.43% | 0.35% | - |
| HSV(B) | 50.53º | 0.6% | 0.49% | - |
| XYZ | 15.2 | 16.7 | 5.44 | - |
| YUV | 110.29 | 93.98 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 114 | 50 | 0 | 0.10 | 0.60 | 0.51 | 50.53 | 0.43 | 0.35 |
| Hex | 7E | 72 | 32 | 0 | A | 3C | 33 | 33 | 2B | 23 |
| Octal | 176 | 162 | 62 | 0 | 12 | 74 | 63 | 63 | 53 | 43 |
| Binary | 1111110 | 1110010 | 110010 | 0 | 1010 | 111100 | 110011 | 110011 | 101011 | 100011 |
Color Harmonies of #7E7232
Complementary color
Monochromatic Colors of #7E7232
Black with #7E7232
Text Example
Text Example
White with #7E7232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7232; }
p { color: rgb(126,114,50); }
H1.HeaderClassName
{
color: #7E7232;
}
.AnyTagClassName
{
color: #7E7232;
}
</style>
background-color css
<style>
a { background-color: #7E7232; }
a { background-color: rgb(126,114,50); }
div.DivClassName
{
background-color: #7E7232;
}
.BgClassName
{
background-color: #7E7232;
}
</style>
border-color css
<style>
span { border-color: #7E7232; }
span { border-color: rgb(126,114,50); }
td.TdClassName
{
border-color: #7E7232;
}
.TagClassName
{
border-color: #7E7232;
}
</style>