Shades of Pesto #7E7028
Tints of Pesto #7E7028
RGB
CMYK
RGB Variations
Color information
#7E7028 (or 0x7E7028) is known color: Pesto. HEX triplet: 7E, 70 and 28. RGB value is (126,112,40). Sum of RGB (Red+Green+Blue) = 126+112+40=278 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.32% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7028 is #818FD7. Grayscale: #6C6C6C. Windows color (decimal): -8490968 or 2650238. OLE color: 2650238.
HSL color Cylindrical-coordinate representation of color #7E7028: hue angle of 50.23º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E7028 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 112 | 40 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.51 |
| HSL | 50.23º | 0.52% | 0.33% | - |
| HSV(B) | 50.23º | 0.68% | 0.49% | - |
| XYZ | 14.78 | 16.18 | 4.35 | - |
| YUV | 107.98 | 89.64 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 112 | 40 | 0 | 0.11 | 0.68 | 0.51 | 50.23 | 0.52 | 0.33 |
| Hex | 7E | 70 | 28 | 0 | B | 44 | 33 | 32 | 34 | 21 |
| Octal | 176 | 160 | 50 | 0 | 13 | 104 | 63 | 62 | 64 | 41 |
| Binary | 1111110 | 1110000 | 101000 | 0 | 1011 | 1000100 | 110011 | 110010 | 110100 | 100001 |
Color Harmonies of #7E7028
Complementary color
Monochromatic Colors of #7E7028
Black with #7E7028
Text Example
Text Example
White with #7E7028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7028; }
p { color: rgb(126,112,40); }
H1.HeaderClassName
{
color: #7E7028;
}
.AnyTagClassName
{
color: #7E7028;
}
</style>
background-color css
<style>
a { background-color: #7E7028; }
a { background-color: rgb(126,112,40); }
div.DivClassName
{
background-color: #7E7028;
}
.BgClassName
{
background-color: #7E7028;
}
</style>
border-color css
<style>
span { border-color: #7E7028; }
span { border-color: rgb(126,112,40); }
td.TdClassName
{
border-color: #7E7028;
}
.TagClassName
{
border-color: #7E7028;
}
</style>