Shades of Pesto #877828
Tints of Pesto #877828
RGB
CMYK
RGB Variations
Color information
#877828 (or 0x877828) is known color: Pesto. HEX triplet: 87, 78 and 28. RGB value is (135,120,40). Sum of RGB (Red+Green+Blue) = 135+120+40=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #877828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877828 is #7887D7. Grayscale: #737373. Windows color (decimal): -7899096 or 2652295. OLE color: 2652295.
HSL color Cylindrical-coordinate representation of color #877828: hue angle of 50.53º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #877828 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 120 | 40 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.47 |
| HSL | 50.53º | 0.54% | 0.34% | - |
| HSV(B) | 50.53º | 0.7% | 0.53% | - |
| XYZ | 17.09 | 18.74 | 4.72 | - |
| YUV | 115.37 | 85.47 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 120 | 40 | 0 | 0.11 | 0.70 | 0.47 | 50.53 | 0.54 | 0.34 |
| Hex | 87 | 78 | 28 | 0 | B | 46 | 2F | 33 | 36 | 22 |
| Octal | 207 | 170 | 50 | 0 | 13 | 106 | 57 | 63 | 66 | 42 |
| Binary | 10000111 | 1111000 | 101000 | 0 | 1011 | 1000110 | 101111 | 110011 | 110110 | 100010 |
Color Harmonies of #877828
Complementary color
Monochromatic Colors of #877828
Black with #877828
Text Example
Text Example
White with #877828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877828; }
p { color: rgb(135,120,40); }
H1.HeaderClassName
{
color: #877828;
}
.AnyTagClassName
{
color: #877828;
}
</style>
background-color css
<style>
a { background-color: #877828; }
a { background-color: rgb(135,120,40); }
div.DivClassName
{
background-color: #877828;
}
.BgClassName
{
background-color: #877828;
}
</style>
border-color css
<style>
span { border-color: #877828; }
span { border-color: rgb(135,120,40); }
td.TdClassName
{
border-color: #877828;
}
.TagClassName
{
border-color: #877828;
}
</style>