Shades of Pesto #7E6E2D
Tints of Pesto #7E6E2D
RGB
CMYK
RGB Variations
Color information
#7E6E2D (or 0x7E6E2D) is known color: Pesto. HEX triplet: 7E, 6E and 2D. RGB value is (126,110,45). Sum of RGB (Red+Green+Blue) = 126+110+45=281 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.84% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6E2D is #8191D2. Grayscale: #6B6B6B. Windows color (decimal): -8491475 or 2977406. OLE color: 2977406.
HSL color Cylindrical-coordinate representation of color #7E6E2D: hue angle of 48.15º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E6E2D is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 110 | 45 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.51 |
| HSL | 48.15º | 0.47% | 0.34% | - |
| HSV(B) | 48.15º | 0.64% | 0.49% | - |
| XYZ | 14.65 | 15.78 | 4.76 | - |
| YUV | 107.37 | 92.8 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 110 | 45 | 0 | 0.13 | 0.64 | 0.51 | 48.15 | 0.47 | 0.34 |
| Hex | 7E | 6E | 2D | 0 | D | 40 | 33 | 30 | 2F | 22 |
| Octal | 176 | 156 | 55 | 0 | 15 | 100 | 63 | 60 | 57 | 42 |
| Binary | 1111110 | 1101110 | 101101 | 0 | 1101 | 1000000 | 110011 | 110000 | 101111 | 100010 |
Color Harmonies of #7E6E2D
Complementary color
Monochromatic Colors of #7E6E2D
Black with #7E6E2D
Text Example
Text Example
White with #7E6E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6E2D; }
p { color: rgb(126,110,45); }
H1.HeaderClassName
{
color: #7E6E2D;
}
.AnyTagClassName
{
color: #7E6E2D;
}
</style>
background-color css
<style>
a { background-color: #7E6E2D; }
a { background-color: rgb(126,110,45); }
div.DivClassName
{
background-color: #7E6E2D;
}
.BgClassName
{
background-color: #7E6E2D;
}
</style>
border-color css
<style>
span { border-color: #7E6E2D; }
span { border-color: rgb(126,110,45); }
td.TdClassName
{
border-color: #7E6E2D;
}
.TagClassName
{
border-color: #7E6E2D;
}
</style>