Shades of Pesto #877D31
Tints of Pesto #877D31
RGB
CMYK
RGB Variations
Color information
#877D31 (or 0x877D31) is known color: Pesto. HEX triplet: 87, 7D and 31. RGB value is (135,125,49). Sum of RGB (Red+Green+Blue) = 135+125+49=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #877D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877D31 is #7882CE. Grayscale: #777777. Windows color (decimal): -7897807 or 3243399. OLE color: 3243399.
HSL color Cylindrical-coordinate representation of color #877D31: hue angle of 53.02º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #877D31 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 125 | 49 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.47 |
| HSL | 53.02º | 0.47% | 0.36% | - |
| HSV(B) | 53.02º | 0.64% | 0.53% | - |
| XYZ | 17.88 | 20.04 | 5.83 | - |
| YUV | 119.33 | 88.31 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 125 | 49 | 0 | 0.07 | 0.64 | 0.47 | 53.02 | 0.47 | 0.36 |
| Hex | 87 | 7D | 31 | 0 | 7 | 40 | 2F | 35 | 2F | 24 |
| Octal | 207 | 175 | 61 | 0 | 7 | 100 | 57 | 65 | 57 | 44 |
| Binary | 10000111 | 1111101 | 110001 | 0 | 111 | 1000000 | 101111 | 110101 | 101111 | 100100 |
Color Harmonies of #877D31
Complementary color
Monochromatic Colors of #877D31
Black with #877D31
Text Example
Text Example
White with #877D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877D31; }
p { color: rgb(135,125,49); }
H1.HeaderClassName
{
color: #877D31;
}
.AnyTagClassName
{
color: #877D31;
}
</style>
background-color css
<style>
a { background-color: #877D31; }
a { background-color: rgb(135,125,49); }
div.DivClassName
{
background-color: #877D31;
}
.BgClassName
{
background-color: #877D31;
}
</style>
border-color css
<style>
span { border-color: #877D31; }
span { border-color: rgb(135,125,49); }
td.TdClassName
{
border-color: #877D31;
}
.TagClassName
{
border-color: #877D31;
}
</style>