Shades of Pesto #877D28
Tints of Pesto #877D28
RGB
CMYK
RGB Variations
Color information
#877D28 (or 0x877D28) is known color: Pesto. HEX triplet: 87, 7D and 28. RGB value is (135,125,40). Sum of RGB (Red+Green+Blue) = 135+125+40=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 135 - color contains mainly: red. Hex color #877D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877D28 is #7882D7. Grayscale: #767676. Windows color (decimal): -7897816 or 2653575. OLE color: 2653575.
HSL color Cylindrical-coordinate representation of color #877D28: hue angle of 53.68º 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 #877D28 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 125 | 40 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.47 |
| HSL | 53.68º | 0.54% | 0.34% | - |
| HSV(B) | 53.68º | 0.7% | 0.53% | - |
| XYZ | 17.71 | 19.97 | 4.93 | - |
| YUV | 118.3 | 83.81 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 125 | 40 | 0 | 0.07 | 0.70 | 0.47 | 53.68 | 0.54 | 0.34 |
| Hex | 87 | 7D | 28 | 0 | 7 | 46 | 2F | 36 | 36 | 22 |
| Octal | 207 | 175 | 50 | 0 | 7 | 106 | 57 | 66 | 66 | 42 |
| Binary | 10000111 | 1111101 | 101000 | 0 | 111 | 1000110 | 101111 | 110110 | 110110 | 100010 |
Color Harmonies of #877D28
Complementary color
Monochromatic Colors of #877D28
Black with #877D28
Text Example
Text Example
White with #877D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877D28; }
p { color: rgb(135,125,40); }
H1.HeaderClassName
{
color: #877D28;
}
.AnyTagClassName
{
color: #877D28;
}
</style>
background-color css
<style>
a { background-color: #877D28; }
a { background-color: rgb(135,125,40); }
div.DivClassName
{
background-color: #877D28;
}
.BgClassName
{
background-color: #877D28;
}
</style>
border-color css
<style>
span { border-color: #877D28; }
span { border-color: rgb(135,125,40); }
td.TdClassName
{
border-color: #877D28;
}
.TagClassName
{
border-color: #877D28;
}
</style>