Shades of Pesto #776922
Tints of Pesto #776922
RGB
CMYK
RGB Variations
Color information
#776922 (or 0x776922) is known color: Pesto. HEX triplet: 77, 69 and 22. RGB value is (119,105,34). Sum of RGB (Red+Green+Blue) = 119+105+34=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #776922 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776922 is #8896DD. Grayscale: #656565. Windows color (decimal): -8951518 or 2255223. OLE color: 2255223.
HSL color Cylindrical-coordinate representation of color #776922: hue angle of 50.12º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #776922 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 105 | 34 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.53 |
| HSL | 50.12º | 0.56% | 0.3% | - |
| HSV(B) | 50.12º | 0.71% | 0.47% | - |
| XYZ | 12.95 | 14.14 | 3.56 | - |
| YUV | 101.09 | 90.14 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 34 | 0 | 0.12 | 0.71 | 0.53 | 50.12 | 0.56 | 0.3 |
| Hex | 77 | 69 | 22 | 0 | C | 47 | 35 | 32 | 38 | 1E |
| Octal | 167 | 151 | 42 | 0 | 14 | 107 | 65 | 62 | 70 | 36 |
| Binary | 1110111 | 1101001 | 100010 | 0 | 1100 | 1000111 | 110101 | 110010 | 111000 | 11110 |
Color Harmonies of #776922
Complementary color
Monochromatic Colors of #776922
Black with #776922
Text Example
Text Example
White with #776922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776922; }
p { color: rgb(119,105,34); }
H1.HeaderClassName
{
color: #776922;
}
.AnyTagClassName
{
color: #776922;
}
</style>
background-color css
<style>
a { background-color: #776922; }
a { background-color: rgb(119,105,34); }
div.DivClassName
{
background-color: #776922;
}
.BgClassName
{
background-color: #776922;
}
</style>
border-color css
<style>
span { border-color: #776922; }
span { border-color: rgb(119,105,34); }
td.TdClassName
{
border-color: #776922;
}
.TagClassName
{
border-color: #776922;
}
</style>