Html Css Color HEX #776249 Soya Bean

📋 copy color: '#776249'

red 119 ◦ green 98 ◦ blue 73

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

Shades of Soya Bean #776249

Tints of Soya Bean #776249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.79%

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

R = 41.03%
G = 33.79%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#776249 (or 0x776249) is known color: Soya Bean. HEX triplet: 77, 62 and 49. RGB value is (119,98,73). Sum of RGB (Red+Green+Blue) = 119+98+73=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #776249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776249 is #889DB6. Grayscale: #656565. Windows color (decimal): -8953271 or 4809335. OLE color: 4809335.

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

Color convert

RGB 119 98 73 -
CMYK 0 0.18 0.39 0.53
HSL 32.61º 0.24% 0.38% -
HSV(B) 32.61º 0.39% 0.47% -
XYZ 13.18 13.14 8.14 -
YUV 101.43 111.96 140.53 -
System Red Green Blue C M Y K H S L
Decimal 119 98 73 0 0.18 0.39 0.53 32.61 0.24 0.38
Hex 77 62 49 0 12 27 35 21 18 26
Octal 167 142 111 0 22 47 65 41 30 46
Binary 1110111 1100010 1001001 0 10010 100111 110101 100001 11000 100110

Color Harmonies of #776249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776249

Black with #776249

Text Example


Text Example

White with #776249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776249; }

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

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

background-color css

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

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

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

border-color css

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

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

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