Shades of Pesto #81782F
Tints of Pesto #81782F
RGB
CMYK
RGB Variations
Color information
#81782F (or 0x81782F) is known color: Pesto. HEX triplet: 81, 78 and 2F. RGB value is (129,120,47). Sum of RGB (Red+Green+Blue) = 129+120+47=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #81782F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81782F is #7E87D0. Grayscale: #727272. Windows color (decimal): -8292305 or 3111041. OLE color: 3111041.
HSL color Cylindrical-coordinate representation of color #81782F: hue angle of 53.41º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81782F is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 120 | 47 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.49 |
| HSL | 53.41º | 0.47% | 0.35% | - |
| HSV(B) | 53.41º | 0.64% | 0.51% | - |
| XYZ | 16.28 | 18.31 | 5.36 | - |
| YUV | 114.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 120 | 47 | 0 | 0.07 | 0.64 | 0.49 | 53.41 | 0.47 | 0.35 |
| Hex | 81 | 78 | 2F | 0 | 7 | 40 | 31 | 35 | 2F | 23 |
| Octal | 201 | 170 | 57 | 0 | 7 | 100 | 61 | 65 | 57 | 43 |
| Binary | 10000001 | 1111000 | 101111 | 0 | 111 | 1000000 | 110001 | 110101 | 101111 | 100011 |
Color Harmonies of #81782F
Complementary color
Monochromatic Colors of #81782F
Black with #81782F
Text Example
Text Example
White with #81782F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81782F; }
p { color: rgb(129,120,47); }
H1.HeaderClassName
{
color: #81782F;
}
.AnyTagClassName
{
color: #81782F;
}
</style>
background-color css
<style>
a { background-color: #81782F; }
a { background-color: rgb(129,120,47); }
div.DivClassName
{
background-color: #81782F;
}
.BgClassName
{
background-color: #81782F;
}
</style>
border-color css
<style>
span { border-color: #81782F; }
span { border-color: rgb(129,120,47); }
td.TdClassName
{
border-color: #81782F;
}
.TagClassName
{
border-color: #81782F;
}
</style>