Shades of Pesto #7E6E34
Tints of Pesto #7E6E34
RGB
CMYK
RGB Variations
Color information
#7E6E34 (or 0x7E6E34) is known color: Pesto. HEX triplet: 7E, 6E and 34. RGB value is (126,110,52). Sum of RGB (Red+Green+Blue) = 126+110+52=288 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.75% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6E34 is #8191CB. Grayscale: #6C6C6C. Windows color (decimal): -8491468 or 3436158. OLE color: 3436158.
HSL color Cylindrical-coordinate representation of color #7E6E34: hue angle of 47.03º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E6E34 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 110 | 52 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.51 |
| HSL | 47.03º | 0.42% | 0.35% | - |
| HSV(B) | 47.03º | 0.59% | 0.49% | - |
| XYZ | 14.8 | 15.84 | 5.53 | - |
| YUV | 108.17 | 96.3 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 110 | 52 | 0 | 0.13 | 0.59 | 0.51 | 47.03 | 0.42 | 0.35 |
| Hex | 7E | 6E | 34 | 0 | D | 3B | 33 | 2F | 2A | 23 |
| Octal | 176 | 156 | 64 | 0 | 15 | 73 | 63 | 57 | 52 | 43 |
| Binary | 1111110 | 1101110 | 110100 | 0 | 1101 | 111011 | 110011 | 101111 | 101010 | 100011 |
Color Harmonies of #7E6E34
Complementary color
Monochromatic Colors of #7E6E34
Black with #7E6E34
Text Example
Text Example
White with #7E6E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6E34; }
p { color: rgb(126,110,52); }
H1.HeaderClassName
{
color: #7E6E34;
}
.AnyTagClassName
{
color: #7E6E34;
}
</style>
background-color css
<style>
a { background-color: #7E6E34; }
a { background-color: rgb(126,110,52); }
div.DivClassName
{
background-color: #7E6E34;
}
.BgClassName
{
background-color: #7E6E34;
}
</style>
border-color css
<style>
span { border-color: #7E6E34; }
span { border-color: rgb(126,110,52); }
td.TdClassName
{
border-color: #7E6E34;
}
.TagClassName
{
border-color: #7E6E34;
}
</style>