COLOR #779C87

HEX: #779C87
RGB: (119,156,135)

Color info

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

RGB color model

#779C87 color RGB value is (119,156,135).

  • red value is 119;
  • green value is 156;
  • blue value is 135.
RGB:
(119,156,135)
(47%,61%,53%)

RGB channels and saturation

R 119 of 255 = 47%
G 156 of 255 = 61%
B 135 of 255 = 53%

119
156
135

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

Portions of RGB colors in percentages

R + G + B =
119 + 156 + 135 = 410 (100%)
R 119 of 410 ~ 29.02%
G 156 of 410 ~ 38.05%
B 135 of 410 ~ 32.93%

%29.02
%38.05
%32.93

CMYK color model

#779C87 color CMYK value is (24,0,13,39).

  • cyan value is 23.72%
  • magenta value is 0.00%
  • yellow value is 13.46%
  • key color value is 38.82%
CMYK:
(24,0,13,39)
C24M0Y13K39 
(24%,0%,13%,39%)
(0.24/0.00/0.13/0.39)	

CMYK percentages

%23.72
%0
%13.46
%38.82

Codes

Color #779C87 in popluar color models

779C87
RGB119156135
HSL146°15.74%53.92%
HSB/HSV146°23.72%61.18%
CMYK23.72%0.00%13.46%
38.82%

Color #779C87 in popluar number systems.

HEX779C87
Decimal119156135
Binary11101111001110010000111
Octal167234207

Shades and tints

Shades of #779C87

#779C87
(119,156,135)
#6D8E7B
(109,142,123)
#63806F
(99,128,111)
#597263
(89,114,99)
#4F6457
(79,100,87)
#45564B
(69,86,75)
#3B483F
(59,72,63)
#313A33
(49,58,51)
#272C27
(39,44,39)
#1D1E1B
(29,30,27)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #779C87

#779C87
(119,156,135)
#83A591
(131,165,145)
#8FAE9B
(143,174,155)
#9BB7A5
(155,183,165)
#A7C0AF
(167,192,175)
#B3C9B9
(179,201,185)
#BFD2C3
(191,210,195)
#CBDBCD
(203,219,205)
#D7E4D7
(215,228,215)
#E3EDE1
(227,237,225)
#EFF6EB
(239,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779C87 color. Also use rgb(119,156,135) instead hex code.

Text Font Color

.myTextColor { color: #779C87; }

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

This text font color is #779C87.


Background Color

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

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

This div background color is #779C87.


Border color

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

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

This div border color is #779C87.


Opacity

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

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

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

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

This text has shadow with #779C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779C87 on black background.


Color preview on white background

This text has color #779C87 on white background.



Black color preview on #779C87 background

This text has black color on #779C87 background.


White color preview on #779C87 background

This text has white color on #779C87 background.