COLOR #779D8F

HEX: #779D8F RGB: (119,157,143)

Color info

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

RGB color model

#779D8F color RGB value is (119,157,143).

RGB: (119,157,143) (47%, 62%, 56%)

RGB channels and saturation

R 119 of 255 = 47%
G 157 of 255 = 62%
B 143 of 255 = 56%

119
157
143

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

Portions of RGB colors in percentages

R + G + B = 119 + 157 + 143 = 419 (100%)
R 119 of 419 ~ 28.4%
G 157 of 419 ~ 37.47%
B 143 of 419 ~ 34.13'%

%28.4
%37.47
%34.13

CMYK color model

#779D8F color CMYK value is (24,0,9,38).

  • cyan value is 24.20%
  • magenta value is 0.00%
  • yellow value is 8.92%
  • key color value is 38.43%

CMYK: (24,0,9,38)
C24M0Y9K38 (24%, 0%, 9%, 38%)
(0.24 / 0.00 / 0.09 / 0.38)

CMYK percentages

%24.2
%0
%8.92
%38.43

Codes

Color #779D8F in popluar color models

77 9D 8F
RGB 119 157 143
HSL 158° 16.24% 54.12%
HSB/HSV 158° 24.20% 61.57%
CMYK 24.20% 0.00% 8.92%
38.43%

Color #779D8F in popluar number systems.

HEX 77 9D 8F
Decimal 119 157 143
Binary 1110111 10011101 10001111
Octal 167 235 217

Shades and tints

Shades of #779D8F

#779D8F
(119,157,143)
#6D8F82
(109,143,130)
#638175
(99,129,117)
#597368
(89,115,104)
#4F655B
(79,101,91)
#45574E
(69,87,78)
#3B4941
(59,73,65)
#313B34
(49,59,52)
#272D27
(39,45,39)
#1D1F1A
(29,31,26)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #779D8F

#779D8F
(119,157,143)
#83A599
(131,165,153)
#8FADA3
(143,173,163)
#9BB5AD
(155,181,173)
#A7BDB7
(167,189,183)
#B3C5C1
(179,197,193)
#BFCDCB
(191,205,203)
#CBD5D5
(203,213,213)
#D7DDDF
(215,221,223)
#E3E5E9
(227,229,233)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779D8F color. Also use rgb(119,157,143) instead hex code.

Text Font Color

.myTextColor { color: #779D8F; }

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

This text font color is #779D8F.

Background Color

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

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

This div background color is #779D8F.

Border color

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

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

This div border color is #779D8F.

Opacity

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

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

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

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

This text has shadow with #779D8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #779D8F.

Preview

Color preview on black background

This text has color #779D8F on black background.


Color preview on white background

This text has color #779D8F on white background.


Black color preview on #779D8F background

This text has black color on #779D8F background.


White color preview on #779D8F background

This text has white color on #779D8F background.


Related colors

Complementary color

Complementary color for #hex is #886270.


I love getcolorcode.com

Triadic colors

1 #8F779D and #9D8F77 with #779D8F are triadic colors.

2 #8F9D77 and #9D778F with #779D8F are triadic colors.