COLOR #777E4B

HEX: #777E4B RGB: (119,126,75)

Color info

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

RGB color model

#777E4B color RGB value is (119,126,75).

RGB: (119,126,75) (47%, 49%, 29%)

RGB channels and saturation

R 119 of 255 = 47%
G 126 of 255 = 49%
B 75 of 255 = 29%

119
126
75

R + G + B ~ 42%. #777E4B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 126 + 75 = 320 (100%)
R 119 of 320 ~ 37.19%
G 126 of 320 ~ 39.38%
B 75 of 320 ~ 23.44'%

%37.19
%39.38
%23.44

CMYK color model

#777E4B color CMYK value is (6,0,40,51).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 40.48%
  • key color value is 50.59%

CMYK: (6,0,40,51)
C6M0Y40K51 (6%, 0%, 40%, 51%)
(0.06 / 0.00 / 0.40 / 0.51)

CMYK percentages

%5.56
%0
%40.48
%50.59

Codes

Color #777E4B in popluar color models

77 7E 4B
RGB 119 126 75
HSL 68° 25.37% 39.41%
HSB/HSV 68° 40.48% 49.41%
CMYK 5.56% 0.00% 40.48%
50.59%

Color #777E4B in popluar number systems.

HEX 77 7E 4B
Decimal 119 126 75
Binary 1110111 1111110 1001011
Octal 167 176 113

Shades and tints

Shades of #777E4B

#777E4B
(119,126,75)
#6D7345
(109,115,69)
#63683F
(99,104,63)
#595D39
(89,93,57)
#4F5233
(79,82,51)
#45472D
(69,71,45)
#3B3C27
(59,60,39)
#313121
(49,49,33)
#27261B
(39,38,27)
#1D1B15
(29,27,21)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #777E4B

#777E4B
(119,126,75)
#83895B
(131,137,91)
#8F946B
(143,148,107)
#9B9F7B
(155,159,123)
#A7AA8B
(167,170,139)
#B3B59B
(179,181,155)
#BFC0AB
(191,192,171)
#CBCBBB
(203,203,187)
#D7D6CB
(215,214,203)
#E3E1DB
(227,225,219)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777E4B color. Also use rgb(119,126,75) instead hex code.

Text Font Color

.myTextColor { color: #777E4B; }

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

This text font color is #777E4B.

Background Color

.myBgColor { background-color: #777E4B; }

<div style="background-color:#777E4B">Inner text</div>

This div background color is #777E4B.

Border color

.myBorderColor { border: 1px solid #777E4B; }

<div style="border:3px solid #777E4B">Div</div>

This div border color is #777E4B.

Opacity

.myOpacity80 { color: #777E4B; opacity: 0.8; }

<p style="color:#777E4B;opacity:0.8;">80%</p>

Text with #777E4B 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 #777E4B;}

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

This text has shadow with #777E4B color.


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

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

This text has shadow with #777E4B primary color and red secondary color.


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

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

This text has shadow with #777E4B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #777E4B.

Preview

Color preview on black background

This text has color #777E4B on black background.


Color preview on white background

This text has color #777E4B on white background.


Black color preview on #777E4B background

This text has black color on #777E4B background.


White color preview on #777E4B background

This text has white color on #777E4B background.


Related colors

Complementary color

Complementary color for #hex is #8881B4.


I love getcolorcode.com

Triadic colors

1 #4B777E and #7E4B77 with #777E4B are triadic colors.

2 #4B7E77 and #7E774B with #777E4B are triadic colors.