Shades of Pesto #7D792C
Tints of Pesto #7D792C
RGB
CMYK
RGB Variations
Color information
#7D792C (or 0x7D792C) is known color: Pesto. HEX triplet: 7D, 79 and 2C. RGB value is (125,121,44). Sum of RGB (Red+Green+Blue) = 125+121+44=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 125 - color contains mainly: red. Hex color #7D792C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D792C is #8286D3. Grayscale: #717171. Windows color (decimal): -8554196 or 2914685. OLE color: 2914685.
HSL color Cylindrical-coordinate representation of color #7D792C: hue angle of 57.04º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D792C is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 121 | 44 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.51 |
| HSL | 57.04º | 0.48% | 0.33% | - |
| HSV(B) | 57.04º | 0.65% | 0.49% | - |
| XYZ | 15.75 | 18.22 | 5.07 | - |
| YUV | 113.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 121 | 44 | 0 | 0.03 | 0.65 | 0.51 | 57.04 | 0.48 | 0.33 |
| Hex | 7D | 79 | 2C | 0 | 3 | 41 | 33 | 39 | 30 | 21 |
| Octal | 175 | 171 | 54 | 0 | 3 | 101 | 63 | 71 | 60 | 41 |
| Binary | 1111101 | 1111001 | 101100 | 0 | 11 | 1000001 | 110011 | 111001 | 110000 | 100001 |
Color Harmonies of #7D792C
Complementary color
Monochromatic Colors of #7D792C
Black with #7D792C
Text Example
Text Example
White with #7D792C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D792C; }
p { color: rgb(125,121,44); }
H1.HeaderClassName
{
color: #7D792C;
}
.AnyTagClassName
{
color: #7D792C;
}
</style>
background-color css
<style>
a { background-color: #7D792C; }
a { background-color: rgb(125,121,44); }
div.DivClassName
{
background-color: #7D792C;
}
.BgClassName
{
background-color: #7D792C;
}
</style>
border-color css
<style>
span { border-color: #7D792C; }
span { border-color: rgb(125,121,44); }
td.TdClassName
{
border-color: #7D792C;
}
.TagClassName
{
border-color: #7D792C;
}
</style>