Shades of Pesto #877D2F
Tints of Pesto #877D2F
RGB
CMYK
RGB Variations
Color information
#877D2F (or 0x877D2F) is known color: Pesto. HEX triplet: 87, 7D and 2F. RGB value is (135,125,47). Sum of RGB (Red+Green+Blue) = 135+125+47=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #877D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877D2F is #7882D0. Grayscale: #777777. Windows color (decimal): -7897809 or 3112327. OLE color: 3112327.
HSL color Cylindrical-coordinate representation of color #877D2F: hue angle of 53.18º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #877D2F is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 125 | 47 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.47 |
| HSL | 53.18º | 0.48% | 0.36% | - |
| HSV(B) | 53.18º | 0.65% | 0.53% | - |
| XYZ | 17.84 | 20.02 | 5.61 | - |
| YUV | 119.1 | 87.31 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 125 | 47 | 0 | 0.07 | 0.65 | 0.47 | 53.18 | 0.48 | 0.36 |
| Hex | 87 | 7D | 2F | 0 | 7 | 41 | 2F | 35 | 30 | 24 |
| Octal | 207 | 175 | 57 | 0 | 7 | 101 | 57 | 65 | 60 | 44 |
| Binary | 10000111 | 1111101 | 101111 | 0 | 111 | 1000001 | 101111 | 110101 | 110000 | 100100 |
Color Harmonies of #877D2F
Complementary color
Monochromatic Colors of #877D2F
Black with #877D2F
Text Example
Text Example
White with #877D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877D2F; }
p { color: rgb(135,125,47); }
H1.HeaderClassName
{
color: #877D2F;
}
.AnyTagClassName
{
color: #877D2F;
}
</style>
background-color css
<style>
a { background-color: #877D2F; }
a { background-color: rgb(135,125,47); }
div.DivClassName
{
background-color: #877D2F;
}
.BgClassName
{
background-color: #877D2F;
}
</style>
border-color css
<style>
span { border-color: #877D2F; }
span { border-color: rgb(135,125,47); }
td.TdClassName
{
border-color: #877D2F;
}
.TagClassName
{
border-color: #877D2F;
}
</style>