Shades of Soya Bean #746747
Tints of Soya Bean #746747
RGB
CMYK
RGB Variations
Color information
#746747 (or 0x746747) is known color: Soya Bean. HEX triplet: 74, 67 and 47. RGB value is (116,103,71). Sum of RGB (Red+Green+Blue) = 116+103+71=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #746747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746747 is #8B98B8. Grayscale: #676767. Windows color (decimal): -9148601 or 4679540. OLE color: 4679540.
HSL color Cylindrical-coordinate representation of color #746747: hue angle of 42.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #746747 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 103 | 71 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.55 |
| HSL | 42.67º | 0.24% | 0.37% | - |
| HSV(B) | 42.67º | 0.39% | 0.45% | - |
| XYZ | 13.19 | 13.87 | 7.94 | - |
| YUV | 103.24 | 109.81 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 71 | 0 | 0.11 | 0.39 | 0.55 | 42.67 | 0.24 | 0.37 |
| Hex | 74 | 67 | 47 | 0 | B | 27 | 37 | 2B | 18 | 25 |
| Octal | 164 | 147 | 107 | 0 | 13 | 47 | 67 | 53 | 30 | 45 |
| Binary | 1110100 | 1100111 | 1000111 | 0 | 1011 | 100111 | 110111 | 101011 | 11000 | 100101 |
Color Harmonies of #746747
Complementary color
Monochromatic Colors of #746747
Black with #746747
Text Example
Text Example
White with #746747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746747; }
p { color: rgb(116,103,71); }
H1.HeaderClassName
{
color: #746747;
}
.AnyTagClassName
{
color: #746747;
}
</style>
background-color css
<style>
a { background-color: #746747; }
a { background-color: rgb(116,103,71); }
div.DivClassName
{
background-color: #746747;
}
.BgClassName
{
background-color: #746747;
}
</style>
border-color css
<style>
span { border-color: #746747; }
span { border-color: rgb(116,103,71); }
td.TdClassName
{
border-color: #746747;
}
.TagClassName
{
border-color: #746747;
}
</style>