COLOR #777E7D

HEX: #777E7D
RGB: (119,126,125)

Color info

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

RGB color model

#777E7D color RGB value is (119,126,125).

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

RGB channels and saturation

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

119
126
125

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

Portions of RGB colors in percentages

R + G + B =
119 + 126 + 125 = 370 (100%)
R 119 of 370 ~ 32.16%
G 126 of 370 ~ 34.05%
B 125 of 370 ~ 33.78%

%32.16
%34.05
%33.78

CMYK color model

#777E7D color CMYK value is (6,0,1,51).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 0.79%
  • key color value is 50.59%
CMYK:
(6,0,1,51)
C6M0Y1K51 
(6%,0%,1%,51%)
(0.06/0.00/0.01/0.51)	

CMYK percentages

%5.56
%0
%0.79
%50.59

Codes

Color #777E7D in popluar color models

777E7D
RGB119126125
HSL171°2.86%48.04%
HSB/HSV171°5.56%49.41%
CMYK5.56%0.00%0.79%
50.59%

Color #777E7D in popluar number systems.

HEX777E7D
Decimal119126125
Binary111011111111101111101
Octal167176175

Shades and tints

Shades of #777E7D

#777E7D
(119,126,125)
#6D7372
(109,115,114)
#636867
(99,104,103)
#595D5C
(89,93,92)
#4F5251
(79,82,81)
#454746
(69,71,70)
#3B3C3B
(59,60,59)
#313130
(49,49,48)
#272625
(39,38,37)
#1D1B1A
(29,27,26)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #777E7D

#777E7D
(119,126,125)
#838988
(131,137,136)
#8F9493
(143,148,147)
#9B9F9E
(155,159,158)
#A7AAA9
(167,170,169)
#B3B5B4
(179,181,180)
#BFC0BF
(191,192,191)
#CBCBCA
(203,203,202)
#D7D6D5
(215,214,213)
#E3E1E0
(227,225,224)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777E7D; }

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

This text font color is #777E7D.


Background Color

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

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

This div background color is #777E7D.


Border color

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

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

This div border color is #777E7D.


Opacity

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

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

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

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

This text has shadow with #777E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777E7D on black background.


Color preview on white background

This text has color #777E7D on white background.



Black color preview on #777E7D background

This text has black color on #777E7D background.


White color preview on #777E7D background

This text has white color on #777E7D background.