Shades of Pesto #7F7622
Tints of Pesto #7F7622
RGB
CMYK
RGB Variations
Color information
#7F7622 (or 0x7F7622) is known color: Pesto. HEX triplet: 7F, 76 and 22. RGB value is (127,118,34). Sum of RGB (Red+Green+Blue) = 127+118+34=279 (36% of max value = 765). Red value is 127 (50% from 255 or 45.52% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7622 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7622 is #8089DD. Grayscale: #6F6F6F. Windows color (decimal): -8423902 or 2258559. OLE color: 2258559.
HSL color Cylindrical-coordinate representation of color #7F7622: hue angle of 54.19º 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 #7F7622 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 118 | 34 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.50 |
| HSL | 54.19º | 0.58% | 0.32% | - |
| HSV(B) | 54.19º | 0.73% | 0.5% | - |
| XYZ | 15.52 | 17.58 | 4.09 | - |
| YUV | 111.12 | 84.48 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 118 | 34 | 0 | 0.07 | 0.73 | 0.50 | 54.19 | 0.58 | 0.32 |
| Hex | 7F | 76 | 22 | 0 | 7 | 49 | 32 | 36 | 3A | 20 |
| Octal | 177 | 166 | 42 | 0 | 7 | 111 | 62 | 66 | 72 | 40 |
| Binary | 1111111 | 1110110 | 100010 | 0 | 111 | 1001001 | 110010 | 110110 | 111010 | 100000 |
Color Harmonies of #7F7622
Complementary color
Monochromatic Colors of #7F7622
Black with #7F7622
Text Example
Text Example
White with #7F7622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7622; }
p { color: rgb(127,118,34); }
H1.HeaderClassName
{
color: #7F7622;
}
.AnyTagClassName
{
color: #7F7622;
}
</style>
background-color css
<style>
a { background-color: #7F7622; }
a { background-color: rgb(127,118,34); }
div.DivClassName
{
background-color: #7F7622;
}
.BgClassName
{
background-color: #7F7622;
}
</style>
border-color css
<style>
span { border-color: #7F7622; }
span { border-color: rgb(127,118,34); }
td.TdClassName
{
border-color: #7F7622;
}
.TagClassName
{
border-color: #7F7622;
}
</style>