Shades of Pesto #776F26
Tints of Pesto #776F26
RGB
CMYK
RGB Variations
Color information
#776F26 (or 0x776F26) is known color: Pesto. HEX triplet: 77, 6F and 26. RGB value is (119,111,38). Sum of RGB (Red+Green+Blue) = 119+111+38=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #776F26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F26 is #8890D9. Grayscale: #696969. Windows color (decimal): -8949978 or 2518903. OLE color: 2518903.
HSL color Cylindrical-coordinate representation of color #776F26: hue angle of 54.07º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #776F26 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 111 | 38 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.53 |
| HSL | 54.07º | 0.52% | 0.31% | - |
| HSV(B) | 54.07º | 0.68% | 0.47% | - |
| XYZ | 13.64 | 15.43 | 4.09 | - |
| YUV | 105.07 | 90.15 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 38 | 0 | 0.07 | 0.68 | 0.53 | 54.07 | 0.52 | 0.31 |
| Hex | 77 | 6F | 26 | 0 | 7 | 44 | 35 | 36 | 34 | 1F |
| Octal | 167 | 157 | 46 | 0 | 7 | 104 | 65 | 66 | 64 | 37 |
| Binary | 1110111 | 1101111 | 100110 | 0 | 111 | 1000100 | 110101 | 110110 | 110100 | 11111 |
Color Harmonies of #776F26
Complementary color
Monochromatic Colors of #776F26
Black with #776F26
Text Example
Text Example
White with #776F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F26; }
p { color: rgb(119,111,38); }
H1.HeaderClassName
{
color: #776F26;
}
.AnyTagClassName
{
color: #776F26;
}
</style>
background-color css
<style>
a { background-color: #776F26; }
a { background-color: rgb(119,111,38); }
div.DivClassName
{
background-color: #776F26;
}
.BgClassName
{
background-color: #776F26;
}
</style>
border-color css
<style>
span { border-color: #776F26; }
span { border-color: rgb(119,111,38); }
td.TdClassName
{
border-color: #776F26;
}
.TagClassName
{
border-color: #776F26;
}
</style>