COLOR #779289

HEX: #779289
RGB: (119,146,137)

Color info

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

RGB color model

#779289 color RGB value is (119,146,137).

  • red value is 119;
  • green value is 146;
  • blue value is 137.
RGB:
(119,146,137)
(47%,57%,54%)

RGB channels and saturation

R 119 of 255 = 47%
G 146 of 255 = 57%
B 137 of 255 = 54%

119
146
137

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

Portions of RGB colors in percentages

R + G + B =
119 + 146 + 137 = 402 (100%)
R 119 of 402 ~ 29.6%
G 146 of 402 ~ 36.32%
B 137 of 402 ~ 34.08%

%29.6
%36.32
%34.08

CMYK color model

#779289 color CMYK value is (18,0,6,43).

  • cyan value is 18.49%
  • magenta value is 0.00%
  • yellow value is 6.16%
  • key color value is 42.75%
CMYK:
(18,0,6,43)
C18M0Y6K43 
(18%,0%,6%,43%)
(0.18/0.00/0.06/0.43)	

CMYK percentages

%18.49
%0
%6.16
%42.75

Codes

Color #779289 in popluar color models

779289
RGB119146137
HSL160°11.02%51.96%
HSB/HSV160°18.49%57.25%
CMYK18.49%0.00%6.16%
42.75%

Color #779289 in popluar number systems.

HEX779289
Decimal119146137
Binary11101111001001010001001
Octal167222211

Shades and tints

Shades of #779289

#779289
(119,146,137)
#6D857D
(109,133,125)
#637871
(99,120,113)
#596B65
(89,107,101)
#4F5E59
(79,94,89)
#45514D
(69,81,77)
#3B4441
(59,68,65)
#313735
(49,55,53)
#272A29
(39,42,41)
#1D1D1D
(29,29,29)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #779289

#779289
(119,146,137)
#839B93
(131,155,147)
#8FA49D
(143,164,157)
#9BADA7
(155,173,167)
#A7B6B1
(167,182,177)
#B3BFBB
(179,191,187)
#BFC8C5
(191,200,197)
#CBD1CF
(203,209,207)
#D7DAD9
(215,218,217)
#E3E3E3
(227,227,227)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779289 color. Also use rgb(119,146,137) instead hex code.

Text Font Color

.myTextColor { color: #779289; }

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

This text font color is #779289.


Background Color

.myBgColor { background-color: #779289; }

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

This div background color is #779289.


Border color

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

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

This div border color is #779289.


Opacity

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

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

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

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

This text has shadow with #779289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779289 on black background.


Color preview on white background

This text has color #779289 on white background.



Black color preview on #779289 background

This text has black color on #779289 background.


White color preview on #779289 background

This text has white color on #779289 background.