Shades of Pesto #7E7A32
Tints of Pesto #7E7A32
RGB
CMYK
RGB Variations
Color information
#7E7A32 (or 0x7E7A32) is known color: Pesto. HEX triplet: 7E, 7A and 32. RGB value is (126,122,50). Sum of RGB (Red+Green+Blue) = 126+122+50=298 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.28% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7A32 is #8185CD. Grayscale: #737373. Windows color (decimal): -8488398 or 3308158. OLE color: 3308158.
HSL color Cylindrical-coordinate representation of color #7E7A32: hue angle of 56.84º 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 #7E7A32 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 122 | 50 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.51 |
| HSL | 56.84º | 0.43% | 0.35% | - |
| HSV(B) | 56.84º | 0.6% | 0.49% | - |
| XYZ | 16.14 | 18.58 | 5.75 | - |
| YUV | 114.99 | 91.33 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 122 | 50 | 0 | 0.03 | 0.60 | 0.51 | 56.84 | 0.43 | 0.35 |
| Hex | 7E | 7A | 32 | 0 | 3 | 3C | 33 | 39 | 2B | 23 |
| Octal | 176 | 172 | 62 | 0 | 3 | 74 | 63 | 71 | 53 | 43 |
| Binary | 1111110 | 1111010 | 110010 | 0 | 11 | 111100 | 110011 | 111001 | 101011 | 100011 |
Color Harmonies of #7E7A32
Complementary color
Monochromatic Colors of #7E7A32
Black with #7E7A32
Text Example
Text Example
White with #7E7A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7A32; }
p { color: rgb(126,122,50); }
H1.HeaderClassName
{
color: #7E7A32;
}
.AnyTagClassName
{
color: #7E7A32;
}
</style>
background-color css
<style>
a { background-color: #7E7A32; }
a { background-color: rgb(126,122,50); }
div.DivClassName
{
background-color: #7E7A32;
}
.BgClassName
{
background-color: #7E7A32;
}
</style>
border-color css
<style>
span { border-color: #7E7A32; }
span { border-color: rgb(126,122,50); }
td.TdClassName
{
border-color: #7E7A32;
}
.TagClassName
{
border-color: #7E7A32;
}
</style>