Shades of Soya Bean #78654A
Tints of Soya Bean #78654A
RGB
CMYK
RGB Variations
Color information
#78654A (or 0x78654A) is known color: Soya Bean. HEX triplet: 78, 65 and 4A. RGB value is (120,101,74). Sum of RGB (Red+Green+Blue) = 120+101+74=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 120 - color contains mainly: red. Hex color #78654A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78654A is #879AB5. Grayscale: #676767. Windows color (decimal): -8886966 or 4875640. OLE color: 4875640.
HSL color Cylindrical-coordinate representation of color #78654A: hue angle of 35.22º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78654A is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 101 | 74 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.53 |
| HSL | 35.22º | 0.24% | 0.38% | - |
| HSV(B) | 35.22º | 0.38% | 0.47% | - |
| XYZ | 13.64 | 13.79 | 8.42 | - |
| YUV | 103.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 74 | 0 | 0.16 | 0.38 | 0.53 | 35.22 | 0.24 | 0.38 |
| Hex | 78 | 65 | 4A | 0 | 10 | 26 | 35 | 23 | 18 | 26 |
| Octal | 170 | 145 | 112 | 0 | 20 | 46 | 65 | 43 | 30 | 46 |
| Binary | 1111000 | 1100101 | 1001010 | 0 | 10000 | 100110 | 110101 | 100011 | 11000 | 100110 |
Color Harmonies of #78654A
Complementary color
Monochromatic Colors of #78654A
Black with #78654A
Text Example
Text Example
White with #78654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78654A; }
p { color: rgb(120,101,74); }
H1.HeaderClassName
{
color: #78654A;
}
.AnyTagClassName
{
color: #78654A;
}
</style>
background-color css
<style>
a { background-color: #78654A; }
a { background-color: rgb(120,101,74); }
div.DivClassName
{
background-color: #78654A;
}
.BgClassName
{
background-color: #78654A;
}
</style>
border-color css
<style>
span { border-color: #78654A; }
span { border-color: rgb(120,101,74); }
td.TdClassName
{
border-color: #78654A;
}
.TagClassName
{
border-color: #78654A;
}
</style>