Shades of Pesto #7F772F
Tints of Pesto #7F772F
RGB
CMYK
RGB Variations
Color information
#7F772F (or 0x7F772F) is known color: Pesto. HEX triplet: 7F, 77 and 2F. RGB value is (127,119,47). Sum of RGB (Red+Green+Blue) = 127+119+47=293 (38% of max value = 765). Red value is 127 (50% from 255 or 43.34% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 127 - color contains mainly: red. Hex color #7F772F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F772F is #8088D0. Grayscale: #717171. Windows color (decimal): -8423633 or 3110783. OLE color: 3110783.
HSL color Cylindrical-coordinate representation of color #7F772F: hue angle of 54º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F772F is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 119 | 47 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.50 |
| HSL | 54º | 0.46% | 0.34% | - |
| HSV(B) | 54º | 0.63% | 0.5% | - |
| XYZ | 15.86 | 17.91 | 5.31 | - |
| YUV | 113.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 119 | 47 | 0 | 0.06 | 0.63 | 0.50 | 54 | 0.46 | 0.34 |
| Hex | 7F | 77 | 2F | 0 | 6 | 3F | 32 | 36 | 2E | 22 |
| Octal | 177 | 167 | 57 | 0 | 6 | 77 | 62 | 66 | 56 | 42 |
| Binary | 1111111 | 1110111 | 101111 | 0 | 110 | 111111 | 110010 | 110110 | 101110 | 100010 |
Color Harmonies of #7F772F
Complementary color
Monochromatic Colors of #7F772F
Black with #7F772F
Text Example
Text Example
White with #7F772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F772F; }
p { color: rgb(127,119,47); }
H1.HeaderClassName
{
color: #7F772F;
}
.AnyTagClassName
{
color: #7F772F;
}
</style>
background-color css
<style>
a { background-color: #7F772F; }
a { background-color: rgb(127,119,47); }
div.DivClassName
{
background-color: #7F772F;
}
.BgClassName
{
background-color: #7F772F;
}
</style>
border-color css
<style>
span { border-color: #7F772F; }
span { border-color: rgb(127,119,47); }
td.TdClassName
{
border-color: #7F772F;
}
.TagClassName
{
border-color: #7F772F;
}
</style>