Shades of Pesto #7E6F27
Tints of Pesto #7E6F27
RGB
CMYK
RGB Variations
Color information
#7E6F27 (or 0x7E6F27) is known color: Pesto. HEX triplet: 7E, 6F and 27. RGB value is (126,111,39). Sum of RGB (Red+Green+Blue) = 126+111+39=276 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.65% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6F27 is #8190D8. Grayscale: #6B6B6B. Windows color (decimal): -8491225 or 2584446. OLE color: 2584446.
HSL color Cylindrical-coordinate representation of color #7E6F27: hue angle of 49.66º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7E6F27 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 111 | 39 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.51 |
| HSL | 49.66º | 0.53% | 0.32% | - |
| HSV(B) | 49.66º | 0.69% | 0.49% | - |
| XYZ | 14.65 | 15.95 | 4.23 | - |
| YUV | 107.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 111 | 39 | 0 | 0.12 | 0.69 | 0.51 | 49.66 | 0.53 | 0.32 |
| Hex | 7E | 6F | 27 | 0 | C | 45 | 33 | 32 | 35 | 20 |
| Octal | 176 | 157 | 47 | 0 | 14 | 105 | 63 | 62 | 65 | 40 |
| Binary | 1111110 | 1101111 | 100111 | 0 | 1100 | 1000101 | 110011 | 110010 | 110101 | 100000 |
Color Harmonies of #7E6F27
Complementary color
Monochromatic Colors of #7E6F27
Black with #7E6F27
Text Example
Text Example
White with #7E6F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6F27; }
p { color: rgb(126,111,39); }
H1.HeaderClassName
{
color: #7E6F27;
}
.AnyTagClassName
{
color: #7E6F27;
}
</style>
background-color css
<style>
a { background-color: #7E6F27; }
a { background-color: rgb(126,111,39); }
div.DivClassName
{
background-color: #7E6F27;
}
.BgClassName
{
background-color: #7E6F27;
}
</style>
border-color css
<style>
span { border-color: #7E6F27; }
span { border-color: rgb(126,111,39); }
td.TdClassName
{
border-color: #7E6F27;
}
.TagClassName
{
border-color: #7E6F27;
}
</style>