Shades of Pesto #867A22
Tints of Pesto #867A22
RGB
CMYK
RGB Variations
Color information
#867A22 (or 0x867A22) is known color: Pesto. HEX triplet: 86, 7A and 22. RGB value is (134,122,34). Sum of RGB (Red+Green+Blue) = 134+122+34=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 34 (13.67% from 255 or 11.72% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #867A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867A22 is #7985DD. Grayscale: #737373. Windows color (decimal): -7964126 or 2259590. OLE color: 2259590.
HSL color Cylindrical-coordinate representation of color #867A22: hue angle of 52.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #867A22 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 122 | 34 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.47 |
| HSL | 52.8º | 0.6% | 0.33% | - |
| HSV(B) | 52.8º | 0.75% | 0.53% | - |
| XYZ | 17.08 | 19.1 | 4.3 | - |
| YUV | 115.56 | 81.98 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 34 | 0 | 0.09 | 0.75 | 0.47 | 52.8 | 0.6 | 0.33 |
| Hex | 86 | 7A | 22 | 0 | 9 | 4B | 2F | 35 | 3C | 21 |
| Octal | 206 | 172 | 42 | 0 | 11 | 113 | 57 | 65 | 74 | 41 |
| Binary | 10000110 | 1111010 | 100010 | 0 | 1001 | 1001011 | 101111 | 110101 | 111100 | 100001 |
Color Harmonies of #867A22
Complementary color
Monochromatic Colors of #867A22
Black with #867A22
Text Example
Text Example
White with #867A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867A22; }
p { color: rgb(134,122,34); }
H1.HeaderClassName
{
color: #867A22;
}
.AnyTagClassName
{
color: #867A22;
}
</style>
background-color css
<style>
a { background-color: #867A22; }
a { background-color: rgb(134,122,34); }
div.DivClassName
{
background-color: #867A22;
}
.BgClassName
{
background-color: #867A22;
}
</style>
border-color css
<style>
span { border-color: #867A22; }
span { border-color: rgb(134,122,34); }
td.TdClassName
{
border-color: #867A22;
}
.TagClassName
{
border-color: #867A22;
}
</style>