Shades of Pesto #7D7329
Tints of Pesto #7D7329
RGB
CMYK
RGB Variations
Color information
#7D7329 (or 0x7D7329) is known color: Pesto. HEX triplet: 7D, 73 and 29. RGB value is (125,115,41). Sum of RGB (Red+Green+Blue) = 125+115+41=281 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.48% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7329 is #828CD6. Grayscale: #6D6D6D. Windows color (decimal): -8555735 or 2716541. OLE color: 2716541.
HSL color Cylindrical-coordinate representation of color #7D7329: hue angle of 52.86º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D7329 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 115 | 41 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.51 |
| HSL | 52.86º | 0.51% | 0.33% | - |
| HSV(B) | 52.86º | 0.67% | 0.49% | - |
| XYZ | 14.99 | 16.78 | 4.55 | - |
| YUV | 109.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 115 | 41 | 0 | 0.08 | 0.67 | 0.51 | 52.86 | 0.51 | 0.33 |
| Hex | 7D | 73 | 29 | 0 | 8 | 43 | 33 | 35 | 33 | 21 |
| Octal | 175 | 163 | 51 | 0 | 10 | 103 | 63 | 65 | 63 | 41 |
| Binary | 1111101 | 1110011 | 101001 | 0 | 1000 | 1000011 | 110011 | 110101 | 110011 | 100001 |
Color Harmonies of #7D7329
Complementary color
Monochromatic Colors of #7D7329
Black with #7D7329
Text Example
Text Example
White with #7D7329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7329; }
p { color: rgb(125,115,41); }
H1.HeaderClassName
{
color: #7D7329;
}
.AnyTagClassName
{
color: #7D7329;
}
</style>
background-color css
<style>
a { background-color: #7D7329; }
a { background-color: rgb(125,115,41); }
div.DivClassName
{
background-color: #7D7329;
}
.BgClassName
{
background-color: #7D7329;
}
</style>
border-color css
<style>
span { border-color: #7D7329; }
span { border-color: rgb(125,115,41); }
td.TdClassName
{
border-color: #7D7329;
}
.TagClassName
{
border-color: #7D7329;
}
</style>