Html Css Color HEX #776449 Soya Bean

📋 copy color: '#776449'

red 119 ◦ green 100 ◦ blue 73

#776449
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Soya Bean #776449

Tints of Soya Bean #776449

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 value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#776449 (or 0x776449) is known color: 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

RGB 119 100 73 -
CMYK 0 0.16 0.39 0.53
HSL 35.22º 0.24% 0.38% -
HSV(B) 35.22º 0.39% 0.47% -
XYZ 13.37 13.52 8.21 -
YUV 102.6 111.29 139.7 -
System Red Green Blue C M Y K H S L
Decimal 119 100 73 0 0.16 0.39 0.53 35.22 0.24 0.38
Hex 77 64 49 0 10 27 35 23 18 26
Octal 167 144 111 0 20 47 65 43 30 46
Binary 1110111 1100100 1001001 0 10000 100111 110101 100011 11000 100110

Color Harmonies of #776449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776449

Black with #776449

Text Example


Text Example

White with #776449

Text Example


Text Example

HTML Codes & Css Web 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>