COLOR #777D89

HEX: #777D89 RGB: (119,125,137)

Color info

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

RGB color model

#777D89 color RGB value is (119,125,137).

RGB: (119,125,137) (47%, 49%, 54%)

RGB channels and saturation

R 119 of 255 = 47%
G 125 of 255 = 49%
B 137 of 255 = 54%

119
125
137

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

Portions of RGB colors in percentages

R + G + B = 119 + 125 + 137 = 381 (100%)
R 119 of 381 ~ 31.23%
G 125 of 381 ~ 32.81%
B 137 of 381 ~ 35.96'%

%31.23
%32.81
%35.96

CMYK color model

#777D89 color CMYK value is (13,9,0,46).

  • cyan value is 13.14%
  • magenta value is 8.76%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK: (13,9,0,46) C13M9Y0K46 (13%,9%,0%,46%) (0.13/0.09/0.00/0.46) 

CMYK percentages

%13.14
%8.76
%0
%46.27

Codes

Color #777D89 in popluar color models

77 7D 89
RGB 119 125 137
HSL 220° 7.09% 50.20%
HSB/HSV 220° 13.14% 53.73%
CMYK 13.14% 8.76% 0.00%
46.27%

Color #777D89 in popluar number systems.

HEX 77 7D 89
Decimal 119 125 137
Binary 1110111 1111101 10001001
Octal 167 175 211

Shades and tints

Shades of #777D89

#777D89
(119,125,137)
#6D727D
(109,114,125)
#636771
(99,103,113)
#595C65
(89,92,101)
#4F5159
(79,81,89)
#45464D
(69,70,77)
#3B3B41
(59,59,65)
#313035
(49,48,53)
#272529
(39,37,41)
#1D1A1D
(29,26,29)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #777D89

#777D89
(119,125,137)
#838893
(131,136,147)
#8F939D
(143,147,157)
#9B9EA7
(155,158,167)
#A7A9B1
(167,169,177)
#B3B4BB
(179,180,187)
#BFBFC5
(191,191,197)
#CBCACF
(203,202,207)
#D7D5D9
(215,213,217)
#E3E0E3
(227,224,227)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777D89; }

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

This text font color is #777D89.

Background Color

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

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

This div background color is #777D89.

Border color

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

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

This div border color is #777D89.

Opacity

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

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

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

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

This text has shadow with #777D89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777D89.

Preview

Color preview on black background

This text has color #777D89 on black background.


Color preview on white background

This text has color #777D89 on white background.


Black color preview on #777D89 background

This text has black color on #777D89 background.


White color preview on #777D89 background

This text has white color on #777D89 background.


Related colors

Complementary color

Complementary color for #hex is #888276.


I love getcolorcode.com

Triadic colors

1 #89777D and #7D8977 with #777D89 are triadic colors.

2 #897D77 and #7D7789 with #777D89 are triadic colors.