Shades of Pesto #7E6F2C
Tints of Pesto #7E6F2C
RGB
CMYK
RGB Variations
Color information
#7E6F2C (or 0x7E6F2C) is known color: Pesto. HEX triplet: 7E, 6F and 2C. RGB value is (126,111,44). Sum of RGB (Red+Green+Blue) = 126+111+44=281 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.84% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6F2C is #8190D3. Grayscale: #6C6C6C. Windows color (decimal): -8491220 or 2912126. OLE color: 2912126.
HSL color Cylindrical-coordinate representation of color #7E6F2C: hue angle of 49.02º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E6F2C is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 111 | 44 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.51 |
| HSL | 49.02º | 0.48% | 0.33% | - |
| HSV(B) | 49.02º | 0.65% | 0.49% | - |
| XYZ | 14.74 | 15.99 | 4.69 | - |
| YUV | 107.85 | 91.97 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 111 | 44 | 0 | 0.12 | 0.65 | 0.51 | 49.02 | 0.48 | 0.33 |
| Hex | 7E | 6F | 2C | 0 | C | 41 | 33 | 31 | 30 | 21 |
| Octal | 176 | 157 | 54 | 0 | 14 | 101 | 63 | 61 | 60 | 41 |
| Binary | 1111110 | 1101111 | 101100 | 0 | 1100 | 1000001 | 110011 | 110001 | 110000 | 100001 |
Color Harmonies of #7E6F2C
Complementary color
Monochromatic Colors of #7E6F2C
Black with #7E6F2C
Text Example
Text Example
White with #7E6F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6F2C; }
p { color: rgb(126,111,44); }
H1.HeaderClassName
{
color: #7E6F2C;
}
.AnyTagClassName
{
color: #7E6F2C;
}
</style>
background-color css
<style>
a { background-color: #7E6F2C; }
a { background-color: rgb(126,111,44); }
div.DivClassName
{
background-color: #7E6F2C;
}
.BgClassName
{
background-color: #7E6F2C;
}
</style>
border-color css
<style>
span { border-color: #7E6F2C; }
span { border-color: rgb(126,111,44); }
td.TdClassName
{
border-color: #7E6F2C;
}
.TagClassName
{
border-color: #7E6F2C;
}
</style>