Shades of Pesto #84762E
Tints of Pesto #84762E
RGB
CMYK
RGB Variations
Color information
#84762E (or 0x84762E) is known color: Pesto. HEX triplet: 84, 76 and 2E. RGB value is (132,118,46). Sum of RGB (Red+Green+Blue) = 132+118+46=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #84762E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84762E is #7B89D1. Grayscale: #727272. Windows color (decimal): -8096210 or 3044996. OLE color: 3044996.
HSL color Cylindrical-coordinate representation of color #84762E: hue angle of 50.23º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #84762E is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 118 | 46 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.48 |
| HSL | 50.23º | 0.48% | 0.35% | - |
| HSV(B) | 50.23º | 0.65% | 0.52% | - |
| XYZ | 16.49 | 18.06 | 5.2 | - |
| YUV | 113.98 | 89.64 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 118 | 46 | 0 | 0.11 | 0.65 | 0.48 | 50.23 | 0.48 | 0.35 |
| Hex | 84 | 76 | 2E | 0 | B | 41 | 30 | 32 | 30 | 23 |
| Octal | 204 | 166 | 56 | 0 | 13 | 101 | 60 | 62 | 60 | 43 |
| Binary | 10000100 | 1110110 | 101110 | 0 | 1011 | 1000001 | 110000 | 110010 | 110000 | 100011 |
Color Harmonies of #84762E
Complementary color
Monochromatic Colors of #84762E
Black with #84762E
Text Example
Text Example
White with #84762E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84762E; }
p { color: rgb(132,118,46); }
H1.HeaderClassName
{
color: #84762E;
}
.AnyTagClassName
{
color: #84762E;
}
</style>
background-color css
<style>
a { background-color: #84762E; }
a { background-color: rgb(132,118,46); }
div.DivClassName
{
background-color: #84762E;
}
.BgClassName
{
background-color: #84762E;
}
</style>
border-color css
<style>
span { border-color: #84762E; }
span { border-color: rgb(132,118,46); }
td.TdClassName
{
border-color: #84762E;
}
.TagClassName
{
border-color: #84762E;
}
</style>