COLOR #779386

HEX: #779386
RGB: (119,147,134)

Color info

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

RGB color model

#779386 color RGB value is (119,147,134).

  • red value is 119;
  • green value is 147;
  • blue value is 134.
RGB:
(119,147,134)
(47%,58%,53%)

RGB channels and saturation

R 119 of 255 = 47%
G 147 of 255 = 58%
B 134 of 255 = 53%

119
147
134

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

Portions of RGB colors in percentages

R + G + B =
119 + 147 + 134 = 400 (100%)
R 119 of 400 ~ 29.75%
G 147 of 400 ~ 36.75%
B 134 of 400 ~ 33.5%

%29.75
%36.75
%33.5

CMYK color model

#779386 color CMYK value is (19,0,9,42).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 8.84%
  • key color value is 42.35%
CMYK:
(19,0,9,42)
C19M0Y9K42 
(19%,0%,9%,42%)
(0.19/0.00/0.09/0.42)	

CMYK percentages

%19.05
%0
%8.84
%42.35

Codes

Color #779386 in popluar color models

779386
RGB119147134
HSL152°11.48%52.16%
HSB/HSV152°19.05%57.65%
CMYK19.05%0.00%8.84%
42.35%

Color #779386 in popluar number systems.

HEX779386
Decimal119147134
Binary11101111001001110000110
Octal167223206

Shades and tints

Shades of #779386

#779386
(119,147,134)
#6D867A
(109,134,122)
#63796E
(99,121,110)
#596C62
(89,108,98)
#4F5F56
(79,95,86)
#45524A
(69,82,74)
#3B453E
(59,69,62)
#313832
(49,56,50)
#272B26
(39,43,38)
#1D1E1A
(29,30,26)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #779386

#779386
(119,147,134)
#839C91
(131,156,145)
#8FA59C
(143,165,156)
#9BAEA7
(155,174,167)
#A7B7B2
(167,183,178)
#B3C0BD
(179,192,189)
#BFC9C8
(191,201,200)
#CBD2D3
(203,210,211)
#D7DBDE
(215,219,222)
#E3E4E9
(227,228,233)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779386 color. Also use rgb(119,147,134) instead hex code.

Text Font Color

.myTextColor { color: #779386; }

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

This text font color is #779386.


Background Color

.myBgColor { background-color: #779386; }

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

This div background color is #779386.


Border color

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

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

This div border color is #779386.


Opacity

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

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

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

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

This text has shadow with #779386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779386 on black background.


Color preview on white background

This text has color #779386 on white background.



Black color preview on #779386 background

This text has black color on #779386 background.


White color preview on #779386 background

This text has white color on #779386 background.