COLOR #777E7F

HEX: #777E7F RGB: (119,126,127)

Color info

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

RGB color model

#777E7F color RGB value is (119,126,127).

RGB: (119,126,127) (47%, 49%, 50%)

RGB channels and saturation

R 119 of 255 = 47%
G 126 of 255 = 49%
B 127 of 255 = 50%

119
126
127

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

Portions of RGB colors in percentages

R + G + B = 119 + 126 + 127 = 372 (100%)
R 119 of 372 ~ 31.99%
G 126 of 372 ~ 33.87%
B 127 of 372 ~ 34.14'%

%31.99
%33.87
%34.14

CMYK color model

#777E7F color CMYK value is (6,1,0,50).

  • cyan value is 6.30%
  • magenta value is 0.79%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (6,1,0,50) C6M1Y0K50 (6%,1%,0%,50%) (0.06/0.01/0.00/0.50) 

CMYK percentages

%6.3
%0.79
%0
%50.2

Codes

Color #777E7F in popluar color models

77 7E 7F
RGB 119 126 127
HSL 188° 3.25% 48.24%
HSB/HSV 188° 6.30% 49.80%
CMYK 6.30% 0.79% 0.00%
50.20%

Color #777E7F in popluar number systems.

HEX 77 7E 7F
Decimal 119 126 127
Binary 1110111 1111110 1111111
Octal 167 176 177

Shades and tints

Shades of #777E7F

#777E7F
(119,126,127)
#6D7374
(109,115,116)
#636869
(99,104,105)
#595D5E
(89,93,94)
#4F5253
(79,82,83)
#454748
(69,71,72)
#3B3C3D
(59,60,61)
#313132
(49,49,50)
#272627
(39,38,39)
#1D1B1C
(29,27,28)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #777E7F

#777E7F
(119,126,127)
#83898A
(131,137,138)
#8F9495
(143,148,149)
#9B9FA0
(155,159,160)
#A7AAAB
(167,170,171)
#B3B5B6
(179,181,182)
#BFC0C1
(191,192,193)
#CBCBCC
(203,203,204)
#D7D6D7
(215,214,215)
#E3E1E2
(227,225,226)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777E7F; }

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

This text font color is #777E7F.

Background Color

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

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

This div background color is #777E7F.

Border color

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

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

This div border color is #777E7F.

Opacity

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

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

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

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

This text has shadow with #777E7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777E7F.

Preview

Color preview on black background

This text has color #777E7F on black background.


Color preview on white background

This text has color #777E7F on white background.


Black color preview on #777E7F background

This text has black color on #777E7F background.


White color preview on #777E7F background

This text has white color on #777E7F background.


Related colors

Complementary color

Complementary color for #hex is #888180.


I love getcolorcode.com

Triadic colors

1 #7F777E and #7E7F77 with #777E7F are triadic colors.

2 #7F7E77 and #7E777F with #777E7F are triadic colors.