Shades of Pesto #877C24
Tints of Pesto #877C24
RGB
CMYK
RGB Variations
Color information
#877C24 (or 0x877C24) is known color: Pesto. HEX triplet: 87, 7C and 24. RGB value is (135,124,36). Sum of RGB (Red+Green+Blue) = 135+124+36=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #877C24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877C24 is #7883DB. Grayscale: #757575. Windows color (decimal): -7898076 or 2391175. OLE color: 2391175.
HSL color Cylindrical-coordinate representation of color #877C24: hue angle of 53.33º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #877C24 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 124 | 36 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.47 |
| HSL | 53.33º | 0.58% | 0.34% | - |
| HSV(B) | 53.33º | 0.73% | 0.53% | - |
| XYZ | 17.52 | 19.69 | 4.55 | - |
| YUV | 117.26 | 82.14 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 36 | 0 | 0.08 | 0.73 | 0.47 | 53.33 | 0.58 | 0.34 |
| Hex | 87 | 7C | 24 | 0 | 8 | 49 | 2F | 35 | 3A | 22 |
| Octal | 207 | 174 | 44 | 0 | 10 | 111 | 57 | 65 | 72 | 42 |
| Binary | 10000111 | 1111100 | 100100 | 0 | 1000 | 1001001 | 101111 | 110101 | 111010 | 100010 |
Color Harmonies of #877C24
Complementary color
Monochromatic Colors of #877C24
Black with #877C24
Text Example
Text Example
White with #877C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877C24; }
p { color: rgb(135,124,36); }
H1.HeaderClassName
{
color: #877C24;
}
.AnyTagClassName
{
color: #877C24;
}
</style>
background-color css
<style>
a { background-color: #877C24; }
a { background-color: rgb(135,124,36); }
div.DivClassName
{
background-color: #877C24;
}
.BgClassName
{
background-color: #877C24;
}
</style>
border-color css
<style>
span { border-color: #877C24; }
span { border-color: rgb(135,124,36); }
td.TdClassName
{
border-color: #877C24;
}
.TagClassName
{
border-color: #877C24;
}
</style>