COLOR #777A8B

HEX: #777A8B RGB: (119,122,139)

Color info

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

RGB color model

#777A8B color RGB value is (119,122,139).

RGB: (119,122,139) (47%, 48%, 55%)

RGB channels and saturation

R 119 of 255 = 47%
G 122 of 255 = 48%
B 139 of 255 = 55%

119
122
139

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

Portions of RGB colors in percentages

R + G + B = 119 + 122 + 139 = 380 (100%)
R 119 of 380 ~ 31.32%
G 122 of 380 ~ 32.11%
B 139 of 380 ~ 36.58'%

%31.32
%32.11
%36.58

CMYK color model

#777A8B color CMYK value is (14,12,0,45).

  • cyan value is 14.39%
  • magenta value is 12.23%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK: (14,12,0,45) C14M12Y0K45 (14%,12%,0%,45%) (0.14/0.12/0.00/0.45) 

CMYK percentages

%14.39
%12.23
%0
%45.49

Codes

Color #777A8B in popluar color models

77 7A 8B
RGB 119 122 139
HSL 231° 7.94% 50.59%
HSB/HSV 231° 14.39% 54.51%
CMYK 14.39% 12.23% 0.00%
45.49%

Color #777A8B in popluar number systems.

HEX 77 7A 8B
Decimal 119 122 139
Binary 1110111 1111010 10001011
Octal 167 172 213

Shades and tints

Shades of #777A8B

#777A8B
(119,122,139)
#6D6F7F
(109,111,127)
#636473
(99,100,115)
#595967
(89,89,103)
#4F4E5B
(79,78,91)
#45434F
(69,67,79)
#3B3843
(59,56,67)
#312D37
(49,45,55)
#27222B
(39,34,43)
#1D171F
(29,23,31)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #777A8B

#777A8B
(119,122,139)
#838695
(131,134,149)
#8F929F
(143,146,159)
#9B9EA9
(155,158,169)
#A7AAB3
(167,170,179)
#B3B6BD
(179,182,189)
#BFC2C7
(191,194,199)
#CBCED1
(203,206,209)
#D7DADB
(215,218,219)
#E3E6E5
(227,230,229)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777A8B color. Also use rgb(119,122,139) instead hex code.

Text Font Color

.myTextColor { color: #777A8B; }

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

This text font color is #777A8B.

Background Color

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

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

This div background color is #777A8B.

Border color

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

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

This div border color is #777A8B.

Opacity

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

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

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

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

This text has shadow with #777A8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777A8B.

Preview

Color preview on black background

This text has color #777A8B on black background.


Color preview on white background

This text has color #777A8B on white background.


Black color preview on #777A8B background

This text has black color on #777A8B background.


White color preview on #777A8B background

This text has white color on #777A8B background.


Related colors

Complementary color

Complementary color for #hex is #888574.


I love getcolorcode.com

Triadic colors

1 #8B777A and #7A8B77 with #777A8B are triadic colors.

2 #8B7A77 and #7A778B with #777A8B are triadic colors.