Shades of Pesto #82781B
Tints of Pesto #82781B
RGB
CMYK
RGB Variations
Color information
#82781B (or 0x82781B) is known color: Pesto. HEX triplet: 82, 78 and 1B. RGB value is (130,120,27). Sum of RGB (Red+Green+Blue) = 130+120+27=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #82781B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82781B is #7D87E4. Grayscale: #707070. Windows color (decimal): -8226789 or 1800322. OLE color: 1800322.
HSL color Cylindrical-coordinate representation of color #82781B: hue angle of 54.17º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #82781B is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 120 | 27 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.49 |
| HSL | 54.17º | 0.66% | 0.31% | - |
| HSV(B) | 54.17º | 0.79% | 0.51% | - |
| XYZ | 16.12 | 18.26 | 3.71 | - |
| YUV | 112.39 | 79.81 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 120 | 27 | 0 | 0.08 | 0.79 | 0.49 | 54.17 | 0.66 | 0.31 |
| Hex | 82 | 78 | 1B | 0 | 8 | 4F | 31 | 36 | 42 | 1F |
| Octal | 202 | 170 | 33 | 0 | 10 | 117 | 61 | 66 | 102 | 37 |
| Binary | 10000010 | 1111000 | 11011 | 0 | 1000 | 1001111 | 110001 | 110110 | 1000010 | 11111 |
Color Harmonies of #82781B
Complementary color
Monochromatic Colors of #82781B
Black with #82781B
Text Example
Text Example
White with #82781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82781B; }
p { color: rgb(130,120,27); }
H1.HeaderClassName
{
color: #82781B;
}
.AnyTagClassName
{
color: #82781B;
}
</style>
background-color css
<style>
a { background-color: #82781B; }
a { background-color: rgb(130,120,27); }
div.DivClassName
{
background-color: #82781B;
}
.BgClassName
{
background-color: #82781B;
}
</style>
border-color css
<style>
span { border-color: #82781B; }
span { border-color: rgb(130,120,27); }
td.TdClassName
{
border-color: #82781B;
}
.TagClassName
{
border-color: #82781B;
}
</style>