Shades of Soya Bean #786245
Tints of Soya Bean #786245
RGB
CMYK
RGB Variations
Color information
#786245 (or 0x786245) is known color: Soya Bean. HEX triplet: 78, 62 and 45. RGB value is (120,98,69). Sum of RGB (Red+Green+Blue) = 120+98+69=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #786245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786245 is #879DBA. Grayscale: #656565. Windows color (decimal): -8887739 or 4547192. OLE color: 4547192.
HSL color Cylindrical-coordinate representation of color #786245: hue angle of 34.12º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #786245 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 98 | 69 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.53 |
| HSL | 34.12º | 0.27% | 0.37% | - |
| HSV(B) | 34.12º | 0.43% | 0.47% | - |
| XYZ | 13.19 | 13.16 | 7.47 | - |
| YUV | 101.27 | 109.79 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 98 | 69 | 0 | 0.18 | 0.42 | 0.53 | 34.12 | 0.27 | 0.37 |
| Hex | 78 | 62 | 45 | 0 | 12 | 2A | 35 | 22 | 1B | 25 |
| Octal | 170 | 142 | 105 | 0 | 22 | 52 | 65 | 42 | 33 | 45 |
| Binary | 1111000 | 1100010 | 1000101 | 0 | 10010 | 101010 | 110101 | 100010 | 11011 | 100101 |
Color Harmonies of #786245
Complementary color
Monochromatic Colors of #786245
Black with #786245
Text Example
Text Example
White with #786245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786245; }
p { color: rgb(120,98,69); }
H1.HeaderClassName
{
color: #786245;
}
.AnyTagClassName
{
color: #786245;
}
</style>
background-color css
<style>
a { background-color: #786245; }
a { background-color: rgb(120,98,69); }
div.DivClassName
{
background-color: #786245;
}
.BgClassName
{
background-color: #786245;
}
</style>
border-color css
<style>
span { border-color: #786245; }
span { border-color: rgb(120,98,69); }
td.TdClassName
{
border-color: #786245;
}
.TagClassName
{
border-color: #786245;
}
</style>