Shades of Pesto #80762C
Tints of Pesto #80762C
RGB
CMYK
RGB Variations
Color information
#80762C (or 0x80762C) is known color: Pesto. HEX triplet: 80, 76 and 2C. RGB value is (128,118,44). Sum of RGB (Red+Green+Blue) = 128+118+44=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #80762C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80762C is #7F89D3. Grayscale: #707070. Windows color (decimal): -8358356 or 2913920. OLE color: 2913920.
HSL color Cylindrical-coordinate representation of color #80762C: hue angle of 52.86º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80762C is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 118 | 44 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.50 |
| HSL | 52.86º | 0.49% | 0.34% | - |
| HSV(B) | 52.86º | 0.66% | 0.5% | - |
| XYZ | 15.84 | 17.73 | 4.97 | - |
| YUV | 112.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 118 | 44 | 0 | 0.08 | 0.66 | 0.50 | 52.86 | 0.49 | 0.34 |
| Hex | 80 | 76 | 2C | 0 | 8 | 42 | 32 | 35 | 31 | 22 |
| Octal | 200 | 166 | 54 | 0 | 10 | 102 | 62 | 65 | 61 | 42 |
| Binary | 10000000 | 1110110 | 101100 | 0 | 1000 | 1000010 | 110010 | 110101 | 110001 | 100010 |
Color Harmonies of #80762C
Complementary color
Monochromatic Colors of #80762C
Black with #80762C
Text Example
Text Example
White with #80762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80762C; }
p { color: rgb(128,118,44); }
H1.HeaderClassName
{
color: #80762C;
}
.AnyTagClassName
{
color: #80762C;
}
</style>
background-color css
<style>
a { background-color: #80762C; }
a { background-color: rgb(128,118,44); }
div.DivClassName
{
background-color: #80762C;
}
.BgClassName
{
background-color: #80762C;
}
</style>
border-color css
<style>
span { border-color: #80762C; }
span { border-color: rgb(128,118,44); }
td.TdClassName
{
border-color: #80762C;
}
.TagClassName
{
border-color: #80762C;
}
</style>