Shades of Pesto #7D7730
Tints of Pesto #7D7730
RGB
CMYK
RGB Variations
Color information
#7D7730 (or 0x7D7730) is known color: Pesto. HEX triplet: 7D, 77 and 30. RGB value is (125,119,48). Sum of RGB (Red+Green+Blue) = 125+119+48=292 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.81% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7730 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7730 is #8288CF. Grayscale: #707070. Windows color (decimal): -8554704 or 3176317. OLE color: 3176317.
HSL color Cylindrical-coordinate representation of color #7D7730: hue angle of 55.32º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D7730 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 119 | 48 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.51 |
| HSL | 55.32º | 0.45% | 0.34% | - |
| HSV(B) | 55.32º | 0.62% | 0.49% | - |
| XYZ | 15.59 | 17.77 | 5.4 | - |
| YUV | 112.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 119 | 48 | 0 | 0.05 | 0.62 | 0.51 | 55.32 | 0.45 | 0.34 |
| Hex | 7D | 77 | 30 | 0 | 5 | 3E | 33 | 37 | 2D | 22 |
| Octal | 175 | 167 | 60 | 0 | 5 | 76 | 63 | 67 | 55 | 42 |
| Binary | 1111101 | 1110111 | 110000 | 0 | 101 | 111110 | 110011 | 110111 | 101101 | 100010 |
Color Harmonies of #7D7730
Complementary color
Monochromatic Colors of #7D7730
Black with #7D7730
Text Example
Text Example
White with #7D7730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7730; }
p { color: rgb(125,119,48); }
H1.HeaderClassName
{
color: #7D7730;
}
.AnyTagClassName
{
color: #7D7730;
}
</style>
background-color css
<style>
a { background-color: #7D7730; }
a { background-color: rgb(125,119,48); }
div.DivClassName
{
background-color: #7D7730;
}
.BgClassName
{
background-color: #7D7730;
}
</style>
border-color css
<style>
span { border-color: #7D7730; }
span { border-color: rgb(125,119,48); }
td.TdClassName
{
border-color: #7D7730;
}
.TagClassName
{
border-color: #7D7730;
}
</style>