Html Css Color HEX #776649 Soya Bean

📋 copy color: '#776649'

red 119 ◦ green 102 ◦ blue 73

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

Shades of Soya Bean #776649

Tints of Soya Bean #776649

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

 M value IS 0.14

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

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

RGB 119 102 73 -
CMYK 0 0.14 0.39 0.53
HSL 37.83º 0.24% 0.38% -
HSV(B) 37.83º 0.39% 0.47% -
XYZ 13.56 13.91 8.27 -
YUV 103.78 110.63 138.86 -
System Red Green Blue C M Y K H S L
Decimal 119 102 73 0 0.14 0.39 0.53 37.83 0.24 0.38
Hex 77 66 49 0 E 27 35 26 18 26
Octal 167 146 111 0 16 47 65 46 30 46
Binary 1110111 1100110 1001001 0 1110 100111 110101 100110 11000 100110

Color Harmonies of #776649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776649

Black with #776649

Text Example


Text Example

White with #776649

Text Example


Text Example

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