Shades of Pesto #7D7025
Tints of Pesto #7D7025
RGB
CMYK
RGB Variations
Color information
#7D7025 (or 0x7D7025) is known color: Pesto. HEX triplet: 7D, 70 and 25. RGB value is (125,112,37). Sum of RGB (Red+Green+Blue) = 125+112+37=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7025 is #828FDA. Grayscale: #6B6B6B. Windows color (decimal): -8556507 or 2453629. OLE color: 2453629.
HSL color Cylindrical-coordinate representation of color #7D7025: hue angle of 51.14º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D7025 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 112 | 37 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.51 |
| HSL | 51.14º | 0.54% | 0.32% | - |
| HSV(B) | 51.14º | 0.7% | 0.49% | - |
| XYZ | 14.59 | 16.08 | 4.09 | - |
| YUV | 107.34 | 88.31 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 37 | 0 | 0.10 | 0.70 | 0.51 | 51.14 | 0.54 | 0.32 |
| Hex | 7D | 70 | 25 | 0 | A | 46 | 33 | 33 | 36 | 20 |
| Octal | 175 | 160 | 45 | 0 | 12 | 106 | 63 | 63 | 66 | 40 |
| Binary | 1111101 | 1110000 | 100101 | 0 | 1010 | 1000110 | 110011 | 110011 | 110110 | 100000 |
Color Harmonies of #7D7025
Complementary color
Monochromatic Colors of #7D7025
Black with #7D7025
Text Example
Text Example
White with #7D7025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7025; }
p { color: rgb(125,112,37); }
H1.HeaderClassName
{
color: #7D7025;
}
.AnyTagClassName
{
color: #7D7025;
}
</style>
background-color css
<style>
a { background-color: #7D7025; }
a { background-color: rgb(125,112,37); }
div.DivClassName
{
background-color: #7D7025;
}
.BgClassName
{
background-color: #7D7025;
}
</style>
border-color css
<style>
span { border-color: #7D7025; }
span { border-color: rgb(125,112,37); }
td.TdClassName
{
border-color: #7D7025;
}
.TagClassName
{
border-color: #7D7025;
}
</style>