Shades of Pesto #887A1E
Tints of Pesto #887A1E
RGB
CMYK
RGB Variations
Color information
#887A1E (or 0x887A1E) is known color: Pesto. HEX triplet: 88, 7A and 1E. RGB value is (136,122,30). Sum of RGB (Red+Green+Blue) = 136+122+30=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #887A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887A1E is #7785E1. Grayscale: #747474. Windows color (decimal): -7833058 or 1997448. OLE color: 1997448.
HSL color Cylindrical-coordinate representation of color #887A1E: hue angle of 52.08º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #887A1E is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 122 | 30 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.47 |
| HSL | 52.08º | 0.64% | 0.33% | - |
| HSV(B) | 52.08º | 0.78% | 0.53% | - |
| XYZ | 17.35 | 19.25 | 4.03 | - |
| YUV | 115.7 | 79.64 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 30 | 0 | 0.10 | 0.78 | 0.47 | 52.08 | 0.64 | 0.33 |
| Hex | 88 | 7A | 1E | 0 | A | 4E | 2F | 34 | 40 | 21 |
| Octal | 210 | 172 | 36 | 0 | 12 | 116 | 57 | 64 | 100 | 41 |
| Binary | 10001000 | 1111010 | 11110 | 0 | 1010 | 1001110 | 101111 | 110100 | 1000000 | 100001 |
Color Harmonies of #887A1E
Complementary color
Monochromatic Colors of #887A1E
Black with #887A1E
Text Example
Text Example
White with #887A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887A1E; }
p { color: rgb(136,122,30); }
H1.HeaderClassName
{
color: #887A1E;
}
.AnyTagClassName
{
color: #887A1E;
}
</style>
background-color css
<style>
a { background-color: #887A1E; }
a { background-color: rgb(136,122,30); }
div.DivClassName
{
background-color: #887A1E;
}
.BgClassName
{
background-color: #887A1E;
}
</style>
border-color css
<style>
span { border-color: #887A1E; }
span { border-color: rgb(136,122,30); }
td.TdClassName
{
border-color: #887A1E;
}
.TagClassName
{
border-color: #887A1E;
}
</style>