Shades of Pesto #7C7028
Tints of Pesto #7C7028
RGB
CMYK
RGB Variations
Color information
#7C7028 (or 0x7C7028) is known color: Pesto. HEX triplet: 7C, 70 and 28. RGB value is (124,112,40). Sum of RGB (Red+Green+Blue) = 124+112+40=276 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.93% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7028 is #838FD7. Grayscale: #6B6B6B. Windows color (decimal): -8622040 or 2650236. OLE color: 2650236.
HSL color Cylindrical-coordinate representation of color #7C7028: hue angle of 51.43º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C7028 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 112 | 40 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.51 |
| HSL | 51.43º | 0.51% | 0.32% | - |
| HSV(B) | 51.43º | 0.68% | 0.49% | - |
| XYZ | 14.49 | 16.03 | 4.34 | - |
| YUV | 107.38 | 89.98 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 112 | 40 | 0 | 0.10 | 0.68 | 0.51 | 51.43 | 0.51 | 0.32 |
| Hex | 7C | 70 | 28 | 0 | A | 44 | 33 | 33 | 33 | 20 |
| Octal | 174 | 160 | 50 | 0 | 12 | 104 | 63 | 63 | 63 | 40 |
| Binary | 1111100 | 1110000 | 101000 | 0 | 1010 | 1000100 | 110011 | 110011 | 110011 | 100000 |
Color Harmonies of #7C7028
Complementary color
Monochromatic Colors of #7C7028
Black with #7C7028
Text Example
Text Example
White with #7C7028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7028; }
p { color: rgb(124,112,40); }
H1.HeaderClassName
{
color: #7C7028;
}
.AnyTagClassName
{
color: #7C7028;
}
</style>
background-color css
<style>
a { background-color: #7C7028; }
a { background-color: rgb(124,112,40); }
div.DivClassName
{
background-color: #7C7028;
}
.BgClassName
{
background-color: #7C7028;
}
</style>
border-color css
<style>
span { border-color: #7C7028; }
span { border-color: rgb(124,112,40); }
td.TdClassName
{
border-color: #7C7028;
}
.TagClassName
{
border-color: #7C7028;
}
</style>