Shades of Pesto #82762A
Tints of Pesto #82762A
RGB
CMYK
RGB Variations
Color information
#82762A (or 0x82762A) is known color: Pesto. HEX triplet: 82, 76 and 2A. RGB value is (130,118,42). Sum of RGB (Red+Green+Blue) = 130+118+42=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #82762A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82762A is #7D89D5. Grayscale: #717171. Windows color (decimal): -8227286 or 2782850. OLE color: 2782850.
HSL color Cylindrical-coordinate representation of color #82762A: hue angle of 51.82º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82762A is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 118 | 42 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.49 |
| HSL | 51.82º | 0.51% | 0.34% | - |
| HSV(B) | 51.82º | 0.68% | 0.51% | - |
| XYZ | 16.1 | 17.87 | 4.79 | - |
| YUV | 112.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 118 | 42 | 0 | 0.09 | 0.68 | 0.49 | 51.82 | 0.51 | 0.34 |
| Hex | 82 | 76 | 2A | 0 | 9 | 44 | 31 | 34 | 33 | 22 |
| Octal | 202 | 166 | 52 | 0 | 11 | 104 | 61 | 64 | 63 | 42 |
| Binary | 10000010 | 1110110 | 101010 | 0 | 1001 | 1000100 | 110001 | 110100 | 110011 | 100010 |
Color Harmonies of #82762A
Complementary color
Monochromatic Colors of #82762A
Black with #82762A
Text Example
Text Example
White with #82762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82762A; }
p { color: rgb(130,118,42); }
H1.HeaderClassName
{
color: #82762A;
}
.AnyTagClassName
{
color: #82762A;
}
</style>
background-color css
<style>
a { background-color: #82762A; }
a { background-color: rgb(130,118,42); }
div.DivClassName
{
background-color: #82762A;
}
.BgClassName
{
background-color: #82762A;
}
</style>
border-color css
<style>
span { border-color: #82762A; }
span { border-color: rgb(130,118,42); }
td.TdClassName
{
border-color: #82762A;
}
.TagClassName
{
border-color: #82762A;
}
</style>