COLOR #777976

HEX: #777976
RGB: (119,121,118)

Color info

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

RGB color model

#777976 color RGB value is (119,121,118).

  • red value is 119;
  • green value is 121;
  • blue value is 118.
RGB:
(119,121,118)
(47%,47%,46%)

RGB channels and saturation

R 119 of 255 = 47%
G 121 of 255 = 47%
B 118 of 255 = 46%

119
121
118

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

Portions of RGB colors in percentages

R + G + B =
119 + 121 + 118 = 358 (100%)
R 119 of 358 ~ 33.24%
G 121 of 358 ~ 33.8%
B 118 of 358 ~ 32.96%

%33.24
%33.8
%32.96

CMYK color model

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

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 2.48%
  • key color value is 52.55%
CMYK:
(2,0,2,53)
C2M0Y2K53 
(2%,0%,2%,53%)
(0.02/0.00/0.02/0.53)	

CMYK percentages

%1.65
%0
%2.48
%52.55

Codes

Color #777976 in popluar color models

777976
RGB119121118
HSL100°1.26%46.86%
HSB/HSV100°2.48%47.45%
CMYK1.65%0.00%2.48%
52.55%

Color #777976 in popluar number systems.

HEX777976
Decimal119121118
Binary111011111110011110110
Octal167171166

Shades and tints

Shades of #777976

#777976
(119,121,118)
#6D6E6C
(109,110,108)
#636362
(99,99,98)
#595858
(89,88,88)
#4F4D4E
(79,77,78)
#454244
(69,66,68)
#3B373A
(59,55,58)
#312C30
(49,44,48)
#272126
(39,33,38)
#1D161C
(29,22,28)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #777976

#777976
(119,121,118)
#838582
(131,133,130)
#8F918E
(143,145,142)
#9B9D9A
(155,157,154)
#A7A9A6
(167,169,166)
#B3B5B2
(179,181,178)
#BFC1BE
(191,193,190)
#CBCDCA
(203,205,202)
#D7D9D6
(215,217,214)
#E3E5E2
(227,229,226)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777976; }

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

This text font color is #777976.


Background Color

.myBgColor { background-color: #777976; }

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

This div background color is #777976.


Border color

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

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

This div border color is #777976.


Opacity

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

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

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

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

This text has shadow with #777976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777976 on black background.


Color preview on white background

This text has color #777976 on white background.



Black color preview on #777976 background

This text has black color on #777976 background.


White color preview on #777976 background

This text has white color on #777976 background.