Shades of Pesto #877B2C
Tints of Pesto #877B2C
RGB
CMYK
RGB Variations
Color information
#877B2C (or 0x877B2C) is known color: Pesto. HEX triplet: 87, 7B and 2C. RGB value is (135,123,44). Sum of RGB (Red+Green+Blue) = 135+123+44=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #877B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877B2C is #7884D3. Grayscale: #757575. Windows color (decimal): -7898324 or 2915207. OLE color: 2915207.
HSL color Cylindrical-coordinate representation of color #877B2C: hue angle of 52.09º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #877B2C is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 123 | 44 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.47 |
| HSL | 52.09º | 0.51% | 0.35% | - |
| HSV(B) | 52.09º | 0.67% | 0.53% | - |
| XYZ | 17.53 | 19.5 | 5.22 | - |
| YUV | 117.58 | 86.48 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 123 | 44 | 0 | 0.09 | 0.67 | 0.47 | 52.09 | 0.51 | 0.35 |
| Hex | 87 | 7B | 2C | 0 | 9 | 43 | 2F | 34 | 33 | 23 |
| Octal | 207 | 173 | 54 | 0 | 11 | 103 | 57 | 64 | 63 | 43 |
| Binary | 10000111 | 1111011 | 101100 | 0 | 1001 | 1000011 | 101111 | 110100 | 110011 | 100011 |
Color Harmonies of #877B2C
Complementary color
Monochromatic Colors of #877B2C
Black with #877B2C
Text Example
Text Example
White with #877B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877B2C; }
p { color: rgb(135,123,44); }
H1.HeaderClassName
{
color: #877B2C;
}
.AnyTagClassName
{
color: #877B2C;
}
</style>
background-color css
<style>
a { background-color: #877B2C; }
a { background-color: rgb(135,123,44); }
div.DivClassName
{
background-color: #877B2C;
}
.BgClassName
{
background-color: #877B2C;
}
</style>
border-color css
<style>
span { border-color: #877B2C; }
span { border-color: rgb(135,123,44); }
td.TdClassName
{
border-color: #877B2C;
}
.TagClassName
{
border-color: #877B2C;
}
</style>