Shades of Pesto #84773B
Tints of Pesto #84773B
RGB
CMYK
RGB Variations
Color information
#84773B (or 0x84773B) is known color: Pesto. HEX triplet: 84, 77 and 3B. RGB value is (132,119,59). Sum of RGB (Red+Green+Blue) = 132+119+59=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #84773B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84773B is #7B88C4. Grayscale: #747474. Windows color (decimal): -8095941 or 3897220. OLE color: 3897220.
HSL color Cylindrical-coordinate representation of color #84773B: hue angle of 49.32º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84773B is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 119 | 59 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.48 |
| HSL | 49.32º | 0.38% | 0.37% | - |
| HSV(B) | 49.32º | 0.55% | 0.52% | - |
| XYZ | 16.9 | 18.41 | 6.8 | - |
| YUV | 116.05 | 95.81 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 119 | 59 | 0 | 0.10 | 0.55 | 0.48 | 49.32 | 0.38 | 0.37 |
| Hex | 84 | 77 | 3B | 0 | A | 37 | 30 | 31 | 26 | 25 |
| Octal | 204 | 167 | 73 | 0 | 12 | 67 | 60 | 61 | 46 | 45 |
| Binary | 10000100 | 1110111 | 111011 | 0 | 1010 | 110111 | 110000 | 110001 | 100110 | 100101 |
Color Harmonies of #84773B
Complementary color
Monochromatic Colors of #84773B
Black with #84773B
Text Example
Text Example
White with #84773B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84773B; }
p { color: rgb(132,119,59); }
H1.HeaderClassName
{
color: #84773B;
}
.AnyTagClassName
{
color: #84773B;
}
</style>
background-color css
<style>
a { background-color: #84773B; }
a { background-color: rgb(132,119,59); }
div.DivClassName
{
background-color: #84773B;
}
.BgClassName
{
background-color: #84773B;
}
</style>
border-color css
<style>
span { border-color: #84773B; }
span { border-color: rgb(132,119,59); }
td.TdClassName
{
border-color: #84773B;
}
.TagClassName
{
border-color: #84773B;
}
</style>