Shades of Pesto #7C7020
Tints of Pesto #7C7020
RGB
CMYK
RGB Variations
Color information
#7C7020 (or 0x7C7020) is known color: Pesto. HEX triplet: 7C, 70 and 20. RGB value is (124,112,32). Sum of RGB (Red+Green+Blue) = 124+112+32=268 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.27% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7020 is #838FDF. Grayscale: #6A6A6A. Windows color (decimal): -8622048 or 2125948. OLE color: 2125948.
HSL color Cylindrical-coordinate representation of color #7C7020: hue angle of 52.17º 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 #7C7020 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 112 | 32 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.51 |
| HSL | 52.17º | 0.59% | 0.31% | - |
| HSV(B) | 52.17º | 0.74% | 0.49% | - |
| XYZ | 14.37 | 15.98 | 3.69 | - |
| YUV | 106.47 | 85.98 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 112 | 32 | 0 | 0.10 | 0.74 | 0.51 | 52.17 | 0.59 | 0.31 |
| Hex | 7C | 70 | 20 | 0 | A | 4A | 33 | 34 | 3B | 1F |
| Octal | 174 | 160 | 40 | 0 | 12 | 112 | 63 | 64 | 73 | 37 |
| Binary | 1111100 | 1110000 | 100000 | 0 | 1010 | 1001010 | 110011 | 110100 | 111011 | 11111 |
Color Harmonies of #7C7020
Complementary color
Monochromatic Colors of #7C7020
Black with #7C7020
Text Example
Text Example
White with #7C7020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7020; }
p { color: rgb(124,112,32); }
H1.HeaderClassName
{
color: #7C7020;
}
.AnyTagClassName
{
color: #7C7020;
}
</style>
background-color css
<style>
a { background-color: #7C7020; }
a { background-color: rgb(124,112,32); }
div.DivClassName
{
background-color: #7C7020;
}
.BgClassName
{
background-color: #7C7020;
}
</style>
border-color css
<style>
span { border-color: #7C7020; }
span { border-color: rgb(124,112,32); }
td.TdClassName
{
border-color: #7C7020;
}
.TagClassName
{
border-color: #7C7020;
}
</style>