Shades of Pesto #7F792E
Tints of Pesto #7F792E
RGB
CMYK
RGB Variations
Color information
#7F792E (or 0x7F792E) is known color: Pesto. HEX triplet: 7F, 79 and 2E. RGB value is (127,121,46). Sum of RGB (Red+Green+Blue) = 127+121+46=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 127 - color contains mainly: red. Hex color #7F792E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F792E is #8086D1. Grayscale: #727272. Windows color (decimal): -8423122 or 3045759. OLE color: 3045759.
HSL color Cylindrical-coordinate representation of color #7F792E: hue angle of 55.56º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F792E is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 121 | 46 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.50 |
| HSL | 55.56º | 0.47% | 0.34% | - |
| HSV(B) | 55.56º | 0.64% | 0.5% | - |
| XYZ | 16.08 | 18.38 | 5.29 | - |
| YUV | 114.24 | 89.49 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 121 | 46 | 0 | 0.05 | 0.64 | 0.50 | 55.56 | 0.47 | 0.34 |
| Hex | 7F | 79 | 2E | 0 | 5 | 40 | 32 | 38 | 2F | 22 |
| Octal | 177 | 171 | 56 | 0 | 5 | 100 | 62 | 70 | 57 | 42 |
| Binary | 1111111 | 1111001 | 101110 | 0 | 101 | 1000000 | 110010 | 111000 | 101111 | 100010 |
Color Harmonies of #7F792E
Complementary color
Monochromatic Colors of #7F792E
Black with #7F792E
Text Example
Text Example
White with #7F792E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F792E; }
p { color: rgb(127,121,46); }
H1.HeaderClassName
{
color: #7F792E;
}
.AnyTagClassName
{
color: #7F792E;
}
</style>
background-color css
<style>
a { background-color: #7F792E; }
a { background-color: rgb(127,121,46); }
div.DivClassName
{
background-color: #7F792E;
}
.BgClassName
{
background-color: #7F792E;
}
</style>
border-color css
<style>
span { border-color: #7F792E; }
span { border-color: rgb(127,121,46); }
td.TdClassName
{
border-color: #7F792E;
}
.TagClassName
{
border-color: #7F792E;
}
</style>