Shades of Pesto #80771E
Tints of Pesto #80771E
RGB
CMYK
RGB Variations
Color information
#80771E (or 0x80771E) is known color: Pesto. HEX triplet: 80, 77 and 1E. RGB value is (128,119,30). Sum of RGB (Red+Green+Blue) = 128+119+30=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #80771E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80771E is #7F88E1. Grayscale: #6F6F6F. Windows color (decimal): -8358114 or 1996672. OLE color: 1996672.
HSL color Cylindrical-coordinate representation of color #80771E: hue angle of 54.49º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80771E is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 119 | 30 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.50 |
| HSL | 54.49º | 0.62% | 0.31% | - |
| HSV(B) | 54.49º | 0.77% | 0.5% | - |
| XYZ | 15.73 | 17.88 | 3.85 | - |
| YUV | 111.55 | 81.98 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 119 | 30 | 0 | 0.07 | 0.77 | 0.50 | 54.49 | 0.62 | 0.31 |
| Hex | 80 | 77 | 1E | 0 | 7 | 4D | 32 | 36 | 3E | 1F |
| Octal | 200 | 167 | 36 | 0 | 7 | 115 | 62 | 66 | 76 | 37 |
| Binary | 10000000 | 1110111 | 11110 | 0 | 111 | 1001101 | 110010 | 110110 | 111110 | 11111 |
Color Harmonies of #80771E
Complementary color
Monochromatic Colors of #80771E
Black with #80771E
Text Example
Text Example
White with #80771E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80771E; }
p { color: rgb(128,119,30); }
H1.HeaderClassName
{
color: #80771E;
}
.AnyTagClassName
{
color: #80771E;
}
</style>
background-color css
<style>
a { background-color: #80771E; }
a { background-color: rgb(128,119,30); }
div.DivClassName
{
background-color: #80771E;
}
.BgClassName
{
background-color: #80771E;
}
</style>
border-color css
<style>
span { border-color: #80771E; }
span { border-color: rgb(128,119,30); }
td.TdClassName
{
border-color: #80771E;
}
.TagClassName
{
border-color: #80771E;
}
</style>