COLOR #777F57

HEX: #777F57
RGB: (119,127,87)

Color info

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

RGB color model

#777F57 color RGB value is (119,127,87).

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

RGB channels and saturation

R 119 of 255 = 47%
G 127 of 255 = 50%
B 87 of 255 = 34%

119
127
87

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

Portions of RGB colors in percentages

R + G + B =
119 + 127 + 87 = 333 (100%)
R 119 of 333 ~ 35.74%
G 127 of 333 ~ 38.14%
B 87 of 333 ~ 26.13%

%35.74
%38.14
%26.13

CMYK color model

#777F57 color CMYK value is (6,0,31,50).

  • cyan value is 6.30%
  • magenta value is 0.00%
  • yellow value is 31.50%
  • key color value is 50.20%
CMYK:
(6,0,31,50)
C6M0Y31K50 
(6%,0%,31%,50%)
(0.06/0.00/0.31/0.50)	

CMYK percentages

%6.3
%0
%31.5
%50.2

Codes

Color #777F57 in popluar color models

777F57
RGB11912787
HSL72°18.69%41.96%
HSB/HSV72°31.50%49.80%
CMYK6.30%0.00%31.50%
50.20%

Color #777F57 in popluar number systems.

HEX777F57
Decimal11912787
Binary111011111111111010111
Octal167177127

Shades and tints

Shades of #777F57

#777F57
(119,127,87)
#6D7450
(109,116,80)
#636949
(99,105,73)
#595E42
(89,94,66)
#4F533B
(79,83,59)
#454834
(69,72,52)
#3B3D2D
(59,61,45)
#313226
(49,50,38)
#27271F
(39,39,31)
#1D1C18
(29,28,24)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #777F57

#777F57
(119,127,87)
#838A66
(131,138,102)
#8F9575
(143,149,117)
#9BA084
(155,160,132)
#A7AB93
(167,171,147)
#B3B6A2
(179,182,162)
#BFC1B1
(191,193,177)
#CBCCC0
(203,204,192)
#D7D7CF
(215,215,207)
#E3E2DE
(227,226,222)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777F57; }

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

This text font color is #777F57.


Background Color

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

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

This div background color is #777F57.


Border color

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

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

This div border color is #777F57.


Opacity

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

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

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

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

This text has shadow with #777F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777F57 on black background.


Color preview on white background

This text has color #777F57 on white background.



Black color preview on #777F57 background

This text has black color on #777F57 background.


White color preview on #777F57 background

This text has white color on #777F57 background.