Shades of Pesto #776D25
Tints of Pesto #776D25
RGB
CMYK
RGB Variations
Color information
#776D25 (or 0x776D25) is known color: Pesto. HEX triplet: 77, 6D and 25. RGB value is (119,109,37). Sum of RGB (Red+Green+Blue) = 119+109+37=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #776D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D25 is #8892DA. Grayscale: #686868. Windows color (decimal): -8950491 or 2452855. OLE color: 2452855.
HSL color Cylindrical-coordinate representation of color #776D25: hue angle of 52.68º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #776D25 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 109 | 37 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.53 |
| HSL | 52.68º | 0.53% | 0.31% | - |
| HSV(B) | 52.68º | 0.69% | 0.47% | - |
| XYZ | 13.41 | 14.99 | 3.94 | - |
| YUV | 103.78 | 90.31 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 37 | 0 | 0.08 | 0.69 | 0.53 | 52.68 | 0.53 | 0.31 |
| Hex | 77 | 6D | 25 | 0 | 8 | 45 | 35 | 35 | 35 | 1F |
| Octal | 167 | 155 | 45 | 0 | 10 | 105 | 65 | 65 | 65 | 37 |
| Binary | 1110111 | 1101101 | 100101 | 0 | 1000 | 1000101 | 110101 | 110101 | 110101 | 11111 |
Color Harmonies of #776D25
Complementary color
Monochromatic Colors of #776D25
Black with #776D25
Text Example
Text Example
White with #776D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D25; }
p { color: rgb(119,109,37); }
H1.HeaderClassName
{
color: #776D25;
}
.AnyTagClassName
{
color: #776D25;
}
</style>
background-color css
<style>
a { background-color: #776D25; }
a { background-color: rgb(119,109,37); }
div.DivClassName
{
background-color: #776D25;
}
.BgClassName
{
background-color: #776D25;
}
</style>
border-color css
<style>
span { border-color: #776D25; }
span { border-color: rgb(119,109,37); }
td.TdClassName
{
border-color: #776D25;
}
.TagClassName
{
border-color: #776D25;
}
</style>