Shades of Pesto #7E7328
Tints of Pesto #7E7328
RGB
CMYK
RGB Variations
Color information
#7E7328 (or 0x7E7328) is known color: Pesto. HEX triplet: 7E, 73 and 28. RGB value is (126,115,40). Sum of RGB (Red+Green+Blue) = 126+115+40=281 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.84% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7328 is #818CD7. Grayscale: #6E6E6E. Windows color (decimal): -8490200 or 2651006. OLE color: 2651006.
HSL color Cylindrical-coordinate representation of color #7E7328: hue angle of 52.33º 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 #7E7328 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 115 | 40 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.51 |
| HSL | 52.33º | 0.52% | 0.33% | - |
| HSV(B) | 52.33º | 0.68% | 0.49% | - |
| XYZ | 15.12 | 16.85 | 4.46 | - |
| YUV | 109.74 | 88.64 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 115 | 40 | 0 | 0.09 | 0.68 | 0.51 | 52.33 | 0.52 | 0.33 |
| Hex | 7E | 73 | 28 | 0 | 9 | 44 | 33 | 34 | 34 | 21 |
| Octal | 176 | 163 | 50 | 0 | 11 | 104 | 63 | 64 | 64 | 41 |
| Binary | 1111110 | 1110011 | 101000 | 0 | 1001 | 1000100 | 110011 | 110100 | 110100 | 100001 |
Color Harmonies of #7E7328
Complementary color
Monochromatic Colors of #7E7328
Black with #7E7328
Text Example
Text Example
White with #7E7328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7328; }
p { color: rgb(126,115,40); }
H1.HeaderClassName
{
color: #7E7328;
}
.AnyTagClassName
{
color: #7E7328;
}
</style>
background-color css
<style>
a { background-color: #7E7328; }
a { background-color: rgb(126,115,40); }
div.DivClassName
{
background-color: #7E7328;
}
.BgClassName
{
background-color: #7E7328;
}
</style>
border-color css
<style>
span { border-color: #7E7328; }
span { border-color: rgb(126,115,40); }
td.TdClassName
{
border-color: #7E7328;
}
.TagClassName
{
border-color: #7E7328;
}
</style>