Shades of Soya Bean #776646
Tints of Soya Bean #776646
RGB
CMYK
RGB Variations
Color information
#776646 (or 0x776646) is known color: Soya Bean. HEX triplet: 77, 66 and 46. RGB value is (119,102,70). Sum of RGB (Red+Green+Blue) = 119+102+70=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #776646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776646 is #8899B9. Grayscale: #676767. Windows color (decimal): -8952250 or 4613751. OLE color: 4613751.
HSL color Cylindrical-coordinate representation of color #776646: hue angle of 39.18º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #776646 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 102 | 70 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.53 |
| HSL | 39.18º | 0.26% | 0.37% | - |
| HSV(B) | 39.18º | 0.41% | 0.47% | - |
| XYZ | 13.46 | 13.87 | 7.76 | - |
| YUV | 103.44 | 109.13 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 70 | 0 | 0.14 | 0.41 | 0.53 | 39.18 | 0.26 | 0.37 |
| Hex | 77 | 66 | 46 | 0 | E | 29 | 35 | 27 | 1A | 25 |
| Octal | 167 | 146 | 106 | 0 | 16 | 51 | 65 | 47 | 32 | 45 |
| Binary | 1110111 | 1100110 | 1000110 | 0 | 1110 | 101001 | 110101 | 100111 | 11010 | 100101 |
Color Harmonies of #776646
Complementary color
Monochromatic Colors of #776646
Black with #776646
Text Example
Text Example
White with #776646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776646; }
p { color: rgb(119,102,70); }
H1.HeaderClassName
{
color: #776646;
}
.AnyTagClassName
{
color: #776646;
}
</style>
background-color css
<style>
a { background-color: #776646; }
a { background-color: rgb(119,102,70); }
div.DivClassName
{
background-color: #776646;
}
.BgClassName
{
background-color: #776646;
}
</style>
border-color css
<style>
span { border-color: #776646; }
span { border-color: rgb(119,102,70); }
td.TdClassName
{
border-color: #776646;
}
.TagClassName
{
border-color: #776646;
}
</style>