COLOR #777974

HEX: #777974 RGB: (119,121,116)

Color info

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

RGB color model

#777974 color RGB value is (119,121,116).

RGB: (119,121,116) (47%, 47%, 45%)

RGB channels and saturation

R 119 of 255 = 47%
G 121 of 255 = 47%
B 116 of 255 = 45%

119
121
116

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

Portions of RGB colors in percentages

R + G + B = 119 + 121 + 116 = 356 (100%)
R 119 of 356 ~ 33.43%
G 121 of 356 ~ 33.99%
B 116 of 356 ~ 32.58'%

%33.43
%33.99
%32.58

CMYK color model

#777974 color CMYK value is (2,0,4,53).

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 4.13%
  • key color value is 52.55%

CMYK: (2,0,4,53)
C2M0Y4K53 (2%, 0%, 4%, 53%)
(0.02 / 0.00 / 0.04 / 0.53)

CMYK percentages

%1.65
%0
%4.13
%52.55

Codes

Color #777974 in popluar color models

77 79 74
RGB 119 121 116
HSL 84° 2.11% 46.47%
HSB/HSV 84° 4.13% 47.45%
CMYK 1.65% 0.00% 4.13%
52.55%

Color #777974 in popluar number systems.

HEX 77 79 74
Decimal 119 121 116
Binary 1110111 1111001 1110100
Octal 167 171 164

Shades and tints

Shades of #777974

#777974
(119,121,116)
#6D6E6A
(109,110,106)
#636360
(99,99,96)
#595856
(89,88,86)
#4F4D4C
(79,77,76)
#454242
(69,66,66)
#3B3738
(59,55,56)
#312C2E
(49,44,46)
#272124
(39,33,36)
#1D161A
(29,22,26)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #777974

#777974
(119,121,116)
#838580
(131,133,128)
#8F918C
(143,145,140)
#9B9D98
(155,157,152)
#A7A9A4
(167,169,164)
#B3B5B0
(179,181,176)
#BFC1BC
(191,193,188)
#CBCDC8
(203,205,200)
#D7D9D4
(215,217,212)
#E3E5E0
(227,229,224)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777974; }

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

This text font color is #777974.

Background Color

.myBgColor { background-color: #777974; }

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

This div background color is #777974.

Border color

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

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

This div border color is #777974.

Opacity

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

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

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

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

This text has shadow with #777974 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777974.

Preview

Color preview on black background

This text has color #777974 on black background.


Color preview on white background

This text has color #777974 on white background.


Black color preview on #777974 background

This text has black color on #777974 background.


White color preview on #777974 background

This text has white color on #777974 background.


Related colors

Complementary color

Complementary color for #hex is #88868B.


I love getcolorcode.com

Triadic colors

1 #747779 and #797477 with #777974 are triadic colors.

2 #747977 and #797774 with #777974 are triadic colors.