Shades of Pesto #776C28
Tints of Pesto #776C28
RGB
CMYK
RGB Variations
Color information
#776C28 (or 0x776C28) is known color: Pesto. HEX triplet: 77, 6C and 28. RGB value is (119,108,40). Sum of RGB (Red+Green+Blue) = 119+108+40=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #776C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C28 is #8893D7. Grayscale: #676767. Windows color (decimal): -8950744 or 2649207. OLE color: 2649207.
HSL color Cylindrical-coordinate representation of color #776C28: hue angle of 51.65º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #776C28 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 108 | 40 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.53 |
| HSL | 51.65º | 0.5% | 0.31% | - |
| HSV(B) | 51.65º | 0.66% | 0.47% | - |
| XYZ | 13.35 | 14.8 | 4.16 | - |
| YUV | 103.54 | 92.14 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 40 | 0 | 0.09 | 0.66 | 0.53 | 51.65 | 0.5 | 0.31 |
| Hex | 77 | 6C | 28 | 0 | 9 | 42 | 35 | 34 | 32 | 1F |
| Octal | 167 | 154 | 50 | 0 | 11 | 102 | 65 | 64 | 62 | 37 |
| Binary | 1110111 | 1101100 | 101000 | 0 | 1001 | 1000010 | 110101 | 110100 | 110010 | 11111 |
Color Harmonies of #776C28
Complementary color
Monochromatic Colors of #776C28
Black with #776C28
Text Example
Text Example
White with #776C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C28; }
p { color: rgb(119,108,40); }
H1.HeaderClassName
{
color: #776C28;
}
.AnyTagClassName
{
color: #776C28;
}
</style>
background-color css
<style>
a { background-color: #776C28; }
a { background-color: rgb(119,108,40); }
div.DivClassName
{
background-color: #776C28;
}
.BgClassName
{
background-color: #776C28;
}
</style>
border-color css
<style>
span { border-color: #776C28; }
span { border-color: rgb(119,108,40); }
td.TdClassName
{
border-color: #776C28;
}
.TagClassName
{
border-color: #776C28;
}
</style>