Shades of Pesto #87791F
Tints of Pesto #87791F
RGB
CMYK
RGB Variations
Color information
#87791F (or 0x87791F) is known color: Pesto. HEX triplet: 87, 79 and 1F. RGB value is (135,121,31). Sum of RGB (Red+Green+Blue) = 135+121+31=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #87791F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87791F is #7886E0. Grayscale: #737373. Windows color (decimal): -7898849 or 2062727. OLE color: 2062727.
HSL color Cylindrical-coordinate representation of color #87791F: hue angle of 51.92º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #87791F is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 121 | 31 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.47 |
| HSL | 51.92º | 0.63% | 0.33% | - |
| HSV(B) | 51.92º | 0.77% | 0.53% | - |
| XYZ | 17.08 | 18.92 | 4.05 | - |
| YUV | 114.93 | 80.64 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 121 | 31 | 0 | 0.10 | 0.77 | 0.47 | 51.92 | 0.63 | 0.33 |
| Hex | 87 | 79 | 1F | 0 | A | 4D | 2F | 34 | 3F | 21 |
| Octal | 207 | 171 | 37 | 0 | 12 | 115 | 57 | 64 | 77 | 41 |
| Binary | 10000111 | 1111001 | 11111 | 0 | 1010 | 1001101 | 101111 | 110100 | 111111 | 100001 |
Color Harmonies of #87791F
Complementary color
Monochromatic Colors of #87791F
Black with #87791F
Text Example
Text Example
White with #87791F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87791F; }
p { color: rgb(135,121,31); }
H1.HeaderClassName
{
color: #87791F;
}
.AnyTagClassName
{
color: #87791F;
}
</style>
background-color css
<style>
a { background-color: #87791F; }
a { background-color: rgb(135,121,31); }
div.DivClassName
{
background-color: #87791F;
}
.BgClassName
{
background-color: #87791F;
}
</style>
border-color css
<style>
span { border-color: #87791F; }
span { border-color: rgb(135,121,31); }
td.TdClassName
{
border-color: #87791F;
}
.TagClassName
{
border-color: #87791F;
}
</style>