Shades of Soya Bean #776248
Tints of Soya Bean #776248
RGB
CMYK
RGB Variations
Color information
#776248 (or 0x776248) is known color: Soya Bean. HEX triplet: 77, 62 and 48. RGB value is (119,98,72). Sum of RGB (Red+Green+Blue) = 119+98+72=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #776248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776248 is #889DB7. Grayscale: #656565. Windows color (decimal): -8953272 or 4743799. OLE color: 4743799.
HSL color Cylindrical-coordinate representation of color #776248: hue angle of 33.19º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #776248 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 98 | 72 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.53 |
| HSL | 33.19º | 0.25% | 0.37% | - |
| HSV(B) | 33.19º | 0.39% | 0.47% | - |
| XYZ | 13.15 | 13.13 | 7.97 | - |
| YUV | 101.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 98 | 72 | 0 | 0.18 | 0.39 | 0.53 | 33.19 | 0.25 | 0.37 |
| Hex | 77 | 62 | 48 | 0 | 12 | 27 | 35 | 21 | 19 | 25 |
| Octal | 167 | 142 | 110 | 0 | 22 | 47 | 65 | 41 | 31 | 45 |
| Binary | 1110111 | 1100010 | 1001000 | 0 | 10010 | 100111 | 110101 | 100001 | 11001 | 100101 |
Color Harmonies of #776248
Complementary color
Monochromatic Colors of #776248
Black with #776248
Text Example
Text Example
White with #776248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776248; }
p { color: rgb(119,98,72); }
H1.HeaderClassName
{
color: #776248;
}
.AnyTagClassName
{
color: #776248;
}
</style>
background-color css
<style>
a { background-color: #776248; }
a { background-color: rgb(119,98,72); }
div.DivClassName
{
background-color: #776248;
}
.BgClassName
{
background-color: #776248;
}
</style>
border-color css
<style>
span { border-color: #776248; }
span { border-color: rgb(119,98,72); }
td.TdClassName
{
border-color: #776248;
}
.TagClassName
{
border-color: #776248;
}
</style>