Shades of Pesto #7F7026
Tints of Pesto #7F7026
RGB
CMYK
RGB Variations
Color information
#7F7026 (or 0x7F7026) is known color: Pesto. HEX triplet: 7F, 70 and 26. RGB value is (127,112,38). Sum of RGB (Red+Green+Blue) = 127+112+38=277 (36% of max value = 765). Red value is 127 (50% from 255 or 45.85% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7026 is #808FD9. Grayscale: #6C6C6C. Windows color (decimal): -8425434 or 2519167. OLE color: 2519167.
HSL color Cylindrical-coordinate representation of color #7F7026: hue angle of 49.89º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F7026 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 112 | 38 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.50 |
| HSL | 49.89º | 0.54% | 0.32% | - |
| HSV(B) | 49.89º | 0.7% | 0.5% | - |
| XYZ | 14.9 | 16.24 | 4.18 | - |
| YUV | 108.05 | 88.47 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 112 | 38 | 0 | 0.12 | 0.70 | 0.50 | 49.89 | 0.54 | 0.32 |
| Hex | 7F | 70 | 26 | 0 | C | 46 | 32 | 32 | 36 | 20 |
| Octal | 177 | 160 | 46 | 0 | 14 | 106 | 62 | 62 | 66 | 40 |
| Binary | 1111111 | 1110000 | 100110 | 0 | 1100 | 1000110 | 110010 | 110010 | 110110 | 100000 |
Color Harmonies of #7F7026
Complementary color
Monochromatic Colors of #7F7026
Black with #7F7026
Text Example
Text Example
White with #7F7026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7026; }
p { color: rgb(127,112,38); }
H1.HeaderClassName
{
color: #7F7026;
}
.AnyTagClassName
{
color: #7F7026;
}
</style>
background-color css
<style>
a { background-color: #7F7026; }
a { background-color: rgb(127,112,38); }
div.DivClassName
{
background-color: #7F7026;
}
.BgClassName
{
background-color: #7F7026;
}
</style>
border-color css
<style>
span { border-color: #7F7026; }
span { border-color: rgb(127,112,38); }
td.TdClassName
{
border-color: #7F7026;
}
.TagClassName
{
border-color: #7F7026;
}
</style>