Shades of Pesto #7F732E
Tints of Pesto #7F732E
RGB
CMYK
RGB Variations
Color information
#7F732E (or 0x7F732E) is known color: Pesto. HEX triplet: 7F, 73 and 2E. RGB value is (127,115,46). Sum of RGB (Red+Green+Blue) = 127+115+46=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 127 - color contains mainly: red. Hex color #7F732E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F732E is #808CD1. Grayscale: #6F6F6F. Windows color (decimal): -8424658 or 3044223. OLE color: 3044223.
HSL color Cylindrical-coordinate representation of color #7F732E: hue angle of 51.11º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F732E is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 115 | 46 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.50 |
| HSL | 51.11º | 0.47% | 0.34% | - |
| HSV(B) | 51.11º | 0.64% | 0.5% | - |
| XYZ | 15.38 | 16.97 | 5.05 | - |
| YUV | 110.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 46 | 0 | 0.09 | 0.64 | 0.50 | 51.11 | 0.47 | 0.34 |
| Hex | 7F | 73 | 2E | 0 | 9 | 40 | 32 | 33 | 2F | 22 |
| Octal | 177 | 163 | 56 | 0 | 11 | 100 | 62 | 63 | 57 | 42 |
| Binary | 1111111 | 1110011 | 101110 | 0 | 1001 | 1000000 | 110010 | 110011 | 101111 | 100010 |
Color Harmonies of #7F732E
Complementary color
Monochromatic Colors of #7F732E
Black with #7F732E
Text Example
Text Example
White with #7F732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F732E; }
p { color: rgb(127,115,46); }
H1.HeaderClassName
{
color: #7F732E;
}
.AnyTagClassName
{
color: #7F732E;
}
</style>
background-color css
<style>
a { background-color: #7F732E; }
a { background-color: rgb(127,115,46); }
div.DivClassName
{
background-color: #7F732E;
}
.BgClassName
{
background-color: #7F732E;
}
</style>
border-color css
<style>
span { border-color: #7F732E; }
span { border-color: rgb(127,115,46); }
td.TdClassName
{
border-color: #7F732E;
}
.TagClassName
{
border-color: #7F732E;
}
</style>