Shades of Pesto #7E7716
Tints of Pesto #7E7716
RGB
CMYK
RGB Variations
Color information
#7E7716 (or 0x7E7716) is known color: Pesto. HEX triplet: 7E, 77 and 16. RGB value is (126,119,22). Sum of RGB (Red+Green+Blue) = 126+119+22=267 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.19% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7716 is #8188E9. Grayscale: #6E6E6E. Windows color (decimal): -8489194 or 1472382. OLE color: 1472382.
HSL color Cylindrical-coordinate representation of color #7E7716: hue angle of 55.96º degrees, saturation: 0.7, 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 #7E7716 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 119 | 22 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.51 |
| HSL | 55.96º | 0.7% | 0.29% | - |
| HSV(B) | 55.96º | 0.83% | 0.49% | - |
| XYZ | 15.35 | 17.69 | 3.36 | - |
| YUV | 110.04 | 78.32 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 119 | 22 | 0 | 0.06 | 0.83 | 0.51 | 55.96 | 0.7 | 0.29 |
| Hex | 7E | 77 | 16 | 0 | 6 | 53 | 33 | 38 | 46 | 1D |
| Octal | 176 | 167 | 26 | 0 | 6 | 123 | 63 | 70 | 106 | 35 |
| Binary | 1111110 | 1110111 | 10110 | 0 | 110 | 1010011 | 110011 | 111000 | 1000110 | 11101 |
Color Harmonies of #7E7716
Complementary color
Monochromatic Colors of #7E7716
Black with #7E7716
Text Example
Text Example
White with #7E7716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7716; }
p { color: rgb(126,119,22); }
H1.HeaderClassName
{
color: #7E7716;
}
.AnyTagClassName
{
color: #7E7716;
}
</style>
background-color css
<style>
a { background-color: #7E7716; }
a { background-color: rgb(126,119,22); }
div.DivClassName
{
background-color: #7E7716;
}
.BgClassName
{
background-color: #7E7716;
}
</style>
border-color css
<style>
span { border-color: #7E7716; }
span { border-color: rgb(126,119,22); }
td.TdClassName
{
border-color: #7E7716;
}
.TagClassName
{
border-color: #7E7716;
}
</style>