Shades of Pesto #7D7020
Tints of Pesto #7D7020
RGB
CMYK
RGB Variations
Color information
#7D7020 (or 0x7D7020) is known color: Pesto. HEX triplet: 7D, 70 and 20. RGB value is (125,112,32). Sum of RGB (Red+Green+Blue) = 125+112+32=269 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.47% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7020 is #828FDF. Grayscale: #6B6B6B. Windows color (decimal): -8556512 or 2125949. OLE color: 2125949.
HSL color Cylindrical-coordinate representation of color #7D7020: hue angle of 51.61º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D7020 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 112 | 32 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.51 |
| HSL | 51.61º | 0.59% | 0.31% | - |
| HSV(B) | 51.61º | 0.74% | 0.49% | - |
| XYZ | 14.51 | 16.05 | 3.7 | - |
| YUV | 106.77 | 85.81 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 32 | 0 | 0.10 | 0.74 | 0.51 | 51.61 | 0.59 | 0.31 |
| Hex | 7D | 70 | 20 | 0 | A | 4A | 33 | 34 | 3B | 1F |
| Octal | 175 | 160 | 40 | 0 | 12 | 112 | 63 | 64 | 73 | 37 |
| Binary | 1111101 | 1110000 | 100000 | 0 | 1010 | 1001010 | 110011 | 110100 | 111011 | 11111 |
Color Harmonies of #7D7020
Complementary color
Monochromatic Colors of #7D7020
Black with #7D7020
Text Example
Text Example
White with #7D7020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7020; }
p { color: rgb(125,112,32); }
H1.HeaderClassName
{
color: #7D7020;
}
.AnyTagClassName
{
color: #7D7020;
}
</style>
background-color css
<style>
a { background-color: #7D7020; }
a { background-color: rgb(125,112,32); }
div.DivClassName
{
background-color: #7D7020;
}
.BgClassName
{
background-color: #7D7020;
}
</style>
border-color css
<style>
span { border-color: #7D7020; }
span { border-color: rgb(125,112,32); }
td.TdClassName
{
border-color: #7D7020;
}
.TagClassName
{
border-color: #7D7020;
}
</style>