Shades of Pesto #7C7029
Tints of Pesto #7C7029
RGB
CMYK
RGB Variations
Color information
#7C7029 (or 0x7C7029) is known color: Pesto. HEX triplet: 7C, 70 and 29. RGB value is (124,112,41). Sum of RGB (Red+Green+Blue) = 124+112+41=277 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.77% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7029 is #838FD6. Grayscale: #6B6B6B. Windows color (decimal): -8622039 or 2715772. OLE color: 2715772.
HSL color Cylindrical-coordinate representation of color #7C7029: hue angle of 51.33º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C7029 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 112 | 41 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.51 |
| HSL | 51.33º | 0.5% | 0.32% | - |
| HSV(B) | 51.33º | 0.67% | 0.49% | - |
| XYZ | 14.51 | 16.03 | 4.43 | - |
| YUV | 107.49 | 90.48 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 112 | 41 | 0 | 0.10 | 0.67 | 0.51 | 51.33 | 0.5 | 0.32 |
| Hex | 7C | 70 | 29 | 0 | A | 43 | 33 | 33 | 32 | 20 |
| Octal | 174 | 160 | 51 | 0 | 12 | 103 | 63 | 63 | 62 | 40 |
| Binary | 1111100 | 1110000 | 101001 | 0 | 1010 | 1000011 | 110011 | 110011 | 110010 | 100000 |
Color Harmonies of #7C7029
Complementary color
Monochromatic Colors of #7C7029
Black with #7C7029
Text Example
Text Example
White with #7C7029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7029; }
p { color: rgb(124,112,41); }
H1.HeaderClassName
{
color: #7C7029;
}
.AnyTagClassName
{
color: #7C7029;
}
</style>
background-color css
<style>
a { background-color: #7C7029; }
a { background-color: rgb(124,112,41); }
div.DivClassName
{
background-color: #7C7029;
}
.BgClassName
{
background-color: #7C7029;
}
</style>
border-color css
<style>
span { border-color: #7C7029; }
span { border-color: rgb(124,112,41); }
td.TdClassName
{
border-color: #7C7029;
}
.TagClassName
{
border-color: #7C7029;
}
</style>