COLOR #777B7F

HEX: #777B7F RGB: (119,123,127)

Color info

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

RGB color model

#777B7F color RGB value is (119,123,127).

RGB: (119,123,127) (47%, 48%, 50%)

RGB channels and saturation

R 119 of 255 = 47%
G 123 of 255 = 48%
B 127 of 255 = 50%

119
123
127

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

Portions of RGB colors in percentages

R + G + B = 119 + 123 + 127 = 369 (100%)
R 119 of 369 ~ 32.25%
G 123 of 369 ~ 33.33%
B 127 of 369 ~ 34.42'%

%32.25
%33.33
%34.42

CMYK color model

#777B7F color CMYK value is (6,3,0,50).

  • cyan value is 6.30%
  • magenta value is 3.15%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (6,3,0,50)
C6M3Y0K50 (6%, 3%, 0%, 50%)
(0.06 / 0.03 / 0.00 / 0.50)

CMYK percentages

%6.3
%3.15
%0
%50.2

Codes

Color #777B7F in popluar color models

77 7B 7F
RGB 119 123 127
HSL 210° 3.25% 48.24%
HSB/HSV 210° 6.30% 49.80%
CMYK 6.30% 3.15% 0.00%
50.20%

Color #777B7F in popluar number systems.

HEX 77 7B 7F
Decimal 119 123 127
Binary 1110111 1111011 1111111
Octal 167 173 177

Shades and tints

Shades of #777B7F

#777B7F
(119,123,127)
#6D7074
(109,112,116)
#636569
(99,101,105)
#595A5E
(89,90,94)
#4F4F53
(79,79,83)
#454448
(69,68,72)
#3B393D
(59,57,61)
#312E32
(49,46,50)
#272327
(39,35,39)
#1D181C
(29,24,28)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #777B7F

#777B7F
(119,123,127)
#83878A
(131,135,138)
#8F9395
(143,147,149)
#9B9FA0
(155,159,160)
#A7ABAB
(167,171,171)
#B3B7B6
(179,183,182)
#BFC3C1
(191,195,193)
#CBCFCC
(203,207,204)
#D7DBD7
(215,219,215)
#E3E7E2
(227,231,226)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777B7F; }

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

This text font color is #777B7F.

Background Color

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

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

This div background color is #777B7F.

Border color

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

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

This div border color is #777B7F.

Opacity

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

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

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

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

This text has shadow with #777B7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777B7F.

Preview

Color preview on black background

This text has color #777B7F on black background.


Color preview on white background

This text has color #777B7F on white background.


Black color preview on #777B7F background

This text has black color on #777B7F background.


White color preview on #777B7F background

This text has white color on #777B7F background.


Related colors

Complementary color

Complementary color for #hex is #888480.


I love getcolorcode.com

Triadic colors

1 #7F777B and #7B7F77 with #777B7F are triadic colors.

2 #7F7B77 and #7B777F with #777B7F are triadic colors.