Shades of Pesto #7F762F
Tints of Pesto #7F762F
RGB
CMYK
RGB Variations
Color information
#7F762F (or 0x7F762F) is known color: Pesto. HEX triplet: 7F, 76 and 2F. RGB value is (127,118,47). Sum of RGB (Red+Green+Blue) = 127+118+47=292 (38% of max value = 765). Red value is 127 (50% from 255 or 43.49% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 127 - color contains mainly: red. Hex color #7F762F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F762F is #8089D0. Grayscale: #707070. Windows color (decimal): -8423889 or 3110527. OLE color: 3110527.
HSL color Cylindrical-coordinate representation of color #7F762F: hue angle of 53.25º 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 #7F762F is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 118 | 47 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.50 |
| HSL | 53.25º | 0.46% | 0.34% | - |
| HSV(B) | 53.25º | 0.63% | 0.5% | - |
| XYZ | 15.74 | 17.67 | 5.27 | - |
| YUV | 112.6 | 90.98 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 118 | 47 | 0 | 0.07 | 0.63 | 0.50 | 53.25 | 0.46 | 0.34 |
| Hex | 7F | 76 | 2F | 0 | 7 | 3F | 32 | 35 | 2E | 22 |
| Octal | 177 | 166 | 57 | 0 | 7 | 77 | 62 | 65 | 56 | 42 |
| Binary | 1111111 | 1110110 | 101111 | 0 | 111 | 111111 | 110010 | 110101 | 101110 | 100010 |
Color Harmonies of #7F762F
Complementary color
Monochromatic Colors of #7F762F
Black with #7F762F
Text Example
Text Example
White with #7F762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F762F; }
p { color: rgb(127,118,47); }
H1.HeaderClassName
{
color: #7F762F;
}
.AnyTagClassName
{
color: #7F762F;
}
</style>
background-color css
<style>
a { background-color: #7F762F; }
a { background-color: rgb(127,118,47); }
div.DivClassName
{
background-color: #7F762F;
}
.BgClassName
{
background-color: #7F762F;
}
</style>
border-color css
<style>
span { border-color: #7F762F; }
span { border-color: rgb(127,118,47); }
td.TdClassName
{
border-color: #7F762F;
}
.TagClassName
{
border-color: #7F762F;
}
</style>