Shades of Pesto #87792D
Tints of Pesto #87792D
RGB
CMYK
RGB Variations
Color information
#87792D (or 0x87792D) is known color: Pesto. HEX triplet: 87, 79 and 2D. RGB value is (135,121,45). Sum of RGB (Red+Green+Blue) = 135+121+45=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #87792D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87792D is #7886D2. Grayscale: #747474. Windows color (decimal): -7898835 or 2980231. OLE color: 2980231.
HSL color Cylindrical-coordinate representation of color #87792D: hue angle of 50.67º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #87792D is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 121 | 45 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.47 |
| HSL | 50.67º | 0.5% | 0.35% | - |
| HSV(B) | 50.67º | 0.67% | 0.53% | - |
| XYZ | 17.3 | 19.02 | 5.24 | - |
| YUV | 116.52 | 87.64 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 121 | 45 | 0 | 0.10 | 0.67 | 0.47 | 50.67 | 0.5 | 0.35 |
| Hex | 87 | 79 | 2D | 0 | A | 43 | 2F | 33 | 32 | 23 |
| Octal | 207 | 171 | 55 | 0 | 12 | 103 | 57 | 63 | 62 | 43 |
| Binary | 10000111 | 1111001 | 101101 | 0 | 1010 | 1000011 | 101111 | 110011 | 110010 | 100011 |
Color Harmonies of #87792D
Complementary color
Monochromatic Colors of #87792D
Black with #87792D
Text Example
Text Example
White with #87792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87792D; }
p { color: rgb(135,121,45); }
H1.HeaderClassName
{
color: #87792D;
}
.AnyTagClassName
{
color: #87792D;
}
</style>
background-color css
<style>
a { background-color: #87792D; }
a { background-color: rgb(135,121,45); }
div.DivClassName
{
background-color: #87792D;
}
.BgClassName
{
background-color: #87792D;
}
</style>
border-color css
<style>
span { border-color: #87792D; }
span { border-color: rgb(135,121,45); }
td.TdClassName
{
border-color: #87792D;
}
.TagClassName
{
border-color: #87792D;
}
</style>