Shades of Soya Bean #7A6747
Tints of Soya Bean #7A6747
RGB
CMYK
RGB Variations
Color information
#7A6747 (or 0x7A6747) is known color: Soya Bean. HEX triplet: 7A, 67 and 47. RGB value is (122,103,71). Sum of RGB (Red+Green+Blue) = 122+103+71=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6747 is #8598B8. Grayscale: #696969. Windows color (decimal): -8755385 or 4679546. OLE color: 4679546.
HSL color Cylindrical-coordinate representation of color #7A6747: hue angle of 37.65º degrees, saturation: 0.26, 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 #7A6747 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 103 | 71 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.52 |
| HSL | 37.65º | 0.26% | 0.38% | - |
| HSV(B) | 37.65º | 0.42% | 0.48% | - |
| XYZ | 14.01 | 14.29 | 7.98 | - |
| YUV | 105.03 | 108.79 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 103 | 71 | 0 | 0.16 | 0.42 | 0.52 | 37.65 | 0.26 | 0.38 |
| Hex | 7A | 67 | 47 | 0 | 10 | 2A | 34 | 26 | 1A | 26 |
| Octal | 172 | 147 | 107 | 0 | 20 | 52 | 64 | 46 | 32 | 46 |
| Binary | 1111010 | 1100111 | 1000111 | 0 | 10000 | 101010 | 110100 | 100110 | 11010 | 100110 |
Color Harmonies of #7A6747
Complementary color
Monochromatic Colors of #7A6747
Black with #7A6747
Text Example
Text Example
White with #7A6747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6747; }
p { color: rgb(122,103,71); }
H1.HeaderClassName
{
color: #7A6747;
}
.AnyTagClassName
{
color: #7A6747;
}
</style>
background-color css
<style>
a { background-color: #7A6747; }
a { background-color: rgb(122,103,71); }
div.DivClassName
{
background-color: #7A6747;
}
.BgClassName
{
background-color: #7A6747;
}
</style>
border-color css
<style>
span { border-color: #7A6747; }
span { border-color: rgb(122,103,71); }
td.TdClassName
{
border-color: #7A6747;
}
.TagClassName
{
border-color: #7A6747;
}
</style>