Shades of Pesto #7E7334
Tints of Pesto #7E7334
RGB
CMYK
RGB Variations
Color information
#7E7334 (or 0x7E7334) is known color: Pesto. HEX triplet: 7E, 73 and 34. RGB value is (126,115,52). Sum of RGB (Red+Green+Blue) = 126+115+52=293 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.00% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7334 is #818CCB. Grayscale: #6F6F6F. Windows color (decimal): -8490188 or 3437438. OLE color: 3437438.
HSL color Cylindrical-coordinate representation of color #7E7334: hue angle of 51.08º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E7334 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 115 | 52 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.51 |
| HSL | 51.08º | 0.42% | 0.35% | - |
| HSV(B) | 51.08º | 0.59% | 0.49% | - |
| XYZ | 15.35 | 16.95 | 5.71 | - |
| YUV | 111.11 | 94.64 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 115 | 52 | 0 | 0.09 | 0.59 | 0.51 | 51.08 | 0.42 | 0.35 |
| Hex | 7E | 73 | 34 | 0 | 9 | 3B | 33 | 33 | 2A | 23 |
| Octal | 176 | 163 | 64 | 0 | 11 | 73 | 63 | 63 | 52 | 43 |
| Binary | 1111110 | 1110011 | 110100 | 0 | 1001 | 111011 | 110011 | 110011 | 101010 | 100011 |
Color Harmonies of #7E7334
Complementary color
Monochromatic Colors of #7E7334
Black with #7E7334
Text Example
Text Example
White with #7E7334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7334; }
p { color: rgb(126,115,52); }
H1.HeaderClassName
{
color: #7E7334;
}
.AnyTagClassName
{
color: #7E7334;
}
</style>
background-color css
<style>
a { background-color: #7E7334; }
a { background-color: rgb(126,115,52); }
div.DivClassName
{
background-color: #7E7334;
}
.BgClassName
{
background-color: #7E7334;
}
</style>
border-color css
<style>
span { border-color: #7E7334; }
span { border-color: rgb(126,115,52); }
td.TdClassName
{
border-color: #7E7334;
}
.TagClassName
{
border-color: #7E7334;
}
</style>