Shades of Pesto #7E7023
Tints of Pesto #7E7023
RGB
CMYK
RGB Variations
Color information
#7E7023 (or 0x7E7023) is known color: Pesto. HEX triplet: 7E, 70 and 23. RGB value is (126,112,35). Sum of RGB (Red+Green+Blue) = 126+112+35=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7023 is #818FDC. Grayscale: #6B6B6B. Windows color (decimal): -8490973 or 2322558. OLE color: 2322558.
HSL color Cylindrical-coordinate representation of color #7E7023: hue angle of 50.77º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E7023 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 112 | 35 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.51 |
| HSL | 50.77º | 0.57% | 0.32% | - |
| HSV(B) | 50.77º | 0.72% | 0.49% | - |
| XYZ | 14.7 | 16.15 | 3.93 | - |
| YUV | 107.41 | 87.14 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 112 | 35 | 0 | 0.11 | 0.72 | 0.51 | 50.77 | 0.57 | 0.32 |
| Hex | 7E | 70 | 23 | 0 | B | 48 | 33 | 33 | 39 | 20 |
| Octal | 176 | 160 | 43 | 0 | 13 | 110 | 63 | 63 | 71 | 40 |
| Binary | 1111110 | 1110000 | 100011 | 0 | 1011 | 1001000 | 110011 | 110011 | 111001 | 100000 |
Color Harmonies of #7E7023
Complementary color
Monochromatic Colors of #7E7023
Black with #7E7023
Text Example
Text Example
White with #7E7023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7023; }
p { color: rgb(126,112,35); }
H1.HeaderClassName
{
color: #7E7023;
}
.AnyTagClassName
{
color: #7E7023;
}
</style>
background-color css
<style>
a { background-color: #7E7023; }
a { background-color: rgb(126,112,35); }
div.DivClassName
{
background-color: #7E7023;
}
.BgClassName
{
background-color: #7E7023;
}
</style>
border-color css
<style>
span { border-color: #7E7023; }
span { border-color: rgb(126,112,35); }
td.TdClassName
{
border-color: #7E7023;
}
.TagClassName
{
border-color: #7E7023;
}
</style>