Shades of Pesto #877B21
Tints of Pesto #877B21
RGB
CMYK
RGB Variations
Color information
#877B21 (or 0x877B21) is known color: Pesto. HEX triplet: 87, 7B and 21. RGB value is (135,123,33). Sum of RGB (Red+Green+Blue) = 135+123+33=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #877B21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877B21 is #7884DE. Grayscale: #747474. Windows color (decimal): -7898335 or 2194311. OLE color: 2194311.
HSL color Cylindrical-coordinate representation of color #877B21: hue angle of 52.94º 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 #877B21 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 123 | 33 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.47 |
| HSL | 52.94º | 0.61% | 0.33% | - |
| HSV(B) | 52.94º | 0.76% | 0.53% | - |
| XYZ | 17.35 | 19.43 | 4.27 | - |
| YUV | 116.33 | 80.98 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 123 | 33 | 0 | 0.09 | 0.76 | 0.47 | 52.94 | 0.61 | 0.33 |
| Hex | 87 | 7B | 21 | 0 | 9 | 4C | 2F | 35 | 3D | 21 |
| Octal | 207 | 173 | 41 | 0 | 11 | 114 | 57 | 65 | 75 | 41 |
| Binary | 10000111 | 1111011 | 100001 | 0 | 1001 | 1001100 | 101111 | 110101 | 111101 | 100001 |
Color Harmonies of #877B21
Complementary color
Monochromatic Colors of #877B21
Black with #877B21
Text Example
Text Example
White with #877B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877B21; }
p { color: rgb(135,123,33); }
H1.HeaderClassName
{
color: #877B21;
}
.AnyTagClassName
{
color: #877B21;
}
</style>
background-color css
<style>
a { background-color: #877B21; }
a { background-color: rgb(135,123,33); }
div.DivClassName
{
background-color: #877B21;
}
.BgClassName
{
background-color: #877B21;
}
</style>
border-color css
<style>
span { border-color: #877B21; }
span { border-color: rgb(135,123,33); }
td.TdClassName
{
border-color: #877B21;
}
.TagClassName
{
border-color: #877B21;
}
</style>