Shades of Pesto #847F32
Tints of Pesto #847F32
RGB
CMYK
RGB Variations
Color information
#847F32 (or 0x847F32) is known color: Pesto. HEX triplet: 84, 7F and 32. RGB value is (132,127,50). Sum of RGB (Red+Green+Blue) = 132+127+50=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 132 - color contains mainly: red. Hex color #847F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847F32 is #7B80CD. Grayscale: #787878. Windows color (decimal): -8093902 or 3309444. OLE color: 3309444.
HSL color Cylindrical-coordinate representation of color #847F32: hue angle of 56.34º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #847F32 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 127 | 50 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.48 |
| HSL | 56.34º | 0.45% | 0.36% | - |
| HSV(B) | 56.34º | 0.62% | 0.52% | - |
| XYZ | 17.68 | 20.31 | 6.01 | - |
| YUV | 119.72 | 88.66 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 127 | 50 | 0 | 0.04 | 0.62 | 0.48 | 56.34 | 0.45 | 0.36 |
| Hex | 84 | 7F | 32 | 0 | 4 | 3E | 30 | 38 | 2D | 24 |
| Octal | 204 | 177 | 62 | 0 | 4 | 76 | 60 | 70 | 55 | 44 |
| Binary | 10000100 | 1111111 | 110010 | 0 | 100 | 111110 | 110000 | 111000 | 101101 | 100100 |
Color Harmonies of #847F32
Complementary color
Monochromatic Colors of #847F32
Black with #847F32
Text Example
Text Example
White with #847F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847F32; }
p { color: rgb(132,127,50); }
H1.HeaderClassName
{
color: #847F32;
}
.AnyTagClassName
{
color: #847F32;
}
</style>
background-color css
<style>
a { background-color: #847F32; }
a { background-color: rgb(132,127,50); }
div.DivClassName
{
background-color: #847F32;
}
.BgClassName
{
background-color: #847F32;
}
</style>
border-color css
<style>
span { border-color: #847F32; }
span { border-color: rgb(132,127,50); }
td.TdClassName
{
border-color: #847F32;
}
.TagClassName
{
border-color: #847F32;
}
</style>