Shades of Pesto #877D33
Tints of Pesto #877D33
RGB
CMYK
RGB Variations
Color information
#877D33 (or 0x877D33) is known color: Pesto. HEX triplet: 87, 7D and 33. RGB value is (135,125,51). Sum of RGB (Red+Green+Blue) = 135+125+51=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #877D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877D33 is #7882CC. Grayscale: #777777. Windows color (decimal): -7897805 or 3374471. OLE color: 3374471.
HSL color Cylindrical-coordinate representation of color #877D33: hue angle of 52.86º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #877D33 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 125 | 51 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.47 |
| HSL | 52.86º | 0.45% | 0.36% | - |
| HSV(B) | 52.86º | 0.62% | 0.53% | - |
| XYZ | 17.92 | 20.06 | 6.06 | - |
| YUV | 119.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 125 | 51 | 0 | 0.07 | 0.62 | 0.47 | 52.86 | 0.45 | 0.36 |
| Hex | 87 | 7D | 33 | 0 | 7 | 3E | 2F | 35 | 2D | 24 |
| Octal | 207 | 175 | 63 | 0 | 7 | 76 | 57 | 65 | 55 | 44 |
| Binary | 10000111 | 1111101 | 110011 | 0 | 111 | 111110 | 101111 | 110101 | 101101 | 100100 |
Color Harmonies of #877D33
Complementary color
Monochromatic Colors of #877D33
Black with #877D33
Text Example
Text Example
White with #877D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877D33; }
p { color: rgb(135,125,51); }
H1.HeaderClassName
{
color: #877D33;
}
.AnyTagClassName
{
color: #877D33;
}
</style>
background-color css
<style>
a { background-color: #877D33; }
a { background-color: rgb(135,125,51); }
div.DivClassName
{
background-color: #877D33;
}
.BgClassName
{
background-color: #877D33;
}
</style>
border-color css
<style>
span { border-color: #877D33; }
span { border-color: rgb(135,125,51); }
td.TdClassName
{
border-color: #877D33;
}
.TagClassName
{
border-color: #877D33;
}
</style>