Shades of Pesto #7F7625
Tints of Pesto #7F7625
RGB
CMYK
RGB Variations
Color information
#7F7625 (or 0x7F7625) is known color: Pesto. HEX triplet: 7F, 76 and 25. RGB value is (127,118,37). Sum of RGB (Red+Green+Blue) = 127+118+37=282 (37% of max value = 765). Red value is 127 (50% from 255 or 45.04% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7625 is #8089DA. Grayscale: #6F6F6F. Windows color (decimal): -8423899 or 2455167. OLE color: 2455167.
HSL color Cylindrical-coordinate representation of color #7F7625: hue angle of 54º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F7625 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 118 | 37 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.50 |
| HSL | 54º | 0.55% | 0.32% | - |
| HSV(B) | 54º | 0.71% | 0.5% | - |
| XYZ | 15.56 | 17.6 | 4.33 | - |
| YUV | 111.46 | 85.98 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 118 | 37 | 0 | 0.07 | 0.71 | 0.50 | 54 | 0.55 | 0.32 |
| Hex | 7F | 76 | 25 | 0 | 7 | 47 | 32 | 36 | 37 | 20 |
| Octal | 177 | 166 | 45 | 0 | 7 | 107 | 62 | 66 | 67 | 40 |
| Binary | 1111111 | 1110110 | 100101 | 0 | 111 | 1000111 | 110010 | 110110 | 110111 | 100000 |
Color Harmonies of #7F7625
Complementary color
Monochromatic Colors of #7F7625
Black with #7F7625
Text Example
Text Example
White with #7F7625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7625; }
p { color: rgb(127,118,37); }
H1.HeaderClassName
{
color: #7F7625;
}
.AnyTagClassName
{
color: #7F7625;
}
</style>
background-color css
<style>
a { background-color: #7F7625; }
a { background-color: rgb(127,118,37); }
div.DivClassName
{
background-color: #7F7625;
}
.BgClassName
{
background-color: #7F7625;
}
</style>
border-color css
<style>
span { border-color: #7F7625; }
span { border-color: rgb(127,118,37); }
td.TdClassName
{
border-color: #7F7625;
}
.TagClassName
{
border-color: #7F7625;
}
</style>