Shades of Pesto #80771C
Tints of Pesto #80771C
RGB
CMYK
RGB Variations
Color information
#80771C (or 0x80771C) is known color: Pesto. HEX triplet: 80, 77 and 1C. RGB value is (128,119,28). Sum of RGB (Red+Green+Blue) = 128+119+28=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #80771C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80771C is #7F88E3. Grayscale: #6F6F6F. Windows color (decimal): -8358116 or 1865600. OLE color: 1865600.
HSL color Cylindrical-coordinate representation of color #80771C: hue angle of 54.6º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80771C is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 119 | 28 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.50 |
| HSL | 54.6º | 0.64% | 0.31% | - |
| HSV(B) | 54.6º | 0.78% | 0.5% | - |
| XYZ | 15.71 | 17.87 | 3.72 | - |
| YUV | 111.32 | 80.98 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 119 | 28 | 0 | 0.07 | 0.78 | 0.50 | 54.6 | 0.64 | 0.31 |
| Hex | 80 | 77 | 1C | 0 | 7 | 4E | 32 | 37 | 40 | 1F |
| Octal | 200 | 167 | 34 | 0 | 7 | 116 | 62 | 67 | 100 | 37 |
| Binary | 10000000 | 1110111 | 11100 | 0 | 111 | 1001110 | 110010 | 110111 | 1000000 | 11111 |
Color Harmonies of #80771C
Complementary color
Monochromatic Colors of #80771C
Black with #80771C
Text Example
Text Example
White with #80771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80771C; }
p { color: rgb(128,119,28); }
H1.HeaderClassName
{
color: #80771C;
}
.AnyTagClassName
{
color: #80771C;
}
</style>
background-color css
<style>
a { background-color: #80771C; }
a { background-color: rgb(128,119,28); }
div.DivClassName
{
background-color: #80771C;
}
.BgClassName
{
background-color: #80771C;
}
</style>
border-color css
<style>
span { border-color: #80771C; }
span { border-color: rgb(128,119,28); }
td.TdClassName
{
border-color: #80771C;
}
.TagClassName
{
border-color: #80771C;
}
</style>