#776246

Color #776246 Soya Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soya Bean #776246

Tints of Soya Bean #776246

Color information

#776246 (or 0x776246) is unknown color: approx Soya Bean. HEX triplet: 77, 62 and 46. RGB value is (119,98,70). Sum of RGB (Red+Green+Blue) = 119+98+70=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #776246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776246 is #889DB9. Grayscale: #656565. Windows color (decimal): -8953274 or 4612727. OLE color: 4612727.

HSL color Cylindrical-coordinate representation of color #776246: hue angle of 34.29º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #776246 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB1199870-
CMYK00.180.410.53
HSL34.29º25.93%37.06%-
HSV(B)34.29º41.18%46.67%-
XYZ13.0813.17.63-
YUV101.09110.46140.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 41.46%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 70 (27.73% from 255) = 24.39%
R=41.46%
G=34.15%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119987000.180.410.5334.2925.9337.06
Hex7762460122935221a25
Octal1671421060225165423245
Binary11101111100010100011001001010100111010110001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776246; }

 p { color: rgb(119,98,70); }

 H1.HeaderClassName
 {
   color: #776246;
 }
 .AnyTagClassName
 {
   color: #776246;
 }
</style>
background-color css

<style>
 a { background-color: #776246; }

 a { background-color: rgb(119,98,70); }

 div.DivClassName
 {
   background-color: #776246;
 }
 .BgClassName
 {
   background-color: #776246;
 }
</style>
border-color css

<style>
 span { border-color: #776246; }

 span { border-color: rgb(119,98,70); }

 td.TdClassName
 {
   border-color: #776246;
 }
 .TagClassName
 {
   border-color: #776246;
 }
</style>