Shades of Pesto #81772D
Tints of Pesto #81772D
RGB
CMYK
RGB Variations
Color information
#81772D (or 0x81772D) is known color: Pesto. HEX triplet: 81, 77 and 2D. RGB value is (129,119,45). Sum of RGB (Red+Green+Blue) = 129+119+45=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #81772D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81772D is #7E88D2. Grayscale: #717171. Windows color (decimal): -8292563 or 2979713. OLE color: 2979713.
HSL color Cylindrical-coordinate representation of color #81772D: hue angle of 52.86º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #81772D is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 119 | 45 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.49 |
| HSL | 52.86º | 0.48% | 0.34% | - |
| HSV(B) | 52.86º | 0.65% | 0.51% | - |
| XYZ | 16.12 | 18.05 | 5.12 | - |
| YUV | 113.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 119 | 45 | 0 | 0.08 | 0.65 | 0.49 | 52.86 | 0.48 | 0.34 |
| Hex | 81 | 77 | 2D | 0 | 8 | 41 | 31 | 35 | 30 | 22 |
| Octal | 201 | 167 | 55 | 0 | 10 | 101 | 61 | 65 | 60 | 42 |
| Binary | 10000001 | 1110111 | 101101 | 0 | 1000 | 1000001 | 110001 | 110101 | 110000 | 100010 |
Color Harmonies of #81772D
Complementary color
Monochromatic Colors of #81772D
Black with #81772D
Text Example
Text Example
White with #81772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81772D; }
p { color: rgb(129,119,45); }
H1.HeaderClassName
{
color: #81772D;
}
.AnyTagClassName
{
color: #81772D;
}
</style>
background-color css
<style>
a { background-color: #81772D; }
a { background-color: rgb(129,119,45); }
div.DivClassName
{
background-color: #81772D;
}
.BgClassName
{
background-color: #81772D;
}
</style>
border-color css
<style>
span { border-color: #81772D; }
span { border-color: rgb(129,119,45); }
td.TdClassName
{
border-color: #81772D;
}
.TagClassName
{
border-color: #81772D;
}
</style>