Shades of Pesto #81782A
Tints of Pesto #81782A
RGB
CMYK
RGB Variations
Color information
#81782A (or 0x81782A) is known color: Pesto. HEX triplet: 81, 78 and 2A. RGB value is (129,120,42). Sum of RGB (Red+Green+Blue) = 129+120+42=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #81782A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81782A is #7E87D5. Grayscale: #727272. Windows color (decimal): -8292310 or 2783361. OLE color: 2783361.
HSL color Cylindrical-coordinate representation of color #81782A: hue angle of 53.79º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #81782A is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 120 | 42 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.49 |
| HSL | 53.79º | 0.51% | 0.34% | - |
| HSV(B) | 53.79º | 0.67% | 0.51% | - |
| XYZ | 16.19 | 18.27 | 4.86 | - |
| YUV | 113.8 | 87.48 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 120 | 42 | 0 | 0.07 | 0.67 | 0.49 | 53.79 | 0.51 | 0.34 |
| Hex | 81 | 78 | 2A | 0 | 7 | 43 | 31 | 36 | 33 | 22 |
| Octal | 201 | 170 | 52 | 0 | 7 | 103 | 61 | 66 | 63 | 42 |
| Binary | 10000001 | 1111000 | 101010 | 0 | 111 | 1000011 | 110001 | 110110 | 110011 | 100010 |
Color Harmonies of #81782A
Complementary color
Monochromatic Colors of #81782A
Black with #81782A
Text Example
Text Example
White with #81782A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81782A; }
p { color: rgb(129,120,42); }
H1.HeaderClassName
{
color: #81782A;
}
.AnyTagClassName
{
color: #81782A;
}
</style>
background-color css
<style>
a { background-color: #81782A; }
a { background-color: rgb(129,120,42); }
div.DivClassName
{
background-color: #81782A;
}
.BgClassName
{
background-color: #81782A;
}
</style>
border-color css
<style>
span { border-color: #81782A; }
span { border-color: rgb(129,120,42); }
td.TdClassName
{
border-color: #81782A;
}
.TagClassName
{
border-color: #81782A;
}
</style>