Shades of Soya Bean #7B6447
Tints of Soya Bean #7B6447
RGB
CMYK
RGB Variations
Color information
#7B6447 (or 0x7B6447) is known color: Soya Bean. HEX triplet: 7B, 64 and 47. RGB value is (123,100,71). Sum of RGB (Red+Green+Blue) = 123+100+71=294 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.84% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6447 is #849BB8. Grayscale: #676767. Windows color (decimal): -8690617 or 4678779. OLE color: 4678779.
HSL color Cylindrical-coordinate representation of color #7B6447: hue angle of 33.46º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B6447 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 100 | 71 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.52 |
| HSL | 33.46º | 0.27% | 0.38% | - |
| HSV(B) | 33.46º | 0.42% | 0.48% | - |
| XYZ | 13.86 | 13.78 | 7.89 | - |
| YUV | 103.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 100 | 71 | 0 | 0.19 | 0.42 | 0.52 | 33.46 | 0.27 | 0.38 |
| Hex | 7B | 64 | 47 | 0 | 13 | 2A | 34 | 21 | 1B | 26 |
| Octal | 173 | 144 | 107 | 0 | 23 | 52 | 64 | 41 | 33 | 46 |
| Binary | 1111011 | 1100100 | 1000111 | 0 | 10011 | 101010 | 110100 | 100001 | 11011 | 100110 |
Color Harmonies of #7B6447
Complementary color
Monochromatic Colors of #7B6447
Black with #7B6447
Text Example
Text Example
White with #7B6447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6447; }
p { color: rgb(123,100,71); }
H1.HeaderClassName
{
color: #7B6447;
}
.AnyTagClassName
{
color: #7B6447;
}
</style>
background-color css
<style>
a { background-color: #7B6447; }
a { background-color: rgb(123,100,71); }
div.DivClassName
{
background-color: #7B6447;
}
.BgClassName
{
background-color: #7B6447;
}
</style>
border-color css
<style>
span { border-color: #7B6447; }
span { border-color: rgb(123,100,71); }
td.TdClassName
{
border-color: #7B6447;
}
.TagClassName
{
border-color: #7B6447;
}
</style>