Shades of Pesto #7C6F22
Tints of Pesto #7C6F22
RGB
CMYK
RGB Variations
Color information
#7C6F22 (or 0x7C6F22) is known color: Pesto. HEX triplet: 7C, 6F and 22. RGB value is (124,111,34). Sum of RGB (Red+Green+Blue) = 124+111+34=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6F22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6F22 is #8390DD. Grayscale: #6A6A6A. Windows color (decimal): -8622302 or 2256764. OLE color: 2256764.
HSL color Cylindrical-coordinate representation of color #7C6F22: hue angle of 51.33º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C6F22 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 111 | 34 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.51 |
| HSL | 51.33º | 0.57% | 0.31% | - |
| HSV(B) | 51.33º | 0.73% | 0.49% | - |
| XYZ | 14.29 | 15.77 | 3.8 | - |
| YUV | 106.11 | 87.31 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 111 | 34 | 0 | 0.10 | 0.73 | 0.51 | 51.33 | 0.57 | 0.31 |
| Hex | 7C | 6F | 22 | 0 | A | 49 | 33 | 33 | 39 | 1F |
| Octal | 174 | 157 | 42 | 0 | 12 | 111 | 63 | 63 | 71 | 37 |
| Binary | 1111100 | 1101111 | 100010 | 0 | 1010 | 1001001 | 110011 | 110011 | 111001 | 11111 |
Color Harmonies of #7C6F22
Complementary color
Monochromatic Colors of #7C6F22
Black with #7C6F22
Text Example
Text Example
White with #7C6F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6F22; }
p { color: rgb(124,111,34); }
H1.HeaderClassName
{
color: #7C6F22;
}
.AnyTagClassName
{
color: #7C6F22;
}
</style>
background-color css
<style>
a { background-color: #7C6F22; }
a { background-color: rgb(124,111,34); }
div.DivClassName
{
background-color: #7C6F22;
}
.BgClassName
{
background-color: #7C6F22;
}
</style>
border-color css
<style>
span { border-color: #7C6F22; }
span { border-color: rgb(124,111,34); }
td.TdClassName
{
border-color: #7C6F22;
}
.TagClassName
{
border-color: #7C6F22;
}
</style>