Shades of Pesto #7E7828
Tints of Pesto #7E7828
RGB
CMYK
RGB Variations
Color information
#7E7828 (or 0x7E7828) is known color: Pesto. HEX triplet: 7E, 78 and 28. RGB value is (126,120,40). Sum of RGB (Red+Green+Blue) = 126+120+40=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7828 is #8187D7. Grayscale: #717171. Windows color (decimal): -8488920 or 2652286. OLE color: 2652286.
HSL color Cylindrical-coordinate representation of color #7E7828: hue angle of 55.81º 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 #7E7828 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 120 | 40 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.51 |
| HSL | 55.81º | 0.52% | 0.33% | - |
| HSV(B) | 55.81º | 0.68% | 0.49% | - |
| XYZ | 15.7 | 18.02 | 4.66 | - |
| YUV | 112.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 120 | 40 | 0 | 0.05 | 0.68 | 0.51 | 55.81 | 0.52 | 0.33 |
| Hex | 7E | 78 | 28 | 0 | 5 | 44 | 33 | 38 | 34 | 21 |
| Octal | 176 | 170 | 50 | 0 | 5 | 104 | 63 | 70 | 64 | 41 |
| Binary | 1111110 | 1111000 | 101000 | 0 | 101 | 1000100 | 110011 | 111000 | 110100 | 100001 |
Color Harmonies of #7E7828
Complementary color
Monochromatic Colors of #7E7828
Black with #7E7828
Text Example
Text Example
White with #7E7828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7828; }
p { color: rgb(126,120,40); }
H1.HeaderClassName
{
color: #7E7828;
}
.AnyTagClassName
{
color: #7E7828;
}
</style>
background-color css
<style>
a { background-color: #7E7828; }
a { background-color: rgb(126,120,40); }
div.DivClassName
{
background-color: #7E7828;
}
.BgClassName
{
background-color: #7E7828;
}
</style>
border-color css
<style>
span { border-color: #7E7828; }
span { border-color: rgb(126,120,40); }
td.TdClassName
{
border-color: #7E7828;
}
.TagClassName
{
border-color: #7E7828;
}
</style>