Shades of Pesto #7D7021
Tints of Pesto #7D7021
RGB
CMYK
RGB Variations
Color information
#7D7021 (or 0x7D7021) is known color: Pesto. HEX triplet: 7D, 70 and 21. RGB value is (125,112,33). Sum of RGB (Red+Green+Blue) = 125+112+33=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7021 is #828FDE. Grayscale: #6B6B6B. Windows color (decimal): -8556511 or 2191485. OLE color: 2191485.
HSL color Cylindrical-coordinate representation of color #7D7021: hue angle of 51.52º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D7021 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 112 | 33 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.51 |
| HSL | 51.52º | 0.58% | 0.31% | - |
| HSV(B) | 51.52º | 0.74% | 0.49% | - |
| XYZ | 14.53 | 16.06 | 3.77 | - |
| YUV | 106.88 | 86.31 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 33 | 0 | 0.10 | 0.74 | 0.51 | 51.52 | 0.58 | 0.31 |
| Hex | 7D | 70 | 21 | 0 | A | 4A | 33 | 34 | 3A | 1F |
| Octal | 175 | 160 | 41 | 0 | 12 | 112 | 63 | 64 | 72 | 37 |
| Binary | 1111101 | 1110000 | 100001 | 0 | 1010 | 1001010 | 110011 | 110100 | 111010 | 11111 |
Color Harmonies of #7D7021
Complementary color
Monochromatic Colors of #7D7021
Black with #7D7021
Text Example
Text Example
White with #7D7021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7021; }
p { color: rgb(125,112,33); }
H1.HeaderClassName
{
color: #7D7021;
}
.AnyTagClassName
{
color: #7D7021;
}
</style>
background-color css
<style>
a { background-color: #7D7021; }
a { background-color: rgb(125,112,33); }
div.DivClassName
{
background-color: #7D7021;
}
.BgClassName
{
background-color: #7D7021;
}
</style>
border-color css
<style>
span { border-color: #7D7021; }
span { border-color: rgb(125,112,33); }
td.TdClassName
{
border-color: #7D7021;
}
.TagClassName
{
border-color: #7D7021;
}
</style>