COLOR #776C3F

HEX: #776C3F RGB: (119,108,63)

Color info

#776C3F contains red, green and blue colors in about the same proportion. Web safe color of #776C3F is #666633 (or #663).

RGB color model

#776C3F color RGB value is (119,108,63).

RGB: (119,108,63) (47%, 42%, 25%)

RGB channels and saturation

R 119 of 255 = 47%
G 108 of 255 = 42%
B 63 of 255 = 25%

119
108
63

R + G + B ~ 38%. #776C3F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 108 + 63 = 290 (100%)
R 119 of 290 ~ 41.03%
G 108 of 290 ~ 37.24%
B 63 of 290 ~ 21.72'%

%41.03
%37.24
%21.72

CMYK color model

#776C3F color CMYK value is (0,9,47,53).

  • cyan value is 0.00%
  • magenta value is 9.24%
  • yellow value is 47.06%
  • key color value is 53.33%

CMYK: (0,9,47,53)
C0M9Y47K53 (0%, 9%, 47%, 53%)
(0.00 / 0.09 / 0.47 / 0.53)

CMYK percentages

%0
%9.24
%47.06
%53.33

Codes

Color #776C3F in popluar color models

77 6C 3F
RGB 119 108 63
HSL 48° 30.77% 35.69%
HSB/HSV 48° 47.06% 46.67%
CMYK 0.00% 9.24% 47.06%
53.33%

Color #776C3F in popluar number systems.

HEX 77 6C 3F
Decimal 119 108 63
Binary 1110111 1101100 111111
Octal 167 154 77

Shades and tints

Shades of #776C3F

#776C3F
(119,108,63)
#6D633A
(109,99,58)
#635A35
(99,90,53)
#595130
(89,81,48)
#4F482B
(79,72,43)
#453F26
(69,63,38)
#3B3621
(59,54,33)
#312D1C
(49,45,28)
#272417
(39,36,23)
#1D1B12
(29,27,18)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #776C3F

#776C3F
(119,108,63)
#837950
(131,121,80)
#8F8661
(143,134,97)
#9B9372
(155,147,114)
#A7A083
(167,160,131)
#B3AD94
(179,173,148)
#BFBAA5
(191,186,165)
#CBC7B6
(203,199,182)
#D7D4C7
(215,212,199)
#E3E1D8
(227,225,216)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776C3F color. Also use rgb(119,108,63) instead hex code.

Text Font Color

.myTextColor { color: #776C3F; }

<p style="color:#776C3F">This sample text font color is #776C3F.</p>

This text font color is #776C3F.

Background Color

.myBgColor { background-color: #776C3F; }

<div style="background-color:#776C3F">Inner text</div>

This div background color is #776C3F.

Border color

.myBorderColor { border: 1px solid #776C3F; }

<div style="border:3px solid #776C3F">Div</div>

This div border color is #776C3F.

Opacity

.myOpacity80 { color: #776C3F; opacity: 0.8; }

<p style="color:#776C3F;opacity:0.8;">80%</p>

Text with #776C3F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #776C3F;}

<p style="text-shadow: 3px 3px 1px #776C3F">Text here.</p>

This text has shadow with #776C3F color.


.textShadow {text-shadow: 3px 3px 1px #776C3F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #776C3F, 5px 5px 20px red">Text here.</p>

This text has shadow with #776C3F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#776C3F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#776C3F, Direction=45, Strength=4)">Text</p>

This text has shadow with #776C3F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #776C3F;
-webkit-box-shadow: 1px 1px 3px 2px #776C3F;
box-shadow: 1px 1px 3px 2px #776C3F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #776C3F; -webkit-box-shadow: 1px 1px 3px 2px #776C3F; box-shadow:1px 1px 3px 2px #776C3F;">
Div content here
</div>

This div box has shadow with color #776C3F.

Preview

Color preview on black background

This text has color #776C3F on black background.


Color preview on white background

This text has color #776C3F on white background.


Black color preview on #776C3F background

This text has black color on #776C3F background.


White color preview on #776C3F background

This text has white color on #776C3F background.


Related colors

Complementary color

Complementary color for #hex is #8893C0.


I love getcolorcode.com

Triadic colors

1 #3F776C and #6C3F77 with #776C3F are triadic colors.

2 #3F6C77 and #6C773F with #776C3F are triadic colors.