Shades of Pesto #7E7A33
Tints of Pesto #7E7A33
RGB
CMYK
RGB Variations
Color information
#7E7A33 (or 0x7E7A33) is known color: Pesto. HEX triplet: 7E, 7A and 33. RGB value is (126,122,51). Sum of RGB (Red+Green+Blue) = 126+122+51=299 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.14% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7A33 is #8185CC. Grayscale: #737373. Windows color (decimal): -8488397 or 3373694. OLE color: 3373694.
HSL color Cylindrical-coordinate representation of color #7E7A33: hue angle of 56.8º degrees, saturation: 0.42, 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 #7E7A33 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 122 | 51 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.51 |
| HSL | 56.8º | 0.42% | 0.35% | - |
| HSV(B) | 56.8º | 0.6% | 0.49% | - |
| XYZ | 16.16 | 18.59 | 5.87 | - |
| YUV | 115.1 | 91.83 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 122 | 51 | 0 | 0.03 | 0.60 | 0.51 | 56.8 | 0.42 | 0.35 |
| Hex | 7E | 7A | 33 | 0 | 3 | 3C | 33 | 39 | 2A | 23 |
| Octal | 176 | 172 | 63 | 0 | 3 | 74 | 63 | 71 | 52 | 43 |
| Binary | 1111110 | 1111010 | 110011 | 0 | 11 | 111100 | 110011 | 111001 | 101010 | 100011 |
Color Harmonies of #7E7A33
Complementary color
Monochromatic Colors of #7E7A33
Black with #7E7A33
Text Example
Text Example
White with #7E7A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7A33; }
p { color: rgb(126,122,51); }
H1.HeaderClassName
{
color: #7E7A33;
}
.AnyTagClassName
{
color: #7E7A33;
}
</style>
background-color css
<style>
a { background-color: #7E7A33; }
a { background-color: rgb(126,122,51); }
div.DivClassName
{
background-color: #7E7A33;
}
.BgClassName
{
background-color: #7E7A33;
}
</style>
border-color css
<style>
span { border-color: #7E7A33; }
span { border-color: rgb(126,122,51); }
td.TdClassName
{
border-color: #7E7A33;
}
.TagClassName
{
border-color: #7E7A33;
}
</style>