COLOR #779887

HEX: #779887
RGB: (119,152,135)

Color info

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

RGB color model

#779887 color RGB value is (119,152,135).

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

RGB channels and saturation

R 119 of 255 = 47%
G 152 of 255 = 60%
B 135 of 255 = 53%

119
152
135

R + G + B ~ 53%. #779887 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 152 + 135 = 406 (100%)
R 119 of 406 ~ 29.31%
G 152 of 406 ~ 37.44%
B 135 of 406 ~ 33.25%

%29.31
%37.44
%33.25

CMYK color model

#779887 color CMYK value is (22,0,11,40).

  • cyan value is 21.71%
  • magenta value is 0.00%
  • yellow value is 11.18%
  • key color value is 40.39%
CMYK:
(22,0,11,40)
C22M0Y11K40 
(22%,0%,11%,40%)
(0.22/0.00/0.11/0.40)	

CMYK percentages

%21.71
%0
%11.18
%40.39

Codes

Color #779887 in popluar color models

779887
RGB119152135
HSL149°13.81%53.14%
HSB/HSV149°21.71%59.61%
CMYK21.71%0.00%11.18%
40.39%

Color #779887 in popluar number systems.

HEX779887
Decimal119152135
Binary11101111001100010000111
Octal167230207

Shades and tints

Shades of #779887

#779887
(119,152,135)
#6D8B7B
(109,139,123)
#637E6F
(99,126,111)
#597163
(89,113,99)
#4F6457
(79,100,87)
#45574B
(69,87,75)
#3B4A3F
(59,74,63)
#313D33
(49,61,51)
#273027
(39,48,39)
#1D231B
(29,35,27)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #779887

#779887
(119,152,135)
#83A191
(131,161,145)
#8FAA9B
(143,170,155)
#9BB3A5
(155,179,165)
#A7BCAF
(167,188,175)
#B3C5B9
(179,197,185)
#BFCEC3
(191,206,195)
#CBD7CD
(203,215,205)
#D7E0D7
(215,224,215)
#E3E9E1
(227,233,225)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779887; }

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

This text font color is #779887.


Background Color

.myBgColor { background-color: #779887; }

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

This div background color is #779887.


Border color

.myBorderColor { border: 1px solid #779887; }

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

This div border color is #779887.


Opacity

.myOpacity80 { color: #779887; opacity: 0.8; }

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

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

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

This text has shadow with #779887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779887 on black background.


Color preview on white background

This text has color #779887 on white background.



Black color preview on #779887 background

This text has black color on #779887 background.


White color preview on #779887 background

This text has white color on #779887 background.