COLOR #779B86

HEX: #779B86 RGB: (119,155,134)

Color info

#779B86 contains red, green and blue colors in about the same proportion. Web safe color of #779B86 is #669999 (or #699).

RGB color model

#779B86 color RGB value is (119,155,134).

RGB: (119,155,134) (47%, 61%, 53%)

RGB channels and saturation

R 119 of 255 = 47%
G 155 of 255 = 61%
B 134 of 255 = 53%

119
155
134

R + G + B ~ 54%. #779B86 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 155 + 134 = 408 (100%)
R 119 of 408 ~ 29.17%
G 155 of 408 ~ 37.99%
B 134 of 408 ~ 32.84'%

%29.17
%37.99
%32.84

CMYK color model

#779B86 color CMYK value is (23,0,14,39).

  • cyan value is 23.23%
  • magenta value is 0.00%
  • yellow value is 13.55%
  • key color value is 39.22%
CMYK: (23,0,14,39) C23M0Y14K39 (23%,0%,14%,39%) (0.23/0.00/0.14/0.39) 

CMYK percentages

%23.23
%0
%13.55
%39.22

Codes

Color #779B86 in popluar color models

77 9B 86
RGB 119 155 134
HSL 145° 15.25% 53.73%
HSB/HSV 145° 23.23% 60.78%
CMYK 23.23% 0.00% 13.55%
39.22%

Color #779B86 in popluar number systems.

HEX 77 9B 86
Decimal 119 155 134
Binary 1110111 10011011 10000110
Octal 167 233 206

Shades and tints

Shades of #779B86

#779B86
(119,155,134)
#6D8D7A
(109,141,122)
#637F6E
(99,127,110)
#597162
(89,113,98)
#4F6356
(79,99,86)
#45554A
(69,85,74)
#3B473E
(59,71,62)
#313932
(49,57,50)
#272B26
(39,43,38)
#1D1D1A
(29,29,26)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #779B86

#779B86
(119,155,134)
#83A491
(131,164,145)
#8FAD9C
(143,173,156)
#9BB6A7
(155,182,167)
#A7BFB2
(167,191,178)
#B3C8BD
(179,200,189)
#BFD1C8
(191,209,200)
#CBDAD3
(203,218,211)
#D7E3DE
(215,227,222)
#E3ECE9
(227,236,233)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779B86 color. Also use rgb(119,155,134) instead hex code.

Text Font Color

.myTextColor { color: #779B86; }

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

This text font color is #779B86.

Background Color

.myBgColor { background-color: #779B86; }

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

This div background color is #779B86.

Border color

.myBorderColor { border: 1px solid #779B86; }

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

This div border color is #779B86.

Opacity

.myOpacity80 { color: #779B86; opacity: 0.8; }

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

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

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

This text has shadow with #779B86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #779B86.

Preview

Color preview on black background

This text has color #779B86 on black background.


Color preview on white background

This text has color #779B86 on white background.


Black color preview on #779B86 background

This text has black color on #779B86 background.


White color preview on #779B86 background

This text has white color on #779B86 background.


Related colors

Complementary color

Complementary color for #hex is #886479.


I love getcolorcode.com

Triadic colors

1 #86779B and #9B8677 with #779B86 are triadic colors.

2 #869B77 and #9B7786 with #779B86 are triadic colors.