Shades of Pesto #877D2A
Tints of Pesto #877D2A
RGB
CMYK
RGB Variations
Color information
#877D2A (or 0x877D2A) is known color: Pesto. HEX triplet: 87, 7D and 2A. RGB value is (135,125,42). Sum of RGB (Red+Green+Blue) = 135+125+42=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #877D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877D2A is #7882D5. Grayscale: #767676. Windows color (decimal): -7897814 or 2784647. OLE color: 2784647.
HSL color Cylindrical-coordinate representation of color #877D2A: hue angle of 53.55º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #877D2A is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 125 | 42 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.47 |
| HSL | 53.55º | 0.53% | 0.35% | - |
| HSV(B) | 53.55º | 0.69% | 0.53% | - |
| XYZ | 17.74 | 19.99 | 5.11 | - |
| YUV | 118.53 | 84.81 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 125 | 42 | 0 | 0.07 | 0.69 | 0.47 | 53.55 | 0.53 | 0.35 |
| Hex | 87 | 7D | 2A | 0 | 7 | 45 | 2F | 36 | 35 | 23 |
| Octal | 207 | 175 | 52 | 0 | 7 | 105 | 57 | 66 | 65 | 43 |
| Binary | 10000111 | 1111101 | 101010 | 0 | 111 | 1000101 | 101111 | 110110 | 110101 | 100011 |
Color Harmonies of #877D2A
Complementary color
Monochromatic Colors of #877D2A
Black with #877D2A
Text Example
Text Example
White with #877D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877D2A; }
p { color: rgb(135,125,42); }
H1.HeaderClassName
{
color: #877D2A;
}
.AnyTagClassName
{
color: #877D2A;
}
</style>
background-color css
<style>
a { background-color: #877D2A; }
a { background-color: rgb(135,125,42); }
div.DivClassName
{
background-color: #877D2A;
}
.BgClassName
{
background-color: #877D2A;
}
</style>
border-color css
<style>
span { border-color: #877D2A; }
span { border-color: rgb(135,125,42); }
td.TdClassName
{
border-color: #877D2A;
}
.TagClassName
{
border-color: #877D2A;
}
</style>