Shades of Soya Bean #786449
Tints of Soya Bean #786449
RGB
CMYK
RGB Variations
Color information
#786449 (or 0x786449) is known color: Soya Bean. HEX triplet: 78, 64 and 49. RGB value is (120,100,73). Sum of RGB (Red+Green+Blue) = 120+100+73=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 120 - color contains mainly: red. Hex color #786449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786449 is #879BB6. Grayscale: #676767. Windows color (decimal): -8887223 or 4809848. OLE color: 4809848.
HSL color Cylindrical-coordinate representation of color #786449: hue angle of 34.47º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #786449 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 100 | 73 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.53 |
| HSL | 34.47º | 0.24% | 0.38% | - |
| HSV(B) | 34.47º | 0.39% | 0.47% | - |
| XYZ | 13.51 | 13.59 | 8.21 | - |
| YUV | 102.9 | 111.13 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 100 | 73 | 0 | 0.17 | 0.39 | 0.53 | 34.47 | 0.24 | 0.38 |
| Hex | 78 | 64 | 49 | 0 | 11 | 27 | 35 | 22 | 18 | 26 |
| Octal | 170 | 144 | 111 | 0 | 21 | 47 | 65 | 42 | 30 | 46 |
| Binary | 1111000 | 1100100 | 1001001 | 0 | 10001 | 100111 | 110101 | 100010 | 11000 | 100110 |
Color Harmonies of #786449
Complementary color
Monochromatic Colors of #786449
Black with #786449
Text Example
Text Example
White with #786449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786449; }
p { color: rgb(120,100,73); }
H1.HeaderClassName
{
color: #786449;
}
.AnyTagClassName
{
color: #786449;
}
</style>
background-color css
<style>
a { background-color: #786449; }
a { background-color: rgb(120,100,73); }
div.DivClassName
{
background-color: #786449;
}
.BgClassName
{
background-color: #786449;
}
</style>
border-color css
<style>
span { border-color: #786449; }
span { border-color: rgb(120,100,73); }
td.TdClassName
{
border-color: #786449;
}
.TagClassName
{
border-color: #786449;
}
</style>