COLOR #777E5D

HEX: #777E5D
RGB: (119,126,93)

Color info

#777E5D contains red, green and blue colors in about the same proportion. Web safe color of #777E5D is #666666 (or #666).

RGB color model

#777E5D color RGB value is (119,126,93).

  • red value is 119;
  • green value is 126;
  • blue value is 93.
RGB:
(119,126,93)
(47%,49%,36%)

RGB channels and saturation

R 119 of 255 = 47%
G 126 of 255 = 49%
B 93 of 255 = 36%

119
126
93

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

Portions of RGB colors in percentages

R + G + B =
119 + 126 + 93 = 338 (100%)
R 119 of 338 ~ 35.21%
G 126 of 338 ~ 37.28%
B 93 of 338 ~ 27.51%

%35.21
%37.28
%27.51

CMYK color model

#777E5D color CMYK value is (6,0,26,51).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 26.19%
  • key color value is 50.59%
CMYK:
(6,0,26,51)
C6M0Y26K51 
(6%,0%,26%,51%)
(0.06/0.00/0.26/0.51)	

CMYK percentages

%5.56
%0
%26.19
%50.59

Codes

Color #777E5D in popluar color models

777E5D
RGB11912693
HSL73°15.07%42.94%
HSB/HSV73°26.19%49.41%
CMYK5.56%0.00%26.19%
50.59%

Color #777E5D in popluar number systems.

HEX777E5D
Decimal11912693
Binary111011111111101011101
Octal167176135

Shades and tints

Shades of #777E5D

#777E5D
(119,126,93)
#6D7355
(109,115,85)
#63684D
(99,104,77)
#595D45
(89,93,69)
#4F523D
(79,82,61)
#454735
(69,71,53)
#3B3C2D
(59,60,45)
#313125
(49,49,37)
#27261D
(39,38,29)
#1D1B15
(29,27,21)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #777E5D

#777E5D
(119,126,93)
#83896B
(131,137,107)
#8F9479
(143,148,121)
#9B9F87
(155,159,135)
#A7AA95
(167,170,149)
#B3B5A3
(179,181,163)
#BFC0B1
(191,192,177)
#CBCBBF
(203,203,191)
#D7D6CD
(215,214,205)
#E3E1DB
(227,225,219)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777E5D; }

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

This text font color is #777E5D.


Background Color

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

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

This div background color is #777E5D.


Border color

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

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

This div border color is #777E5D.


Opacity

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

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

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

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

This text has shadow with #777E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777E5D on black background.


Color preview on white background

This text has color #777E5D on white background.



Black color preview on #777E5D background

This text has black color on #777E5D background.


White color preview on #777E5D background

This text has white color on #777E5D background.