Html Css Color HEX #776349 Soya Bean

📋 copy color: '#776349'

red 119 ◦ green 99 ◦ blue 73

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

Shades of Soya Bean #776349

Tints of Soya Bean #776349

RGB

 RED value IS 119 (46.88% from 255) = 40.89%

 GREEN value IS 99 (39.06% from 255) = 34.02%

 BLUE value IS 73 (28.91% from 255) = 25.09%

R = 40.89%
G = 34.02%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#776349 (or 0x776349) is known color: Soya Bean. HEX triplet: 77, 63 and 49. RGB value is (119,99,73). Sum of RGB (Red+Green+Blue) = 119+99+73=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #776349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776349 is #889CB6. Grayscale: #666666. Windows color (decimal): -8953015 or 4809591. OLE color: 4809591.

HSL color Cylindrical-coordinate representation of color #776349: hue angle of 33.91º 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 #776349 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 99 73 -
CMYK 0 0.17 0.39 0.53
HSL 33.91º 0.24% 0.38% -
HSV(B) 33.91º 0.39% 0.47% -
XYZ 13.27 13.33 8.18 -
YUV 102.02 111.63 140.11 -
System Red Green Blue C M Y K H S L
Decimal 119 99 73 0 0.17 0.39 0.53 33.91 0.24 0.38
Hex 77 63 49 0 11 27 35 22 18 26
Octal 167 143 111 0 21 47 65 42 30 46
Binary 1110111 1100011 1001001 0 10001 100111 110101 100010 11000 100110

Color Harmonies of #776349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776349

Black with #776349

Text Example


Text Example

White with #776349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776349; }

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

 H1.HeaderClassName
 {
   color: #776349;
 }
 .AnyTagClassName
 {
   color: #776349;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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