Shades of Pesto #7F7332
Tints of Pesto #7F7332
RGB
CMYK
RGB Variations
Color information
#7F7332 (or 0x7F7332) is known color: Pesto. HEX triplet: 7F, 73 and 32. RGB value is (127,115,50). Sum of RGB (Red+Green+Blue) = 127+115+50=292 (38% of max value = 765). Red value is 127 (50% from 255 or 43.49% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7332 is #808CCD. Grayscale: #6F6F6F. Windows color (decimal): -8424654 or 3306367. OLE color: 3306367.
HSL color Cylindrical-coordinate representation of color #7F7332: hue angle of 50.65º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F7332 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 115 | 50 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.50 |
| HSL | 50.65º | 0.44% | 0.35% | - |
| HSV(B) | 50.65º | 0.61% | 0.5% | - |
| XYZ | 15.46 | 17 | 5.48 | - |
| YUV | 111.18 | 93.48 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 50 | 0 | 0.09 | 0.61 | 0.50 | 50.65 | 0.44 | 0.35 |
| Hex | 7F | 73 | 32 | 0 | 9 | 3D | 32 | 33 | 2C | 23 |
| Octal | 177 | 163 | 62 | 0 | 11 | 75 | 62 | 63 | 54 | 43 |
| Binary | 1111111 | 1110011 | 110010 | 0 | 1001 | 111101 | 110010 | 110011 | 101100 | 100011 |
Color Harmonies of #7F7332
Complementary color
Monochromatic Colors of #7F7332
Black with #7F7332
Text Example
Text Example
White with #7F7332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7332; }
p { color: rgb(127,115,50); }
H1.HeaderClassName
{
color: #7F7332;
}
.AnyTagClassName
{
color: #7F7332;
}
</style>
background-color css
<style>
a { background-color: #7F7332; }
a { background-color: rgb(127,115,50); }
div.DivClassName
{
background-color: #7F7332;
}
.BgClassName
{
background-color: #7F7332;
}
</style>
border-color css
<style>
span { border-color: #7F7332; }
span { border-color: rgb(127,115,50); }
td.TdClassName
{
border-color: #7F7332;
}
.TagClassName
{
border-color: #7F7332;
}
</style>