Shades of Pesto #877C1F
Tints of Pesto #877C1F
RGB
CMYK
RGB Variations
Color information
#877C1F (or 0x877C1F) is known color: Pesto. HEX triplet: 87, 7C and 1F. RGB value is (135,124,31). Sum of RGB (Red+Green+Blue) = 135+124+31=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #877C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877C1F is #7883E0. Grayscale: #757575. Windows color (decimal): -7898081 or 2063495. OLE color: 2063495.
HSL color Cylindrical-coordinate representation of color #877C1F: hue angle of 53.65º 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 #877C1F is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 124 | 31 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.47 |
| HSL | 53.65º | 0.63% | 0.33% | - |
| HSV(B) | 53.65º | 0.77% | 0.53% | - |
| XYZ | 17.45 | 19.67 | 4.17 | - |
| YUV | 116.69 | 79.64 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 31 | 0 | 0.08 | 0.77 | 0.47 | 53.65 | 0.63 | 0.33 |
| Hex | 87 | 7C | 1F | 0 | 8 | 4D | 2F | 36 | 3F | 21 |
| Octal | 207 | 174 | 37 | 0 | 10 | 115 | 57 | 66 | 77 | 41 |
| Binary | 10000111 | 1111100 | 11111 | 0 | 1000 | 1001101 | 101111 | 110110 | 111111 | 100001 |
Color Harmonies of #877C1F
Complementary color
Monochromatic Colors of #877C1F
Black with #877C1F
Text Example
Text Example
White with #877C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877C1F; }
p { color: rgb(135,124,31); }
H1.HeaderClassName
{
color: #877C1F;
}
.AnyTagClassName
{
color: #877C1F;
}
</style>
background-color css
<style>
a { background-color: #877C1F; }
a { background-color: rgb(135,124,31); }
div.DivClassName
{
background-color: #877C1F;
}
.BgClassName
{
background-color: #877C1F;
}
</style>
border-color css
<style>
span { border-color: #877C1F; }
span { border-color: rgb(135,124,31); }
td.TdClassName
{
border-color: #877C1F;
}
.TagClassName
{
border-color: #877C1F;
}
</style>