Shades of Pesto #877C27
Tints of Pesto #877C27
RGB
CMYK
RGB Variations
Color information
#877C27 (or 0x877C27) is known color: Pesto. HEX triplet: 87, 7C and 27. RGB value is (135,124,39). Sum of RGB (Red+Green+Blue) = 135+124+39=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #877C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877C27 is #7883D8. Grayscale: #757575. Windows color (decimal): -7898073 or 2587783. OLE color: 2587783.
HSL color Cylindrical-coordinate representation of color #877C27: hue angle of 53.12º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #877C27 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 124 | 39 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.47 |
| HSL | 53.13º | 0.55% | 0.34% | - |
| HSV(B) | 53.13º | 0.71% | 0.53% | - |
| XYZ | 17.57 | 19.71 | 4.8 | - |
| YUV | 117.6 | 83.64 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 39 | 0 | 0.08 | 0.71 | 0.47 | 53.13 | 0.55 | 0.34 |
| Hex | 87 | 7C | 27 | 0 | 8 | 47 | 2F | 35 | 37 | 22 |
| Octal | 207 | 174 | 47 | 0 | 10 | 107 | 57 | 65 | 67 | 42 |
| Binary | 10000111 | 1111100 | 100111 | 0 | 1000 | 1000111 | 101111 | 110101 | 110111 | 100010 |
Color Harmonies of #877C27
Complementary color
Monochromatic Colors of #877C27
Black with #877C27
Text Example
Text Example
White with #877C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877C27; }
p { color: rgb(135,124,39); }
H1.HeaderClassName
{
color: #877C27;
}
.AnyTagClassName
{
color: #877C27;
}
</style>
background-color css
<style>
a { background-color: #877C27; }
a { background-color: rgb(135,124,39); }
div.DivClassName
{
background-color: #877C27;
}
.BgClassName
{
background-color: #877C27;
}
</style>
border-color css
<style>
span { border-color: #877C27; }
span { border-color: rgb(135,124,39); }
td.TdClassName
{
border-color: #877C27;
}
.TagClassName
{
border-color: #877C27;
}
</style>