Shades of Soya Bean #786848
Tints of Soya Bean #786848
RGB
CMYK
RGB Variations
Color information
#786848 (or 0x786848) is known color: Soya Bean. HEX triplet: 78, 68 and 48. RGB value is (120,104,72). Sum of RGB (Red+Green+Blue) = 120+104+72=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #786848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786848 is #8797B7. Grayscale: #696969. Windows color (decimal): -8886200 or 4745336. OLE color: 4745336.
HSL color Cylindrical-coordinate representation of color #786848: hue angle of 40º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #786848 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 104 | 72 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.53 |
| HSL | 40º | 0.25% | 0.38% | - |
| HSV(B) | 40º | 0.4% | 0.47% | - |
| XYZ | 13.87 | 14.36 | 8.17 | - |
| YUV | 105.14 | 109.3 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 72 | 0 | 0.13 | 0.40 | 0.53 | 40 | 0.25 | 0.38 |
| Hex | 78 | 68 | 48 | 0 | D | 28 | 35 | 28 | 19 | 26 |
| Octal | 170 | 150 | 110 | 0 | 15 | 50 | 65 | 50 | 31 | 46 |
| Binary | 1111000 | 1101000 | 1001000 | 0 | 1101 | 101000 | 110101 | 101000 | 11001 | 100110 |
Color Harmonies of #786848
Complementary color
Monochromatic Colors of #786848
Black with #786848
Text Example
Text Example
White with #786848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786848; }
p { color: rgb(120,104,72); }
H1.HeaderClassName
{
color: #786848;
}
.AnyTagClassName
{
color: #786848;
}
</style>
background-color css
<style>
a { background-color: #786848; }
a { background-color: rgb(120,104,72); }
div.DivClassName
{
background-color: #786848;
}
.BgClassName
{
background-color: #786848;
}
</style>
border-color css
<style>
span { border-color: #786848; }
span { border-color: rgb(120,104,72); }
td.TdClassName
{
border-color: #786848;
}
.TagClassName
{
border-color: #786848;
}
</style>