Shades of Pesto #7E7514
Tints of Pesto #7E7514
RGB
CMYK
RGB Variations
Color information
#7E7514 (or 0x7E7514) is known color: Pesto. HEX triplet: 7E, 75 and 14. RGB value is (126,117,20). Sum of RGB (Red+Green+Blue) = 126+117+20=263 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.91% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7514 is #818AEB. Grayscale: #6D6D6D. Windows color (decimal): -8489708 or 1340798. OLE color: 1340798.
HSL color Cylindrical-coordinate representation of color #7E7514: hue angle of 54.91º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E7514 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 117 | 20 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.51 |
| HSL | 54.91º | 0.73% | 0.29% | - |
| HSV(B) | 54.91º | 0.84% | 0.49% | - |
| XYZ | 15.09 | 17.21 | 3.19 | - |
| YUV | 108.63 | 77.98 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 117 | 20 | 0 | 0.07 | 0.84 | 0.51 | 54.91 | 0.73 | 0.29 |
| Hex | 7E | 75 | 14 | 0 | 7 | 54 | 33 | 37 | 49 | 1D |
| Octal | 176 | 165 | 24 | 0 | 7 | 124 | 63 | 67 | 111 | 35 |
| Binary | 1111110 | 1110101 | 10100 | 0 | 111 | 1010100 | 110011 | 110111 | 1001001 | 11101 |
Color Harmonies of #7E7514
Complementary color
Monochromatic Colors of #7E7514
Black with #7E7514
Text Example
Text Example
White with #7E7514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7514; }
p { color: rgb(126,117,20); }
H1.HeaderClassName
{
color: #7E7514;
}
.AnyTagClassName
{
color: #7E7514;
}
</style>
background-color css
<style>
a { background-color: #7E7514; }
a { background-color: rgb(126,117,20); }
div.DivClassName
{
background-color: #7E7514;
}
.BgClassName
{
background-color: #7E7514;
}
</style>
border-color css
<style>
span { border-color: #7E7514; }
span { border-color: rgb(126,117,20); }
td.TdClassName
{
border-color: #7E7514;
}
.TagClassName
{
border-color: #7E7514;
}
</style>