Shades of Pesto #7D7625
Tints of Pesto #7D7625
RGB
CMYK
RGB Variations
Color information
#7D7625 (or 0x7D7625) is known color: Pesto. HEX triplet: 7D, 76 and 25. RGB value is (125,118,37). Sum of RGB (Red+Green+Blue) = 125+118+37=280 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.64% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7625 is #8289DA. Grayscale: #6F6F6F. Windows color (decimal): -8554971 or 2455165. OLE color: 2455165.
HSL color Cylindrical-coordinate representation of color #7D7625: hue angle of 55.23º 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 #7D7625 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 118 | 37 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.51 |
| HSL | 55.23º | 0.54% | 0.32% | - |
| HSV(B) | 55.23º | 0.7% | 0.49% | - |
| XYZ | 15.27 | 17.45 | 4.31 | - |
| YUV | 110.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 118 | 37 | 0 | 0.06 | 0.70 | 0.51 | 55.23 | 0.54 | 0.32 |
| Hex | 7D | 76 | 25 | 0 | 6 | 46 | 33 | 37 | 36 | 20 |
| Octal | 175 | 166 | 45 | 0 | 6 | 106 | 63 | 67 | 66 | 40 |
| Binary | 1111101 | 1110110 | 100101 | 0 | 110 | 1000110 | 110011 | 110111 | 110110 | 100000 |
Color Harmonies of #7D7625
Complementary color
Monochromatic Colors of #7D7625
Black with #7D7625
Text Example
Text Example
White with #7D7625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7625; }
p { color: rgb(125,118,37); }
H1.HeaderClassName
{
color: #7D7625;
}
.AnyTagClassName
{
color: #7D7625;
}
</style>
background-color css
<style>
a { background-color: #7D7625; }
a { background-color: rgb(125,118,37); }
div.DivClassName
{
background-color: #7D7625;
}
.BgClassName
{
background-color: #7D7625;
}
</style>
border-color css
<style>
span { border-color: #7D7625; }
span { border-color: rgb(125,118,37); }
td.TdClassName
{
border-color: #7D7625;
}
.TagClassName
{
border-color: #7D7625;
}
</style>