#776649

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

Shades of Soya Bean #776649

Tints of Soya Bean #776649

Color information

#776649 (or 0x776649) is unknown color: approx Soya Bean. HEX triplet: 77, 66 and 49. RGB value is (119,102,73). Sum of RGB (Red+Green+Blue) = 119+102+73=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #776649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776649 is #8899B6. Grayscale: #676767. Windows color (decimal): -8952247 or 4810359. OLE color: 4810359.

HSL color Cylindrical-coordinate representation of color #776649: hue angle of 37.83º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #776649 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB11910273-
CMYK00.140.390.53
HSL37.83º23.96%37.65%-
HSV(B)37.83º38.66%46.67%-
XYZ13.5613.918.27-
YUV103.78110.63138.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.48%
GREEN value IS 102 (40.23% from 255) = 34.69%
BLUE value IS 73 (28.91% from 255) = 24.83%
R=40.48%
G=34.69%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191027300.140.390.5337.8323.9637.65
Hex7766490E2735261826
Octal1671461110164765463046
Binary1110111110011010010010111010011111010110011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776649; }

 p { color: rgb(119,102,73); }

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

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

 a { background-color: rgb(119,102,73); }

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

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

 span { border-color: rgb(119,102,73); }

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