COLOR #777989

HEX: #777989 RGB: (119,121,137)

Color info

#777989 contains red, green and blue colors in about the same proportion. Web safe color of #777989 is #666699 (or #669).

RGB color model

#777989 color RGB value is (119,121,137).

RGB: (119,121,137) (47%, 47%, 54%)

RGB channels and saturation

R 119 of 255 = 47%
G 121 of 255 = 47%
B 137 of 255 = 54%

119
121
137

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

Portions of RGB colors in percentages

R + G + B = 119 + 121 + 137 = 377 (100%)
R 119 of 377 ~ 31.56%
G 121 of 377 ~ 32.1%
B 137 of 377 ~ 36.34'%

%31.56
%32.1
%36.34

CMYK color model

#777989 color CMYK value is (13,12,0,46).

  • cyan value is 13.14%
  • magenta value is 11.68%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (13,12,0,46)
C13M12Y0K46 (13%, 12%, 0%, 46%)
(0.13 / 0.12 / 0.00 / 0.46)

CMYK percentages

%13.14
%11.68
%0
%46.27

Codes

Color #777989 in popluar color models

77 79 89
RGB 119 121 137
HSL 233° 7.09% 50.20%
HSB/HSV 233° 13.14% 53.73%
CMYK 13.14% 11.68% 0.00%
46.27%

Color #777989 in popluar number systems.

HEX 77 79 89
Decimal 119 121 137
Binary 1110111 1111001 10001001
Octal 167 171 211

Shades and tints

Shades of #777989

#777989
(119,121,137)
#6D6E7D
(109,110,125)
#636371
(99,99,113)
#595865
(89,88,101)
#4F4D59
(79,77,89)
#45424D
(69,66,77)
#3B3741
(59,55,65)
#312C35
(49,44,53)
#272129
(39,33,41)
#1D161D
(29,22,29)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #777989

#777989
(119,121,137)
#838593
(131,133,147)
#8F919D
(143,145,157)
#9B9DA7
(155,157,167)
#A7A9B1
(167,169,177)
#B3B5BB
(179,181,187)
#BFC1C5
(191,193,197)
#CBCDCF
(203,205,207)
#D7D9D9
(215,217,217)
#E3E5E3
(227,229,227)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777989; }

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

This text font color is #777989.

Background Color

.myBgColor { background-color: #777989; }

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

This div background color is #777989.

Border color

.myBorderColor { border: 1px solid #777989; }

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

This div border color is #777989.

Opacity

.myOpacity80 { color: #777989; opacity: 0.8; }

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

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

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

This text has shadow with #777989 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777989.

Preview

Color preview on black background

This text has color #777989 on black background.


Color preview on white background

This text has color #777989 on white background.


Black color preview on #777989 background

This text has black color on #777989 background.


White color preview on #777989 background

This text has white color on #777989 background.


Related colors

Complementary color

Complementary color for #hex is #888676.


I love getcolorcode.com

Triadic colors

1 #897779 and #798977 with #777989 are triadic colors.

2 #897977 and #797789 with #777989 are triadic colors.