Shades of Pesto #7F7025
Tints of Pesto #7F7025
RGB
CMYK
RGB Variations
Color information
#7F7025 (or 0x7F7025) is known color: Pesto. HEX triplet: 7F, 70 and 25. RGB value is (127,112,37). Sum of RGB (Red+Green+Blue) = 127+112+37=276 (36% of max value = 765). Red value is 127 (50% from 255 or 46.01% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7025 is #808FDA. Grayscale: #6C6C6C. Windows color (decimal): -8425435 or 2453631. OLE color: 2453631.
HSL color Cylindrical-coordinate representation of color #7F7025: hue angle of 50º 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 #7F7025 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 112 | 37 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.50 |
| HSL | 50º | 0.55% | 0.32% | - |
| HSV(B) | 50º | 0.71% | 0.5% | - |
| XYZ | 14.88 | 16.23 | 4.1 | - |
| YUV | 107.94 | 87.97 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 112 | 37 | 0 | 0.12 | 0.71 | 0.50 | 50 | 0.55 | 0.32 |
| Hex | 7F | 70 | 25 | 0 | C | 47 | 32 | 32 | 37 | 20 |
| Octal | 177 | 160 | 45 | 0 | 14 | 107 | 62 | 62 | 67 | 40 |
| Binary | 1111111 | 1110000 | 100101 | 0 | 1100 | 1000111 | 110010 | 110010 | 110111 | 100000 |
Color Harmonies of #7F7025
Complementary color
Monochromatic Colors of #7F7025
Black with #7F7025
Text Example
Text Example
White with #7F7025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7025; }
p { color: rgb(127,112,37); }
H1.HeaderClassName
{
color: #7F7025;
}
.AnyTagClassName
{
color: #7F7025;
}
</style>
background-color css
<style>
a { background-color: #7F7025; }
a { background-color: rgb(127,112,37); }
div.DivClassName
{
background-color: #7F7025;
}
.BgClassName
{
background-color: #7F7025;
}
</style>
border-color css
<style>
span { border-color: #7F7025; }
span { border-color: rgb(127,112,37); }
td.TdClassName
{
border-color: #7F7025;
}
.TagClassName
{
border-color: #7F7025;
}
</style>