COLOR #777E7C

HEX: #777E7C
RGB: (119,126,124)

Color info

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

RGB color model

#777E7C color RGB value is (119,126,124).

  • red value is 119;
  • green value is 126;
  • blue value is 124.
RGB:
(119,126,124)
(47%,49%,49%)

RGB channels and saturation

R 119 of 255 = 47%
G 126 of 255 = 49%
B 124 of 255 = 49%

119
126
124

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

Portions of RGB colors in percentages

R + G + B =
119 + 126 + 124 = 369 (100%)
R 119 of 369 ~ 32.25%
G 126 of 369 ~ 34.15%
B 124 of 369 ~ 33.6%

%32.25
%34.15
%33.6

CMYK color model

#777E7C color CMYK value is (6,0,2,51).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 1.59%
  • key color value is 50.59%
CMYK:
(6,0,2,51)
C6M0Y2K51 
(6%,0%,2%,51%)
(0.06/0.00/0.02/0.51)	

CMYK percentages

%5.56
%0
%1.59
%50.59

Codes

Color #777E7C in popluar color models

777E7C
RGB119126124
HSL163°2.86%48.04%
HSB/HSV163°5.56%49.41%
CMYK5.56%0.00%1.59%
50.59%

Color #777E7C in popluar number systems.

HEX777E7C
Decimal119126124
Binary111011111111101111100
Octal167176174

Shades and tints

Shades of #777E7C

#777E7C
(119,126,124)
#6D7371
(109,115,113)
#636866
(99,104,102)
#595D5B
(89,93,91)
#4F5250
(79,82,80)
#454745
(69,71,69)
#3B3C3A
(59,60,58)
#31312F
(49,49,47)
#272624
(39,38,36)
#1D1B19
(29,27,25)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #777E7C

#777E7C
(119,126,124)
#838987
(131,137,135)
#8F9492
(143,148,146)
#9B9F9D
(155,159,157)
#A7AAA8
(167,170,168)
#B3B5B3
(179,181,179)
#BFC0BE
(191,192,190)
#CBCBC9
(203,203,201)
#D7D6D4
(215,214,212)
#E3E1DF
(227,225,223)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777E7C color. Also use rgb(119,126,124) instead hex code.

Text Font Color

.myTextColor { color: #777E7C; }

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

This text font color is #777E7C.


Background Color

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

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

This div background color is #777E7C.


Border color

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

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

This div border color is #777E7C.


Opacity

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

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

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

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

This text has shadow with #777E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777E7C on black background.


Color preview on white background

This text has color #777E7C on white background.



Black color preview on #777E7C background

This text has black color on #777E7C background.


White color preview on #777E7C background

This text has white color on #777E7C background.