COLOR #777980

HEX: #777980 RGB: (119,121,128)

Color info

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

RGB color model

#777980 color RGB value is (119,121,128).

RGB: (119,121,128) (47%, 47%, 50%)

RGB channels and saturation

R 119 of 255 = 47%
G 121 of 255 = 47%
B 128 of 255 = 50%

119
121
128

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

Portions of RGB colors in percentages

R + G + B = 119 + 121 + 128 = 368 (100%)
R 119 of 368 ~ 32.34%
G 121 of 368 ~ 32.88%
B 128 of 368 ~ 34.78'%

%32.34
%32.88
%34.78

CMYK color model

#777980 color CMYK value is (7,5,0,50).

  • cyan value is 7.03%
  • magenta value is 5.47%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (7,5,0,50)
C7M5Y0K50 (7%, 5%, 0%, 50%)
(0.07 / 0.05 / 0.00 / 0.50)

CMYK percentages

%7.03
%5.47
%0
%49.8

Codes

Color #777980 in popluar color models

77 79 80
RGB 119 121 128
HSL 227° 3.64% 48.43%
HSB/HSV 227° 7.03% 50.20%
CMYK 7.03% 5.47% 0.00%
49.80%

Color #777980 in popluar number systems.

HEX 77 79 80
Decimal 119 121 128
Binary 1110111 1111001 10000000
Octal 167 171 200

Shades and tints

Shades of #777980

#777980
(119,121,128)
#6D6E75
(109,110,117)
#63636A
(99,99,106)
#59585F
(89,88,95)
#4F4D54
(79,77,84)
#454249
(69,66,73)
#3B373E
(59,55,62)
#312C33
(49,44,51)
#272128
(39,33,40)
#1D161D
(29,22,29)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #777980

#777980
(119,121,128)
#83858B
(131,133,139)
#8F9196
(143,145,150)
#9B9DA1
(155,157,161)
#A7A9AC
(167,169,172)
#B3B5B7
(179,181,183)
#BFC1C2
(191,193,194)
#CBCDCD
(203,205,205)
#D7D9D8
(215,217,216)
#E3E5E3
(227,229,227)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777980; }

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

This text font color is #777980.

Background Color

.myBgColor { background-color: #777980; }

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

This div background color is #777980.

Border color

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

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

This div border color is #777980.

Opacity

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

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

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

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

This text has shadow with #777980 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777980.

Preview

Color preview on black background

This text has color #777980 on black background.


Color preview on white background

This text has color #777980 on white background.


Black color preview on #777980 background

This text has black color on #777980 background.


White color preview on #777980 background

This text has white color on #777980 background.


Related colors

Complementary color

Complementary color for #hex is #88867F.


I love getcolorcode.com

Triadic colors

1 #807779 and #798077 with #777980 are triadic colors.

2 #807977 and #797780 with #777980 are triadic colors.