COLOR #777B89

HEX: #777B89
RGB: (119,123,137)

Color info

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

RGB color model

#777B89 color RGB value is (119,123,137).

  • red value is 119;
  • green value is 123;
  • blue value is 137.
RGB:
(119,123,137)
(47%,48%,54%)

RGB channels and saturation

R 119 of 255 = 47%
G 123 of 255 = 48%
B 137 of 255 = 54%

119
123
137

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

Portions of RGB colors in percentages

R + G + B =
119 + 123 + 137 = 379 (100%)
R 119 of 379 ~ 31.4%
G 123 of 379 ~ 32.45%
B 137 of 379 ~ 36.15%

%31.4
%32.45
%36.15

CMYK color model

#777B89 color CMYK value is (13,10,0,46).

  • cyan value is 13.14%
  • magenta value is 10.22%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(13,10,0,46)
C13M10Y0K46 
(13%,10%,0%,46%)
(0.13/0.10/0.00/0.46)	

CMYK percentages

%13.14
%10.22
%0
%46.27

Codes

Color #777B89 in popluar color models

777B89
RGB119123137
HSL227°7.09%50.20%
HSB/HSV227°13.14%53.73%
CMYK13.14%10.22%0.00%
46.27%

Color #777B89 in popluar number systems.

HEX777B89
Decimal119123137
Binary1110111111101110001001
Octal167173211

Shades and tints

Shades of #777B89

#777B89
(119,123,137)
#6D707D
(109,112,125)
#636571
(99,101,113)
#595A65
(89,90,101)
#4F4F59
(79,79,89)
#45444D
(69,68,77)
#3B3941
(59,57,65)
#312E35
(49,46,53)
#272329
(39,35,41)
#1D181D
(29,24,29)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #777B89

#777B89
(119,123,137)
#838793
(131,135,147)
#8F939D
(143,147,157)
#9B9FA7
(155,159,167)
#A7ABB1
(167,171,177)
#B3B7BB
(179,183,187)
#BFC3C5
(191,195,197)
#CBCFCF
(203,207,207)
#D7DBD9
(215,219,217)
#E3E7E3
(227,231,227)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777B89; }

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

This text font color is #777B89.


Background Color

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

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

This div background color is #777B89.


Border color

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

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

This div border color is #777B89.


Opacity

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

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

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

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

This text has shadow with #777B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777B89 on black background.


Color preview on white background

This text has color #777B89 on white background.



Black color preview on #777B89 background

This text has black color on #777B89 background.


White color preview on #777B89 background

This text has white color on #777B89 background.