Shades of Pesto #7C7620
Tints of Pesto #7C7620
RGB
CMYK
RGB Variations
Color information
#7C7620 (or 0x7C7620) is known color: Pesto. HEX triplet: 7C, 76 and 20. RGB value is (124,118,32). Sum of RGB (Red+Green+Blue) = 124+118+32=274 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.26% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7620 is #8389DF. Grayscale: #6E6E6E. Windows color (decimal): -8620512 or 2127484. OLE color: 2127484.
HSL color Cylindrical-coordinate representation of color #7C7620: hue angle of 56.09º 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 #7C7620 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 118 | 32 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.51 |
| HSL | 56.09º | 0.59% | 0.31% | - |
| HSV(B) | 56.09º | 0.74% | 0.49% | - |
| XYZ | 15.05 | 17.35 | 3.92 | - |
| YUV | 109.99 | 83.99 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 32 | 0 | 0.05 | 0.74 | 0.51 | 56.09 | 0.59 | 0.31 |
| Hex | 7C | 76 | 20 | 0 | 5 | 4A | 33 | 38 | 3B | 1F |
| Octal | 174 | 166 | 40 | 0 | 5 | 112 | 63 | 70 | 73 | 37 |
| Binary | 1111100 | 1110110 | 100000 | 0 | 101 | 1001010 | 110011 | 111000 | 111011 | 11111 |
Color Harmonies of #7C7620
Complementary color
Monochromatic Colors of #7C7620
Black with #7C7620
Text Example
Text Example
White with #7C7620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7620; }
p { color: rgb(124,118,32); }
H1.HeaderClassName
{
color: #7C7620;
}
.AnyTagClassName
{
color: #7C7620;
}
</style>
background-color css
<style>
a { background-color: #7C7620; }
a { background-color: rgb(124,118,32); }
div.DivClassName
{
background-color: #7C7620;
}
.BgClassName
{
background-color: #7C7620;
}
</style>
border-color css
<style>
span { border-color: #7C7620; }
span { border-color: rgb(124,118,32); }
td.TdClassName
{
border-color: #7C7620;
}
.TagClassName
{
border-color: #7C7620;
}
</style>