COLOR #777057

HEX: #777057
RGB: (119,112,87)

Color info

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

RGB color model

#777057 color RGB value is (119,112,87).

  • red value is 119;
  • green value is 112;
  • blue value is 87.
RGB:
(119,112,87)
(47%,44%,34%)

RGB channels and saturation

R 119 of 255 = 47%
G 112 of 255 = 44%
B 87 of 255 = 34%

119
112
87

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

Portions of RGB colors in percentages

R + G + B =
119 + 112 + 87 = 318 (100%)
R 119 of 318 ~ 37.42%
G 112 of 318 ~ 35.22%
B 87 of 318 ~ 27.36%

%37.42
%35.22
%27.36

CMYK color model

#777057 color CMYK value is (0,6,27,53).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 26.89%
  • key color value is 53.33%
CMYK:
(0,6,27,53)
C0M6Y27K53 
(0%,6%,27%,53%)
(0.00/0.06/0.27/0.53)	

CMYK percentages

%0
%5.88
%26.89
%53.33

Codes

Color #777057 in popluar color models

777057
RGB11911287
HSL47°15.53%40.39%
HSB/HSV47°26.89%46.67%
CMYK0.00%5.88%26.89%
53.33%

Color #777057 in popluar number systems.

HEX777057
Decimal11911287
Binary111011111100001010111
Octal167160127

Shades and tints

Shades of #777057

#777057
(119,112,87)
#6D6650
(109,102,80)
#635C49
(99,92,73)
#595242
(89,82,66)
#4F483B
(79,72,59)
#453E34
(69,62,52)
#3B342D
(59,52,45)
#312A26
(49,42,38)
#27201F
(39,32,31)
#1D1618
(29,22,24)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #777057

#777057
(119,112,87)
#837D66
(131,125,102)
#8F8A75
(143,138,117)
#9B9784
(155,151,132)
#A7A493
(167,164,147)
#B3B1A2
(179,177,162)
#BFBEB1
(191,190,177)
#CBCBC0
(203,203,192)
#D7D8CF
(215,216,207)
#E3E5DE
(227,229,222)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777057 color. Also use rgb(119,112,87) instead hex code.

Text Font Color

.myTextColor { color: #777057; }

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

This text font color is #777057.


Background Color

.myBgColor { background-color: #777057; }

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

This div background color is #777057.


Border color

.myBorderColor { border: 1px solid #777057; }

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

This div border color is #777057.


Opacity

.myOpacity80 { color: #777057; opacity: 0.8; }

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

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

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

This text has shadow with #777057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777057 on black background.


Color preview on white background

This text has color #777057 on white background.



Black color preview on #777057 background

This text has black color on #777057 background.


White color preview on #777057 background

This text has white color on #777057 background.