Shades of Soya Bean #776245
Tints of Soya Bean #776245
RGB
CMYK
RGB Variations
Color information
#776245 (or 0x776245) is known color: Soya Bean. HEX triplet: 77, 62 and 45. RGB value is (119,98,69). Sum of RGB (Red+Green+Blue) = 119+98+69=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #776245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776245 is #889DBA. Grayscale: #656565. Windows color (decimal): -8953275 or 4547191. OLE color: 4547191.
HSL color Cylindrical-coordinate representation of color #776245: hue angle of 34.8º degrees, saturation: 0.27, 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 #776245 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 98 | 69 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.53 |
| HSL | 34.8º | 0.27% | 0.37% | - |
| HSV(B) | 34.8º | 0.42% | 0.47% | - |
| XYZ | 13.05 | 13.09 | 7.47 | - |
| YUV | 100.97 | 109.96 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 98 | 69 | 0 | 0.18 | 0.42 | 0.53 | 34.8 | 0.27 | 0.37 |
| Hex | 77 | 62 | 45 | 0 | 12 | 2A | 35 | 23 | 1B | 25 |
| Octal | 167 | 142 | 105 | 0 | 22 | 52 | 65 | 43 | 33 | 45 |
| Binary | 1110111 | 1100010 | 1000101 | 0 | 10010 | 101010 | 110101 | 100011 | 11011 | 100101 |
Color Harmonies of #776245
Complementary color
Monochromatic Colors of #776245
Black with #776245
Text Example
Text Example
White with #776245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776245; }
p { color: rgb(119,98,69); }
H1.HeaderClassName
{
color: #776245;
}
.AnyTagClassName
{
color: #776245;
}
</style>
background-color css
<style>
a { background-color: #776245; }
a { background-color: rgb(119,98,69); }
div.DivClassName
{
background-color: #776245;
}
.BgClassName
{
background-color: #776245;
}
</style>
border-color css
<style>
span { border-color: #776245; }
span { border-color: rgb(119,98,69); }
td.TdClassName
{
border-color: #776245;
}
.TagClassName
{
border-color: #776245;
}
</style>