Shades of Pesto #7F7336
Tints of Pesto #7F7336
RGB
CMYK
RGB Variations
Color information
#7F7336 (or 0x7F7336) is known color: Pesto. HEX triplet: 7F, 73 and 36. RGB value is (127,115,54). Sum of RGB (Red+Green+Blue) = 127+115+54=296 (39% of max value = 765). Red value is 127 (50% from 255 or 42.91% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7336 is #808CC9. Grayscale: #6F6F6F. Windows color (decimal): -8424650 or 3568511. OLE color: 3568511.
HSL color Cylindrical-coordinate representation of color #7F7336: hue angle of 50.14º 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 #7F7336 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 115 | 54 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.50 |
| HSL | 50.14º | 0.4% | 0.35% | - |
| HSV(B) | 50.14º | 0.57% | 0.5% | - |
| XYZ | 15.55 | 17.04 | 5.96 | - |
| YUV | 111.63 | 95.48 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 54 | 0 | 0.09 | 0.57 | 0.50 | 50.14 | 0.4 | 0.35 |
| Hex | 7F | 73 | 36 | 0 | 9 | 39 | 32 | 32 | 28 | 23 |
| Octal | 177 | 163 | 66 | 0 | 11 | 71 | 62 | 62 | 50 | 43 |
| Binary | 1111111 | 1110011 | 110110 | 0 | 1001 | 111001 | 110010 | 110010 | 101000 | 100011 |
Color Harmonies of #7F7336
Complementary color
Monochromatic Colors of #7F7336
Black with #7F7336
Text Example
Text Example
White with #7F7336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7336; }
p { color: rgb(127,115,54); }
H1.HeaderClassName
{
color: #7F7336;
}
.AnyTagClassName
{
color: #7F7336;
}
</style>
background-color css
<style>
a { background-color: #7F7336; }
a { background-color: rgb(127,115,54); }
div.DivClassName
{
background-color: #7F7336;
}
.BgClassName
{
background-color: #7F7336;
}
</style>
border-color css
<style>
span { border-color: #7F7336; }
span { border-color: rgb(127,115,54); }
td.TdClassName
{
border-color: #7F7336;
}
.TagClassName
{
border-color: #7F7336;
}
</style>