Shades of Pesto #776D28
Tints of Pesto #776D28
RGB
CMYK
RGB Variations
Color information
#776D28 (or 0x776D28) is known color: Pesto. HEX triplet: 77, 6D and 28. RGB value is (119,109,40). Sum of RGB (Red+Green+Blue) = 119+109+40=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #776D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D28 is #8892D7. Grayscale: #686868. Windows color (decimal): -8950488 or 2649463. OLE color: 2649463.
HSL color Cylindrical-coordinate representation of color #776D28: hue angle of 52.41º 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 #776D28 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 109 | 40 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.53 |
| HSL | 52.41º | 0.5% | 0.31% | - |
| HSV(B) | 52.41º | 0.66% | 0.47% | - |
| XYZ | 13.46 | 15.01 | 4.2 | - |
| YUV | 104.12 | 91.81 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 40 | 0 | 0.08 | 0.66 | 0.53 | 52.41 | 0.5 | 0.31 |
| Hex | 77 | 6D | 28 | 0 | 8 | 42 | 35 | 34 | 32 | 1F |
| Octal | 167 | 155 | 50 | 0 | 10 | 102 | 65 | 64 | 62 | 37 |
| Binary | 1110111 | 1101101 | 101000 | 0 | 1000 | 1000010 | 110101 | 110100 | 110010 | 11111 |
Color Harmonies of #776D28
Complementary color
Monochromatic Colors of #776D28
Black with #776D28
Text Example
Text Example
White with #776D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D28; }
p { color: rgb(119,109,40); }
H1.HeaderClassName
{
color: #776D28;
}
.AnyTagClassName
{
color: #776D28;
}
</style>
background-color css
<style>
a { background-color: #776D28; }
a { background-color: rgb(119,109,40); }
div.DivClassName
{
background-color: #776D28;
}
.BgClassName
{
background-color: #776D28;
}
</style>
border-color css
<style>
span { border-color: #776D28; }
span { border-color: rgb(119,109,40); }
td.TdClassName
{
border-color: #776D28;
}
.TagClassName
{
border-color: #776D28;
}
</style>