Shades of Pesto #7E761F
Tints of Pesto #7E761F
RGB
CMYK
RGB Variations
Color information
#7E761F (or 0x7E761F) is known color: Pesto. HEX triplet: 7E, 76 and 1F. RGB value is (126,118,31). Sum of RGB (Red+Green+Blue) = 126+118+31=275 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.82% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 126 - color contains mainly: red. Hex color #7E761F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E761F is #8189E0. Grayscale: #6E6E6E. Windows color (decimal): -8489441 or 2061950. OLE color: 2061950.
HSL color Cylindrical-coordinate representation of color #7E761F: hue angle of 54.95º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E761F is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 118 | 31 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.51 |
| HSL | 54.95º | 0.61% | 0.31% | - |
| HSV(B) | 54.95º | 0.75% | 0.49% | - |
| XYZ | 15.33 | 17.49 | 3.86 | - |
| YUV | 110.47 | 83.15 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 118 | 31 | 0 | 0.06 | 0.75 | 0.51 | 54.95 | 0.61 | 0.31 |
| Hex | 7E | 76 | 1F | 0 | 6 | 4B | 33 | 37 | 3D | 1F |
| Octal | 176 | 166 | 37 | 0 | 6 | 113 | 63 | 67 | 75 | 37 |
| Binary | 1111110 | 1110110 | 11111 | 0 | 110 | 1001011 | 110011 | 110111 | 111101 | 11111 |
Color Harmonies of #7E761F
Complementary color
Monochromatic Colors of #7E761F
Black with #7E761F
Text Example
Text Example
White with #7E761F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E761F; }
p { color: rgb(126,118,31); }
H1.HeaderClassName
{
color: #7E761F;
}
.AnyTagClassName
{
color: #7E761F;
}
</style>
background-color css
<style>
a { background-color: #7E761F; }
a { background-color: rgb(126,118,31); }
div.DivClassName
{
background-color: #7E761F;
}
.BgClassName
{
background-color: #7E761F;
}
</style>
border-color css
<style>
span { border-color: #7E761F; }
span { border-color: rgb(126,118,31); }
td.TdClassName
{
border-color: #7E761F;
}
.TagClassName
{
border-color: #7E761F;
}
</style>