COLOR #777F80

HEX: #777F80
RGB: (119,127,128)

Color info

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

RGB color model

#777F80 color RGB value is (119,127,128).

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

RGB channels and saturation

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

119
127
128

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

Portions of RGB colors in percentages

R + G + B =
119 + 127 + 128 = 374 (100%)
R 119 of 374 ~ 31.82%
G 127 of 374 ~ 33.96%
B 128 of 374 ~ 34.22%

%31.82
%33.96
%34.22

CMYK color model

#777F80 color CMYK value is (7,1,0,50).

  • cyan value is 7.03%
  • magenta value is 0.78%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(7,1,0,50)
C7M1Y0K50 
(7%,1%,0%,50%)
(0.07/0.01/0.00/0.50)	

CMYK percentages

%7.03
%0.78
%0
%49.8

Codes

Color #777F80 in popluar color models

777F80
RGB119127128
HSL187°3.64%48.43%
HSB/HSV187°7.03%50.20%
CMYK7.03%0.78%0.00%
49.80%

Color #777F80 in popluar number systems.

HEX777F80
Decimal119127128
Binary1110111111111110000000
Octal167177200

Shades and tints

Shades of #777F80

#777F80
(119,127,128)
#6D7475
(109,116,117)
#63696A
(99,105,106)
#595E5F
(89,94,95)
#4F5354
(79,83,84)
#454849
(69,72,73)
#3B3D3E
(59,61,62)
#313233
(49,50,51)
#272728
(39,39,40)
#1D1C1D
(29,28,29)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #777F80

#777F80
(119,127,128)
#838A8B
(131,138,139)
#8F9596
(143,149,150)
#9BA0A1
(155,160,161)
#A7ABAC
(167,171,172)
#B3B6B7
(179,182,183)
#BFC1C2
(191,193,194)
#CBCCCD
(203,204,205)
#D7D7D8
(215,215,216)
#E3E2E3
(227,226,227)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777F80; }

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

This text font color is #777F80.


Background Color

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

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

This div background color is #777F80.


Border color

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

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

This div border color is #777F80.


Opacity

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

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

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

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

This text has shadow with #777F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777F80 on black background.


Color preview on white background

This text has color #777F80 on white background.



Black color preview on #777F80 background

This text has black color on #777F80 background.


White color preview on #777F80 background

This text has white color on #777F80 background.