Shades of Pesto #7E7619
Tints of Pesto #7E7619
RGB
CMYK
RGB Variations
Color information
#7E7619 (or 0x7E7619) is known color: Pesto. HEX triplet: 7E, 76 and 19. RGB value is (126,118,25). Sum of RGB (Red+Green+Blue) = 126+118+25=269 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.84% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7619 is #8189E6. Grayscale: #6E6E6E. Windows color (decimal): -8489447 or 1668734. OLE color: 1668734.
HSL color Cylindrical-coordinate representation of color #7E7619: hue angle of 55.25º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E7619 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 118 | 25 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.51 |
| HSL | 55.25º | 0.67% | 0.3% | - |
| HSV(B) | 55.25º | 0.8% | 0.49% | - |
| XYZ | 15.26 | 17.46 | 3.49 | - |
| YUV | 109.79 | 80.15 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 118 | 25 | 0 | 0.06 | 0.80 | 0.51 | 55.25 | 0.67 | 0.3 |
| Hex | 7E | 76 | 19 | 0 | 6 | 50 | 33 | 37 | 43 | 1E |
| Octal | 176 | 166 | 31 | 0 | 6 | 120 | 63 | 67 | 103 | 36 |
| Binary | 1111110 | 1110110 | 11001 | 0 | 110 | 1010000 | 110011 | 110111 | 1000011 | 11110 |
Color Harmonies of #7E7619
Complementary color
Monochromatic Colors of #7E7619
Black with #7E7619
Text Example
Text Example
White with #7E7619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7619; }
p { color: rgb(126,118,25); }
H1.HeaderClassName
{
color: #7E7619;
}
.AnyTagClassName
{
color: #7E7619;
}
</style>
background-color css
<style>
a { background-color: #7E7619; }
a { background-color: rgb(126,118,25); }
div.DivClassName
{
background-color: #7E7619;
}
.BgClassName
{
background-color: #7E7619;
}
</style>
border-color css
<style>
span { border-color: #7E7619; }
span { border-color: rgb(126,118,25); }
td.TdClassName
{
border-color: #7E7619;
}
.TagClassName
{
border-color: #7E7619;
}
</style>