Shades of Pesto #7F7326
Tints of Pesto #7F7326
RGB
CMYK
RGB Variations
Color information
#7F7326 (or 0x7F7326) is known color: Pesto. HEX triplet: 7F, 73 and 26. RGB value is (127,115,38). Sum of RGB (Red+Green+Blue) = 127+115+38=280 (37% of max value = 765). Red value is 127 (50% from 255 or 45.36% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7326 is #808CD9. Grayscale: #6E6E6E. Windows color (decimal): -8424666 or 2519935. OLE color: 2519935.
HSL color Cylindrical-coordinate representation of color #7F7326: hue angle of 51.91º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F7326 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 115 | 38 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.50 |
| HSL | 51.91º | 0.54% | 0.32% | - |
| HSV(B) | 51.91º | 0.7% | 0.5% | - |
| XYZ | 15.23 | 16.91 | 4.3 | - |
| YUV | 109.81 | 87.48 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 38 | 0 | 0.09 | 0.70 | 0.50 | 51.91 | 0.54 | 0.32 |
| Hex | 7F | 73 | 26 | 0 | 9 | 46 | 32 | 34 | 36 | 20 |
| Octal | 177 | 163 | 46 | 0 | 11 | 106 | 62 | 64 | 66 | 40 |
| Binary | 1111111 | 1110011 | 100110 | 0 | 1001 | 1000110 | 110010 | 110100 | 110110 | 100000 |
Color Harmonies of #7F7326
Complementary color
Monochromatic Colors of #7F7326
Black with #7F7326
Text Example
Text Example
White with #7F7326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7326; }
p { color: rgb(127,115,38); }
H1.HeaderClassName
{
color: #7F7326;
}
.AnyTagClassName
{
color: #7F7326;
}
</style>
background-color css
<style>
a { background-color: #7F7326; }
a { background-color: rgb(127,115,38); }
div.DivClassName
{
background-color: #7F7326;
}
.BgClassName
{
background-color: #7F7326;
}
</style>
border-color css
<style>
span { border-color: #7F7326; }
span { border-color: rgb(127,115,38); }
td.TdClassName
{
border-color: #7F7326;
}
.TagClassName
{
border-color: #7F7326;
}
</style>