COLOR #777F79

HEX: #777F79
RGB: (119,127,121)

Color info

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

RGB color model

#777F79 color RGB value is (119,127,121).

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

RGB channels and saturation

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

119
127
121

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

Portions of RGB colors in percentages

R + G + B =
119 + 127 + 121 = 367 (100%)
R 119 of 367 ~ 32.43%
G 127 of 367 ~ 34.6%
B 121 of 367 ~ 32.97%

%32.43
%34.6
%32.97

CMYK color model

#777F79 color CMYK value is (6,0,5,50).

  • cyan value is 6.30%
  • magenta value is 0.00%
  • yellow value is 4.72%
  • key color value is 50.20%
CMYK:
(6,0,5,50)
C6M0Y5K50 
(6%,0%,5%,50%)
(0.06/0.00/0.05/0.50)	

CMYK percentages

%6.3
%0
%4.72
%50.2

Codes

Color #777F79 in popluar color models

777F79
RGB119127121
HSL135°3.25%48.24%
HSB/HSV135°6.30%49.80%
CMYK6.30%0.00%4.72%
50.20%

Color #777F79 in popluar number systems.

HEX777F79
Decimal119127121
Binary111011111111111111001
Octal167177171

Shades and tints

Shades of #777F79

#777F79
(119,127,121)
#6D746E
(109,116,110)
#636963
(99,105,99)
#595E58
(89,94,88)
#4F534D
(79,83,77)
#454842
(69,72,66)
#3B3D37
(59,61,55)
#31322C
(49,50,44)
#272721
(39,39,33)
#1D1C16
(29,28,22)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #777F79

#777F79
(119,127,121)
#838A85
(131,138,133)
#8F9591
(143,149,145)
#9BA09D
(155,160,157)
#A7ABA9
(167,171,169)
#B3B6B5
(179,182,181)
#BFC1C1
(191,193,193)
#CBCCCD
(203,204,205)
#D7D7D9
(215,215,217)
#E3E2E5
(227,226,229)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777F79; }

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

This text font color is #777F79.


Background Color

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

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

This div background color is #777F79.


Border color

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

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

This div border color is #777F79.


Opacity

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

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

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

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

This text has shadow with #777F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777F79 on black background.


Color preview on white background

This text has color #777F79 on white background.



Black color preview on #777F79 background

This text has black color on #777F79 background.


White color preview on #777F79 background

This text has white color on #777F79 background.