Shades of Pesto #776F27
Tints of Pesto #776F27
RGB
CMYK
RGB Variations
Color information
#776F27 (or 0x776F27) is known color: Pesto. HEX triplet: 77, 6F and 27. RGB value is (119,111,39). Sum of RGB (Red+Green+Blue) = 119+111+39=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #776F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F27 is #8890D8. Grayscale: #696969. Windows color (decimal): -8949977 or 2584439. OLE color: 2584439.
HSL color Cylindrical-coordinate representation of color #776F27: hue angle of 54º 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 #776F27 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 111 | 39 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.53 |
| HSL | 54º | 0.51% | 0.31% | - |
| HSV(B) | 54º | 0.67% | 0.47% | - |
| XYZ | 13.66 | 15.44 | 4.18 | - |
| YUV | 105.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 39 | 0 | 0.07 | 0.67 | 0.53 | 54 | 0.51 | 0.31 |
| Hex | 77 | 6F | 27 | 0 | 7 | 43 | 35 | 36 | 33 | 1F |
| Octal | 167 | 157 | 47 | 0 | 7 | 103 | 65 | 66 | 63 | 37 |
| Binary | 1110111 | 1101111 | 100111 | 0 | 111 | 1000011 | 110101 | 110110 | 110011 | 11111 |
Color Harmonies of #776F27
Complementary color
Monochromatic Colors of #776F27
Black with #776F27
Text Example
Text Example
White with #776F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F27; }
p { color: rgb(119,111,39); }
H1.HeaderClassName
{
color: #776F27;
}
.AnyTagClassName
{
color: #776F27;
}
</style>
background-color css
<style>
a { background-color: #776F27; }
a { background-color: rgb(119,111,39); }
div.DivClassName
{
background-color: #776F27;
}
.BgClassName
{
background-color: #776F27;
}
</style>
border-color css
<style>
span { border-color: #776F27; }
span { border-color: rgb(119,111,39); }
td.TdClassName
{
border-color: #776F27;
}
.TagClassName
{
border-color: #776F27;
}
</style>