Shades of Soya Bean #786646
Tints of Soya Bean #786646
RGB
CMYK
RGB Variations
Color information
#786646 (or 0x786646) is known color: Soya Bean. HEX triplet: 78, 66 and 46. RGB value is (120,102,70). Sum of RGB (Red+Green+Blue) = 120+102+70=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 120 - color contains mainly: red. Hex color #786646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786646 is #8799B9. Grayscale: #676767. Windows color (decimal): -8886714 or 4613752. OLE color: 4613752.
HSL color Cylindrical-coordinate representation of color #786646: hue angle of 38.4º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #786646 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 102 | 70 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.53 |
| HSL | 38.4º | 0.26% | 0.37% | - |
| HSV(B) | 38.4º | 0.42% | 0.47% | - |
| XYZ | 13.6 | 13.94 | 7.77 | - |
| YUV | 103.73 | 108.96 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 102 | 70 | 0 | 0.15 | 0.42 | 0.53 | 38.4 | 0.26 | 0.37 |
| Hex | 78 | 66 | 46 | 0 | F | 2A | 35 | 26 | 1A | 25 |
| Octal | 170 | 146 | 106 | 0 | 17 | 52 | 65 | 46 | 32 | 45 |
| Binary | 1111000 | 1100110 | 1000110 | 0 | 1111 | 101010 | 110101 | 100110 | 11010 | 100101 |
Color Harmonies of #786646
Complementary color
Monochromatic Colors of #786646
Black with #786646
Text Example
Text Example
White with #786646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786646; }
p { color: rgb(120,102,70); }
H1.HeaderClassName
{
color: #786646;
}
.AnyTagClassName
{
color: #786646;
}
</style>
background-color css
<style>
a { background-color: #786646; }
a { background-color: rgb(120,102,70); }
div.DivClassName
{
background-color: #786646;
}
.BgClassName
{
background-color: #786646;
}
</style>
border-color css
<style>
span { border-color: #786646; }
span { border-color: rgb(120,102,70); }
td.TdClassName
{
border-color: #786646;
}
.TagClassName
{
border-color: #786646;
}
</style>