Shades of Pesto #7D792D
Tints of Pesto #7D792D
RGB
CMYK
RGB Variations
Color information
#7D792D (or 0x7D792D) is known color: Pesto. HEX triplet: 7D, 79 and 2D. RGB value is (125,121,45). Sum of RGB (Red+Green+Blue) = 125+121+45=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 125 - color contains mainly: red. Hex color #7D792D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D792D is #8286D2. Grayscale: #717171. Windows color (decimal): -8554195 or 2980221. OLE color: 2980221.
HSL color Cylindrical-coordinate representation of color #7D792D: hue angle of 57º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D792D is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 121 | 45 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.51 |
| HSL | 57º | 0.47% | 0.33% | - |
| HSV(B) | 57º | 0.64% | 0.49% | - |
| XYZ | 15.77 | 18.22 | 5.17 | - |
| YUV | 113.53 | 89.33 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 121 | 45 | 0 | 0.03 | 0.64 | 0.51 | 57 | 0.47 | 0.33 |
| Hex | 7D | 79 | 2D | 0 | 3 | 40 | 33 | 39 | 2F | 21 |
| Octal | 175 | 171 | 55 | 0 | 3 | 100 | 63 | 71 | 57 | 41 |
| Binary | 1111101 | 1111001 | 101101 | 0 | 11 | 1000000 | 110011 | 111001 | 101111 | 100001 |
Color Harmonies of #7D792D
Complementary color
Monochromatic Colors of #7D792D
Black with #7D792D
Text Example
Text Example
White with #7D792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D792D; }
p { color: rgb(125,121,45); }
H1.HeaderClassName
{
color: #7D792D;
}
.AnyTagClassName
{
color: #7D792D;
}
</style>
background-color css
<style>
a { background-color: #7D792D; }
a { background-color: rgb(125,121,45); }
div.DivClassName
{
background-color: #7D792D;
}
.BgClassName
{
background-color: #7D792D;
}
</style>
border-color css
<style>
span { border-color: #7D792D; }
span { border-color: rgb(125,121,45); }
td.TdClassName
{
border-color: #7D792D;
}
.TagClassName
{
border-color: #7D792D;
}
</style>