COLOR #777D74

HEX: #777D74
RGB: (119,125,116)

Color info

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

RGB color model

#777D74 color RGB value is (119,125,116).

  • red value is 119;
  • green value is 125;
  • blue value is 116.
RGB:
(119,125,116)
(47%,49%,45%)

RGB channels and saturation

R 119 of 255 = 47%
G 125 of 255 = 49%
B 116 of 255 = 45%

119
125
116

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

Portions of RGB colors in percentages

R + G + B =
119 + 125 + 116 = 360 (100%)
R 119 of 360 ~ 33.06%
G 125 of 360 ~ 34.72%
B 116 of 360 ~ 32.22%

%33.06
%34.72
%32.22

CMYK color model

#777D74 color CMYK value is (5,0,7,51).

  • cyan value is 4.80%
  • magenta value is 0.00%
  • yellow value is 7.20%
  • key color value is 50.98%
CMYK:
(5,0,7,51)
C5M0Y7K51 
(5%,0%,7%,51%)
(0.05/0.00/0.07/0.51)	

CMYK percentages

%4.8
%0
%7.2
%50.98

Codes

Color #777D74 in popluar color models

777D74
RGB119125116
HSL100°3.73%47.25%
HSB/HSV100°7.20%49.02%
CMYK4.80%0.00%7.20%
50.98%

Color #777D74 in popluar number systems.

HEX777D74
Decimal119125116
Binary111011111111011110100
Octal167175164

Shades and tints

Shades of #777D74

#777D74
(119,125,116)
#6D726A
(109,114,106)
#636760
(99,103,96)
#595C56
(89,92,86)
#4F514C
(79,81,76)
#454642
(69,70,66)
#3B3B38
(59,59,56)
#31302E
(49,48,46)
#272524
(39,37,36)
#1D1A1A
(29,26,26)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #777D74

#777D74
(119,125,116)
#838880
(131,136,128)
#8F938C
(143,147,140)
#9B9E98
(155,158,152)
#A7A9A4
(167,169,164)
#B3B4B0
(179,180,176)
#BFBFBC
(191,191,188)
#CBCAC8
(203,202,200)
#D7D5D4
(215,213,212)
#E3E0E0
(227,224,224)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777D74 color. Also use rgb(119,125,116) instead hex code.

Text Font Color

.myTextColor { color: #777D74; }

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

This text font color is #777D74.


Background Color

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

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

This div background color is #777D74.


Border color

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

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

This div border color is #777D74.


Opacity

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

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

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

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

This text has shadow with #777D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777D74 on black background.


Color preview on white background

This text has color #777D74 on white background.



Black color preview on #777D74 background

This text has black color on #777D74 background.


White color preview on #777D74 background

This text has white color on #777D74 background.