Shades of Pesto #7C7922
Tints of Pesto #7C7922
RGB
CMYK
RGB Variations
Color information
#7C7922 (or 0x7C7922) is known color: Pesto. HEX triplet: 7C, 79 and 22. RGB value is (124,121,34). Sum of RGB (Red+Green+Blue) = 124+121+34=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7922 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7922 is #8386DD. Grayscale: #707070. Windows color (decimal): -8619742 or 2259324. OLE color: 2259324.
HSL color Cylindrical-coordinate representation of color #7C7922: hue angle of 58º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C7922 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 121 | 34 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.51 |
| HSL | 58º | 0.57% | 0.31% | - |
| HSV(B) | 58º | 0.73% | 0.49% | - |
| XYZ | 15.44 | 18.08 | 4.19 | - |
| YUV | 111.98 | 83.99 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 121 | 34 | 0 | 0.02 | 0.73 | 0.51 | 58 | 0.57 | 0.31 |
| Hex | 7C | 79 | 22 | 0 | 2 | 49 | 33 | 3A | 39 | 1F |
| Octal | 174 | 171 | 42 | 0 | 2 | 111 | 63 | 72 | 71 | 37 |
| Binary | 1111100 | 1111001 | 100010 | 0 | 10 | 1001001 | 110011 | 111010 | 111001 | 11111 |
Color Harmonies of #7C7922
Complementary color
Monochromatic Colors of #7C7922
Black with #7C7922
Text Example
Text Example
White with #7C7922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7922; }
p { color: rgb(124,121,34); }
H1.HeaderClassName
{
color: #7C7922;
}
.AnyTagClassName
{
color: #7C7922;
}
</style>
background-color css
<style>
a { background-color: #7C7922; }
a { background-color: rgb(124,121,34); }
div.DivClassName
{
background-color: #7C7922;
}
.BgClassName
{
background-color: #7C7922;
}
</style>
border-color css
<style>
span { border-color: #7C7922; }
span { border-color: rgb(124,121,34); }
td.TdClassName
{
border-color: #7C7922;
}
.TagClassName
{
border-color: #7C7922;
}
</style>