Shades of Pesto #7F7822
Tints of Pesto #7F7822
RGB
CMYK
RGB Variations
Color information
#7F7822 (or 0x7F7822) is known color: Pesto. HEX triplet: 7F, 78 and 22. RGB value is (127,120,34). Sum of RGB (Red+Green+Blue) = 127+120+34=281 (37% of max value = 765). Red value is 127 (50% from 255 or 45.20% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7822 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7822 is #8087DD. Grayscale: #707070. Windows color (decimal): -8423390 or 2259071. OLE color: 2259071.
HSL color Cylindrical-coordinate representation of color #7F7822: hue angle of 55.48º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F7822 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 120 | 34 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.50 |
| HSL | 55.48º | 0.58% | 0.32% | - |
| HSV(B) | 55.48º | 0.73% | 0.5% | - |
| XYZ | 15.76 | 18.06 | 4.17 | - |
| YUV | 112.29 | 83.82 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 120 | 34 | 0 | 0.06 | 0.73 | 0.50 | 55.48 | 0.58 | 0.32 |
| Hex | 7F | 78 | 22 | 0 | 6 | 49 | 32 | 37 | 3A | 20 |
| Octal | 177 | 170 | 42 | 0 | 6 | 111 | 62 | 67 | 72 | 40 |
| Binary | 1111111 | 1111000 | 100010 | 0 | 110 | 1001001 | 110010 | 110111 | 111010 | 100000 |
Color Harmonies of #7F7822
Complementary color
Monochromatic Colors of #7F7822
Black with #7F7822
Text Example
Text Example
White with #7F7822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7822; }
p { color: rgb(127,120,34); }
H1.HeaderClassName
{
color: #7F7822;
}
.AnyTagClassName
{
color: #7F7822;
}
</style>
background-color css
<style>
a { background-color: #7F7822; }
a { background-color: rgb(127,120,34); }
div.DivClassName
{
background-color: #7F7822;
}
.BgClassName
{
background-color: #7F7822;
}
</style>
border-color css
<style>
span { border-color: #7F7822; }
span { border-color: rgb(127,120,34); }
td.TdClassName
{
border-color: #7F7822;
}
.TagClassName
{
border-color: #7F7822;
}
</style>