COLOR #777F5D

HEX: #777F5D
RGB: (119,127,93)

Color info

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

RGB color model

#777F5D color RGB value is (119,127,93).

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

RGB channels and saturation

R 119 of 255 = 47%
G 127 of 255 = 50%
B 93 of 255 = 36%

119
127
93

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

Portions of RGB colors in percentages

R + G + B =
119 + 127 + 93 = 339 (100%)
R 119 of 339 ~ 35.1%
G 127 of 339 ~ 37.46%
B 93 of 339 ~ 27.43%

%35.1
%37.46
%27.43

CMYK color model

#777F5D color CMYK value is (6,0,27,50).

  • cyan value is 6.30%
  • magenta value is 0.00%
  • yellow value is 26.77%
  • key color value is 50.20%
CMYK:
(6,0,27,50)
C6M0Y27K50 
(6%,0%,27%,50%)
(0.06/0.00/0.27/0.50)	

CMYK percentages

%6.3
%0
%26.77
%50.2

Codes

Color #777F5D in popluar color models

777F5D
RGB11912793
HSL74°15.45%43.14%
HSB/HSV74°26.77%49.80%
CMYK6.30%0.00%26.77%
50.20%

Color #777F5D in popluar number systems.

HEX777F5D
Decimal11912793
Binary111011111111111011101
Octal167177135

Shades and tints

Shades of #777F5D

#777F5D
(119,127,93)
#6D7455
(109,116,85)
#63694D
(99,105,77)
#595E45
(89,94,69)
#4F533D
(79,83,61)
#454835
(69,72,53)
#3B3D2D
(59,61,45)
#313225
(49,50,37)
#27271D
(39,39,29)
#1D1C15
(29,28,21)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #777F5D

#777F5D
(119,127,93)
#838A6B
(131,138,107)
#8F9579
(143,149,121)
#9BA087
(155,160,135)
#A7AB95
(167,171,149)
#B3B6A3
(179,182,163)
#BFC1B1
(191,193,177)
#CBCCBF
(203,204,191)
#D7D7CD
(215,215,205)
#E3E2DB
(227,226,219)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777F5D; }

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

This text font color is #777F5D.


Background Color

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

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

This div background color is #777F5D.


Border color

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

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

This div border color is #777F5D.


Opacity

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

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

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

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

This text has shadow with #777F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777F5D on black background.


Color preview on white background

This text has color #777F5D on white background.



Black color preview on #777F5D background

This text has black color on #777F5D background.


White color preview on #777F5D background

This text has white color on #777F5D background.