Shades of Pesto #7E7615
Tints of Pesto #7E7615
RGB
CMYK
RGB Variations
Color information
#7E7615 (or 0x7E7615) is known color: Pesto. HEX triplet: 7E, 76 and 15. RGB value is (126,118,21). Sum of RGB (Red+Green+Blue) = 126+118+21=265 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.55% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7615 is #8189EA. Grayscale: #6D6D6D. Windows color (decimal): -8489451 or 1406590. OLE color: 1406590.
HSL color Cylindrical-coordinate representation of color #7E7615: hue angle of 55.43º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E7615 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 118 | 21 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.51 |
| HSL | 55.43º | 0.71% | 0.29% | - |
| HSV(B) | 55.43º | 0.83% | 0.49% | - |
| XYZ | 15.22 | 17.45 | 3.27 | - |
| YUV | 109.33 | 78.15 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 118 | 21 | 0 | 0.06 | 0.83 | 0.51 | 55.43 | 0.71 | 0.29 |
| Hex | 7E | 76 | 15 | 0 | 6 | 53 | 33 | 37 | 47 | 1D |
| Octal | 176 | 166 | 25 | 0 | 6 | 123 | 63 | 67 | 107 | 35 |
| Binary | 1111110 | 1110110 | 10101 | 0 | 110 | 1010011 | 110011 | 110111 | 1000111 | 11101 |
Color Harmonies of #7E7615
Complementary color
Monochromatic Colors of #7E7615
Black with #7E7615
Text Example
Text Example
White with #7E7615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7615; }
p { color: rgb(126,118,21); }
H1.HeaderClassName
{
color: #7E7615;
}
.AnyTagClassName
{
color: #7E7615;
}
</style>
background-color css
<style>
a { background-color: #7E7615; }
a { background-color: rgb(126,118,21); }
div.DivClassName
{
background-color: #7E7615;
}
.BgClassName
{
background-color: #7E7615;
}
</style>
border-color css
<style>
span { border-color: #7E7615; }
span { border-color: rgb(126,118,21); }
td.TdClassName
{
border-color: #7E7615;
}
.TagClassName
{
border-color: #7E7615;
}
</style>