#776449

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

Shades of Soya Bean #776449

Tints of Soya Bean #776449

Color information

#776449 (or 0x776449) is unknown color: approx Soya Bean. HEX triplet: 77, 64 and 49. RGB value is (119,100,73). Sum of RGB (Red+Green+Blue) = 119+100+73=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #776449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776449 is #889BB6. Grayscale: #666666. Windows color (decimal): -8952759 or 4809847. OLE color: 4809847.

HSL color Cylindrical-coordinate representation of color #776449: 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.39%. Process color model (Four color, CMYK) of #776449 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB11910073-
CMYK00.160.390.53
HSL35.22º23.96%37.65%-
HSV(B)35.22º38.66%46.67%-
XYZ13.3713.528.21-
YUV102.6111.29139.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.75%
GREEN value IS 100 (39.45% from 255) = 34.25%
BLUE value IS 73 (28.91% from 255) = 25%
R=40.75%
G=34.25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191007300.160.390.5335.2223.9637.65
Hex7764490102735231826
Octal1671441110204765433046
Binary11101111100100100100101000010011111010110001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776449; }

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

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

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

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

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

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

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

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