Shades of Pesto #7F7937
Tints of Pesto #7F7937
RGB
CMYK
RGB Variations
Color information
#7F7937 (or 0x7F7937) is known color: Pesto. HEX triplet: 7F, 79 and 37. RGB value is (127,121,55). Sum of RGB (Red+Green+Blue) = 127+121+55=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7937 is #8086C8. Grayscale: #737373. Windows color (decimal): -8423113 or 3635583. OLE color: 3635583.
HSL color Cylindrical-coordinate representation of color #7F7937: hue angle of 55º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F7937 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 121 | 55 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.50 |
| HSL | 55º | 0.4% | 0.36% | - |
| HSV(B) | 55º | 0.57% | 0.5% | - |
| XYZ | 16.28 | 18.46 | 6.32 | - |
| YUV | 115.27 | 93.99 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 121 | 55 | 0 | 0.05 | 0.57 | 0.50 | 55 | 0.4 | 0.36 |
| Hex | 7F | 79 | 37 | 0 | 5 | 39 | 32 | 37 | 28 | 24 |
| Octal | 177 | 171 | 67 | 0 | 5 | 71 | 62 | 67 | 50 | 44 |
| Binary | 1111111 | 1111001 | 110111 | 0 | 101 | 111001 | 110010 | 110111 | 101000 | 100100 |
Color Harmonies of #7F7937
Complementary color
Monochromatic Colors of #7F7937
Black with #7F7937
Text Example
Text Example
White with #7F7937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7937; }
p { color: rgb(127,121,55); }
H1.HeaderClassName
{
color: #7F7937;
}
.AnyTagClassName
{
color: #7F7937;
}
</style>
background-color css
<style>
a { background-color: #7F7937; }
a { background-color: rgb(127,121,55); }
div.DivClassName
{
background-color: #7F7937;
}
.BgClassName
{
background-color: #7F7937;
}
</style>
border-color css
<style>
span { border-color: #7F7937; }
span { border-color: rgb(127,121,55); }
td.TdClassName
{
border-color: #7F7937;
}
.TagClassName
{
border-color: #7F7937;
}
</style>