Shades of Pesto #877A21
Tints of Pesto #877A21
RGB
CMYK
RGB Variations
Color information
#877A21 (or 0x877A21) is known color: Pesto. HEX triplet: 87, 7A and 21. RGB value is (135,122,33). Sum of RGB (Red+Green+Blue) = 135+122+33=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #877A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877A21 is #7885DE. Grayscale: #747474. Windows color (decimal): -7898591 or 2194055. OLE color: 2194055.
HSL color Cylindrical-coordinate representation of color #877A21: hue angle of 52.35º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #877A21 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 122 | 33 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.47 |
| HSL | 52.35º | 0.61% | 0.33% | - |
| HSV(B) | 52.35º | 0.76% | 0.53% | - |
| XYZ | 17.23 | 19.18 | 4.23 | - |
| YUV | 115.74 | 81.31 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 122 | 33 | 0 | 0.10 | 0.76 | 0.47 | 52.35 | 0.61 | 0.33 |
| Hex | 87 | 7A | 21 | 0 | A | 4C | 2F | 34 | 3D | 21 |
| Octal | 207 | 172 | 41 | 0 | 12 | 114 | 57 | 64 | 75 | 41 |
| Binary | 10000111 | 1111010 | 100001 | 0 | 1010 | 1001100 | 101111 | 110100 | 111101 | 100001 |
Color Harmonies of #877A21
Complementary color
Monochromatic Colors of #877A21
Black with #877A21
Text Example
Text Example
White with #877A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877A21; }
p { color: rgb(135,122,33); }
H1.HeaderClassName
{
color: #877A21;
}
.AnyTagClassName
{
color: #877A21;
}
</style>
background-color css
<style>
a { background-color: #877A21; }
a { background-color: rgb(135,122,33); }
div.DivClassName
{
background-color: #877A21;
}
.BgClassName
{
background-color: #877A21;
}
</style>
border-color css
<style>
span { border-color: #877A21; }
span { border-color: rgb(135,122,33); }
td.TdClassName
{
border-color: #877A21;
}
.TagClassName
{
border-color: #877A21;
}
</style>