Shades of Pesto #877B32
Tints of Pesto #877B32
RGB
CMYK
RGB Variations
Color information
#877B32 (or 0x877B32) is known color: Pesto. HEX triplet: 87, 7B and 32. RGB value is (135,123,50). Sum of RGB (Red+Green+Blue) = 135+123+50=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #877B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877B32 is #7884CD. Grayscale: #767676. Windows color (decimal): -7898318 or 3308423. OLE color: 3308423.
HSL color Cylindrical-coordinate representation of color #877B32: hue angle of 51.53º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #877B32 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 123 | 50 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.47 |
| HSL | 51.53º | 0.46% | 0.36% | - |
| HSV(B) | 51.53º | 0.63% | 0.53% | - |
| XYZ | 17.65 | 19.55 | 5.86 | - |
| YUV | 118.27 | 89.48 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 123 | 50 | 0 | 0.09 | 0.63 | 0.47 | 51.53 | 0.46 | 0.36 |
| Hex | 87 | 7B | 32 | 0 | 9 | 3F | 2F | 34 | 2E | 24 |
| Octal | 207 | 173 | 62 | 0 | 11 | 77 | 57 | 64 | 56 | 44 |
| Binary | 10000111 | 1111011 | 110010 | 0 | 1001 | 111111 | 101111 | 110100 | 101110 | 100100 |
Color Harmonies of #877B32
Complementary color
Monochromatic Colors of #877B32
Black with #877B32
Text Example
Text Example
White with #877B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877B32; }
p { color: rgb(135,123,50); }
H1.HeaderClassName
{
color: #877B32;
}
.AnyTagClassName
{
color: #877B32;
}
</style>
background-color css
<style>
a { background-color: #877B32; }
a { background-color: rgb(135,123,50); }
div.DivClassName
{
background-color: #877B32;
}
.BgClassName
{
background-color: #877B32;
}
</style>
border-color css
<style>
span { border-color: #877B32; }
span { border-color: rgb(135,123,50); }
td.TdClassName
{
border-color: #877B32;
}
.TagClassName
{
border-color: #877B32;
}
</style>