Shades of Pesto #776C27
Tints of Pesto #776C27
RGB
CMYK
RGB Variations
Color information
#776C27 (or 0x776C27) is known color: Pesto. HEX triplet: 77, 6C and 27. RGB value is (119,108,39). Sum of RGB (Red+Green+Blue) = 119+108+39=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #776C27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C27 is #8893D8. Grayscale: #676767. Windows color (decimal): -8950745 or 2583671. OLE color: 2583671.
HSL color Cylindrical-coordinate representation of color #776C27: hue angle of 51.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #776C27 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 108 | 39 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.53 |
| HSL | 51.75º | 0.51% | 0.31% | - |
| HSV(B) | 51.75º | 0.67% | 0.47% | - |
| XYZ | 13.34 | 14.79 | 4.07 | - |
| YUV | 103.42 | 91.64 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 39 | 0 | 0.09 | 0.67 | 0.53 | 51.75 | 0.51 | 0.31 |
| Hex | 77 | 6C | 27 | 0 | 9 | 43 | 35 | 34 | 33 | 1F |
| Octal | 167 | 154 | 47 | 0 | 11 | 103 | 65 | 64 | 63 | 37 |
| Binary | 1110111 | 1101100 | 100111 | 0 | 1001 | 1000011 | 110101 | 110100 | 110011 | 11111 |
Color Harmonies of #776C27
Complementary color
Monochromatic Colors of #776C27
Black with #776C27
Text Example
Text Example
White with #776C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C27; }
p { color: rgb(119,108,39); }
H1.HeaderClassName
{
color: #776C27;
}
.AnyTagClassName
{
color: #776C27;
}
</style>
background-color css
<style>
a { background-color: #776C27; }
a { background-color: rgb(119,108,39); }
div.DivClassName
{
background-color: #776C27;
}
.BgClassName
{
background-color: #776C27;
}
</style>
border-color css
<style>
span { border-color: #776C27; }
span { border-color: rgb(119,108,39); }
td.TdClassName
{
border-color: #776C27;
}
.TagClassName
{
border-color: #776C27;
}
</style>