Shades of Pesto #7F732D
Tints of Pesto #7F732D
RGB
CMYK
RGB Variations
Color information
#7F732D (or 0x7F732D) is known color: Pesto. HEX triplet: 7F, 73 and 2D. RGB value is (127,115,45). Sum of RGB (Red+Green+Blue) = 127+115+45=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 127 - color contains mainly: red. Hex color #7F732D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F732D is #808CD2. Grayscale: #6E6E6E. Windows color (decimal): -8424659 or 2978687. OLE color: 2978687.
HSL color Cylindrical-coordinate representation of color #7F732D: hue angle of 51.22º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F732D is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 115 | 45 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.50 |
| HSL | 51.22º | 0.48% | 0.34% | - |
| HSV(B) | 51.22º | 0.65% | 0.5% | - |
| XYZ | 15.36 | 16.96 | 4.95 | - |
| YUV | 110.61 | 90.98 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 45 | 0 | 0.09 | 0.65 | 0.50 | 51.22 | 0.48 | 0.34 |
| Hex | 7F | 73 | 2D | 0 | 9 | 41 | 32 | 33 | 30 | 22 |
| Octal | 177 | 163 | 55 | 0 | 11 | 101 | 62 | 63 | 60 | 42 |
| Binary | 1111111 | 1110011 | 101101 | 0 | 1001 | 1000001 | 110010 | 110011 | 110000 | 100010 |
Color Harmonies of #7F732D
Complementary color
Monochromatic Colors of #7F732D
Black with #7F732D
Text Example
Text Example
White with #7F732D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F732D; }
p { color: rgb(127,115,45); }
H1.HeaderClassName
{
color: #7F732D;
}
.AnyTagClassName
{
color: #7F732D;
}
</style>
background-color css
<style>
a { background-color: #7F732D; }
a { background-color: rgb(127,115,45); }
div.DivClassName
{
background-color: #7F732D;
}
.BgClassName
{
background-color: #7F732D;
}
</style>
border-color css
<style>
span { border-color: #7F732D; }
span { border-color: rgb(127,115,45); }
td.TdClassName
{
border-color: #7F732D;
}
.TagClassName
{
border-color: #7F732D;
}
</style>