Shades of Pesto #877A24
Tints of Pesto #877A24
RGB
CMYK
RGB Variations
Color information
#877A24 (or 0x877A24) is known color: Pesto. HEX triplet: 87, 7A and 24. RGB value is (135,122,36). Sum of RGB (Red+Green+Blue) = 135+122+36=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 135 - color contains mainly: red. Hex color #877A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877A24 is #7885DB. Grayscale: #747474. Windows color (decimal): -7898588 or 2390663. OLE color: 2390663.
HSL color Cylindrical-coordinate representation of color #877A24: hue angle of 52.12º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #877A24 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 122 | 36 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.47 |
| HSL | 52.12º | 0.58% | 0.34% | - |
| HSV(B) | 52.12º | 0.73% | 0.53% | - |
| XYZ | 17.27 | 19.2 | 4.46 | - |
| YUV | 116.08 | 82.81 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 122 | 36 | 0 | 0.10 | 0.73 | 0.47 | 52.12 | 0.58 | 0.34 |
| Hex | 87 | 7A | 24 | 0 | A | 49 | 2F | 34 | 3A | 22 |
| Octal | 207 | 172 | 44 | 0 | 12 | 111 | 57 | 64 | 72 | 42 |
| Binary | 10000111 | 1111010 | 100100 | 0 | 1010 | 1001001 | 101111 | 110100 | 111010 | 100010 |
Color Harmonies of #877A24
Complementary color
Monochromatic Colors of #877A24
Black with #877A24
Text Example
Text Example
White with #877A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877A24; }
p { color: rgb(135,122,36); }
H1.HeaderClassName
{
color: #877A24;
}
.AnyTagClassName
{
color: #877A24;
}
</style>
background-color css
<style>
a { background-color: #877A24; }
a { background-color: rgb(135,122,36); }
div.DivClassName
{
background-color: #877A24;
}
.BgClassName
{
background-color: #877A24;
}
</style>
border-color css
<style>
span { border-color: #877A24; }
span { border-color: rgb(135,122,36); }
td.TdClassName
{
border-color: #877A24;
}
.TagClassName
{
border-color: #877A24;
}
</style>