Shades of Pesto #7D712D
Tints of Pesto #7D712D
RGB
CMYK
RGB Variations
Color information
#7D712D (or 0x7D712D) is known color: Pesto. HEX triplet: 7D, 71 and 2D. RGB value is (125,113,45). Sum of RGB (Red+Green+Blue) = 125+113+45=283 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.17% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 125 - color contains mainly: red. Hex color #7D712D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D712D is #828ED2. Grayscale: #6D6D6D. Windows color (decimal): -8556243 or 2978173. OLE color: 2978173.
HSL color Cylindrical-coordinate representation of color #7D712D: hue angle of 51º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D712D is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 113 | 45 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.51 |
| HSL | 51º | 0.47% | 0.33% | - |
| HSV(B) | 51º | 0.64% | 0.49% | - |
| XYZ | 14.84 | 16.36 | 4.86 | - |
| YUV | 108.84 | 91.98 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 113 | 45 | 0 | 0.10 | 0.64 | 0.51 | 51 | 0.47 | 0.33 |
| Hex | 7D | 71 | 2D | 0 | A | 40 | 33 | 33 | 2F | 21 |
| Octal | 175 | 161 | 55 | 0 | 12 | 100 | 63 | 63 | 57 | 41 |
| Binary | 1111101 | 1110001 | 101101 | 0 | 1010 | 1000000 | 110011 | 110011 | 101111 | 100001 |
Color Harmonies of #7D712D
Complementary color
Monochromatic Colors of #7D712D
Black with #7D712D
Text Example
Text Example
White with #7D712D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D712D; }
p { color: rgb(125,113,45); }
H1.HeaderClassName
{
color: #7D712D;
}
.AnyTagClassName
{
color: #7D712D;
}
</style>
background-color css
<style>
a { background-color: #7D712D; }
a { background-color: rgb(125,113,45); }
div.DivClassName
{
background-color: #7D712D;
}
.BgClassName
{
background-color: #7D712D;
}
</style>
border-color css
<style>
span { border-color: #7D712D; }
span { border-color: rgb(125,113,45); }
td.TdClassName
{
border-color: #7D712D;
}
.TagClassName
{
border-color: #7D712D;
}
</style>