Shades of Pesto #877A1E
Tints of Pesto #877A1E
RGB
CMYK
RGB Variations
Color information
#877A1E (or 0x877A1E) is known color: Pesto. HEX triplet: 87, 7A and 1E. RGB value is (135,122,30). Sum of RGB (Red+Green+Blue) = 135+122+30=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #877A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877A1E is #7885E1. Grayscale: #737373. Windows color (decimal): -7898594 or 1997447. OLE color: 1997447.
HSL color Cylindrical-coordinate representation of color #877A1E: hue angle of 52.57º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #877A1E is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 122 | 30 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.47 |
| HSL | 52.57º | 0.64% | 0.32% | - |
| HSV(B) | 52.57º | 0.78% | 0.53% | - |
| XYZ | 17.19 | 19.16 | 4.02 | - |
| YUV | 115.4 | 79.81 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 122 | 30 | 0 | 0.10 | 0.78 | 0.47 | 52.57 | 0.64 | 0.32 |
| Hex | 87 | 7A | 1E | 0 | A | 4E | 2F | 35 | 40 | 20 |
| Octal | 207 | 172 | 36 | 0 | 12 | 116 | 57 | 65 | 100 | 40 |
| Binary | 10000111 | 1111010 | 11110 | 0 | 1010 | 1001110 | 101111 | 110101 | 1000000 | 100000 |
Color Harmonies of #877A1E
Complementary color
Monochromatic Colors of #877A1E
Black with #877A1E
Text Example
Text Example
White with #877A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877A1E; }
p { color: rgb(135,122,30); }
H1.HeaderClassName
{
color: #877A1E;
}
.AnyTagClassName
{
color: #877A1E;
}
</style>
background-color css
<style>
a { background-color: #877A1E; }
a { background-color: rgb(135,122,30); }
div.DivClassName
{
background-color: #877A1E;
}
.BgClassName
{
background-color: #877A1E;
}
</style>
border-color css
<style>
span { border-color: #877A1E; }
span { border-color: rgb(135,122,30); }
td.TdClassName
{
border-color: #877A1E;
}
.TagClassName
{
border-color: #877A1E;
}
</style>