COLOR #779E8B

HEX: #779E8B
RGB: (119,158,139)

Color info

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

RGB color model

#779E8B color RGB value is (119,158,139).

  • red value is 119;
  • green value is 158;
  • blue value is 139.
RGB:
(119,158,139)
(47%,62%,55%)

RGB channels and saturation

R 119 of 255 = 47%
G 158 of 255 = 62%
B 139 of 255 = 55%

119
158
139

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

Portions of RGB colors in percentages

R + G + B =
119 + 158 + 139 = 416 (100%)
R 119 of 416 ~ 28.61%
G 158 of 416 ~ 37.98%
B 139 of 416 ~ 33.41%

%28.61
%37.98
%33.41

CMYK color model

#779E8B color CMYK value is (25,0,12,38).

  • cyan value is 24.68%
  • magenta value is 0.00%
  • yellow value is 12.03%
  • key color value is 38.04%
CMYK:
(25,0,12,38)
C25M0Y12K38 
(25%,0%,12%,38%)
(0.25/0.00/0.12/0.38)	

CMYK percentages

%24.68
%0
%12.03
%38.04

Codes

Color #779E8B in popluar color models

779E8B
RGB119158139
HSL151°16.74%54.31%
HSB/HSV151°24.68%61.96%
CMYK24.68%0.00%12.03%
38.04%

Color #779E8B in popluar number systems.

HEX779E8B
Decimal119158139
Binary11101111001111010001011
Octal167236213

Shades and tints

Shades of #779E8B

#779E8B
(119,158,139)
#6D907F
(109,144,127)
#638273
(99,130,115)
#597467
(89,116,103)
#4F665B
(79,102,91)
#45584F
(69,88,79)
#3B4A43
(59,74,67)
#313C37
(49,60,55)
#272E2B
(39,46,43)
#1D201F
(29,32,31)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #779E8B

#779E8B
(119,158,139)
#83A695
(131,166,149)
#8FAE9F
(143,174,159)
#9BB6A9
(155,182,169)
#A7BEB3
(167,190,179)
#B3C6BD
(179,198,189)
#BFCEC7
(191,206,199)
#CBD6D1
(203,214,209)
#D7DEDB
(215,222,219)
#E3E6E5
(227,230,229)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779E8B color. Also use rgb(119,158,139) instead hex code.

Text Font Color

.myTextColor { color: #779E8B; }

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

This text font color is #779E8B.


Background Color

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

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

This div background color is #779E8B.


Border color

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

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

This div border color is #779E8B.


Opacity

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

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

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

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

This text has shadow with #779E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779E8B on black background.


Color preview on white background

This text has color #779E8B on white background.



Black color preview on #779E8B background

This text has black color on #779E8B background.


White color preview on #779E8B background

This text has white color on #779E8B background.