Shades of Pesto #776A20
Tints of Pesto #776A20
RGB
CMYK
RGB Variations
Color information
#776A20 (or 0x776A20) is known color: Pesto. HEX triplet: 77, 6A and 20. RGB value is (119,106,32). Sum of RGB (Red+Green+Blue) = 119+106+32=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #776A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776A20 is #8895DF. Grayscale: #656565. Windows color (decimal): -8951264 or 2124407. OLE color: 2124407.
HSL color Cylindrical-coordinate representation of color #776A20: hue angle of 51.03º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #776A20 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 106 | 32 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.53 |
| HSL | 51.03º | 0.58% | 0.3% | - |
| HSV(B) | 51.03º | 0.73% | 0.47% | - |
| XYZ | 13.02 | 14.33 | 3.45 | - |
| YUV | 101.45 | 88.81 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 32 | 0 | 0.11 | 0.73 | 0.53 | 51.03 | 0.58 | 0.3 |
| Hex | 77 | 6A | 20 | 0 | B | 49 | 35 | 33 | 3A | 1E |
| Octal | 167 | 152 | 40 | 0 | 13 | 111 | 65 | 63 | 72 | 36 |
| Binary | 1110111 | 1101010 | 100000 | 0 | 1011 | 1001001 | 110101 | 110011 | 111010 | 11110 |
Color Harmonies of #776A20
Complementary color
Monochromatic Colors of #776A20
Black with #776A20
Text Example
Text Example
White with #776A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776A20; }
p { color: rgb(119,106,32); }
H1.HeaderClassName
{
color: #776A20;
}
.AnyTagClassName
{
color: #776A20;
}
</style>
background-color css
<style>
a { background-color: #776A20; }
a { background-color: rgb(119,106,32); }
div.DivClassName
{
background-color: #776A20;
}
.BgClassName
{
background-color: #776A20;
}
</style>
border-color css
<style>
span { border-color: #776A20; }
span { border-color: rgb(119,106,32); }
td.TdClassName
{
border-color: #776A20;
}
.TagClassName
{
border-color: #776A20;
}
</style>