Shades of Pesto #7F7736
Tints of Pesto #7F7736
RGB
CMYK
RGB Variations
Color information
#7F7736 (or 0x7F7736) is known color: Pesto. HEX triplet: 7F, 77 and 36. RGB value is (127,119,54). Sum of RGB (Red+Green+Blue) = 127+119+54=300 (39% of max value = 765). Red value is 127 (50% from 255 or 42.33% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7736 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7736 is #8088C9. Grayscale: #727272. Windows color (decimal): -8423626 or 3569535. OLE color: 3569535.
HSL color Cylindrical-coordinate representation of color #7F7736: hue angle of 53.42º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F7736 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 119 | 54 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.50 |
| HSL | 53.42º | 0.4% | 0.35% | - |
| HSV(B) | 53.42º | 0.57% | 0.5% | - |
| XYZ | 16.02 | 17.97 | 6.11 | - |
| YUV | 113.98 | 94.15 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 119 | 54 | 0 | 0.06 | 0.57 | 0.50 | 53.42 | 0.4 | 0.35 |
| Hex | 7F | 77 | 36 | 0 | 6 | 39 | 32 | 35 | 28 | 23 |
| Octal | 177 | 167 | 66 | 0 | 6 | 71 | 62 | 65 | 50 | 43 |
| Binary | 1111111 | 1110111 | 110110 | 0 | 110 | 111001 | 110010 | 110101 | 101000 | 100011 |
Color Harmonies of #7F7736
Complementary color
Monochromatic Colors of #7F7736
Black with #7F7736
Text Example
Text Example
White with #7F7736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7736; }
p { color: rgb(127,119,54); }
H1.HeaderClassName
{
color: #7F7736;
}
.AnyTagClassName
{
color: #7F7736;
}
</style>
background-color css
<style>
a { background-color: #7F7736; }
a { background-color: rgb(127,119,54); }
div.DivClassName
{
background-color: #7F7736;
}
.BgClassName
{
background-color: #7F7736;
}
</style>
border-color css
<style>
span { border-color: #7F7736; }
span { border-color: rgb(127,119,54); }
td.TdClassName
{
border-color: #7F7736;
}
.TagClassName
{
border-color: #7F7736;
}
</style>