Shades of Pesto #7D7822
Tints of Pesto #7D7822
RGB
CMYK
RGB Variations
Color information
#7D7822 (or 0x7D7822) is known color: Pesto. HEX triplet: 7D, 78 and 22. RGB value is (125,120,34). Sum of RGB (Red+Green+Blue) = 125+120+34=279 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.80% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7822 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7822 is #8287DD. Grayscale: #707070. Windows color (decimal): -8554462 or 2259069. OLE color: 2259069.
HSL color Cylindrical-coordinate representation of color #7D7822: hue angle of 56.7º 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 #7D7822 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 120 | 34 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.51 |
| HSL | 56.7º | 0.57% | 0.31% | - |
| HSV(B) | 56.7º | 0.73% | 0.49% | - |
| XYZ | 15.46 | 17.91 | 4.16 | - |
| YUV | 111.69 | 84.16 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 120 | 34 | 0 | 0.04 | 0.73 | 0.51 | 56.7 | 0.57 | 0.31 |
| Hex | 7D | 78 | 22 | 0 | 4 | 49 | 33 | 39 | 39 | 1F |
| Octal | 175 | 170 | 42 | 0 | 4 | 111 | 63 | 71 | 71 | 37 |
| Binary | 1111101 | 1111000 | 100010 | 0 | 100 | 1001001 | 110011 | 111001 | 111001 | 11111 |
Color Harmonies of #7D7822
Complementary color
Monochromatic Colors of #7D7822
Black with #7D7822
Text Example
Text Example
White with #7D7822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7822; }
p { color: rgb(125,120,34); }
H1.HeaderClassName
{
color: #7D7822;
}
.AnyTagClassName
{
color: #7D7822;
}
</style>
background-color css
<style>
a { background-color: #7D7822; }
a { background-color: rgb(125,120,34); }
div.DivClassName
{
background-color: #7D7822;
}
.BgClassName
{
background-color: #7D7822;
}
</style>
border-color css
<style>
span { border-color: #7D7822; }
span { border-color: rgb(125,120,34); }
td.TdClassName
{
border-color: #7D7822;
}
.TagClassName
{
border-color: #7D7822;
}
</style>