Shades of Pesto #7E7815
Tints of Pesto #7E7815
RGB
CMYK
RGB Variations
Color information
#7E7815 (or 0x7E7815) is known color: Pesto. HEX triplet: 7E, 78 and 15. RGB value is (126,120,21). Sum of RGB (Red+Green+Blue) = 126+120+21=267 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.19% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7815 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7815 is #8187EA. Grayscale: #6E6E6E. Windows color (decimal): -8488939 or 1407102. OLE color: 1407102.
HSL color Cylindrical-coordinate representation of color #7E7815: hue angle of 56.57º 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 #7E7815 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 120 | 21 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.51 |
| HSL | 56.57º | 0.71% | 0.29% | - |
| HSV(B) | 56.57º | 0.83% | 0.49% | - |
| XYZ | 15.46 | 17.92 | 3.35 | - |
| YUV | 110.51 | 77.49 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 120 | 21 | 0 | 0.05 | 0.83 | 0.51 | 56.57 | 0.71 | 0.29 |
| Hex | 7E | 78 | 15 | 0 | 5 | 53 | 33 | 39 | 47 | 1D |
| Octal | 176 | 170 | 25 | 0 | 5 | 123 | 63 | 71 | 107 | 35 |
| Binary | 1111110 | 1111000 | 10101 | 0 | 101 | 1010011 | 110011 | 111001 | 1000111 | 11101 |
Color Harmonies of #7E7815
Complementary color
Monochromatic Colors of #7E7815
Black with #7E7815
Text Example
Text Example
White with #7E7815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7815; }
p { color: rgb(126,120,21); }
H1.HeaderClassName
{
color: #7E7815;
}
.AnyTagClassName
{
color: #7E7815;
}
</style>
background-color css
<style>
a { background-color: #7E7815; }
a { background-color: rgb(126,120,21); }
div.DivClassName
{
background-color: #7E7815;
}
.BgClassName
{
background-color: #7E7815;
}
</style>
border-color css
<style>
span { border-color: #7E7815; }
span { border-color: rgb(126,120,21); }
td.TdClassName
{
border-color: #7E7815;
}
.TagClassName
{
border-color: #7E7815;
}
</style>