COLOR #779A9D

HEX: #779A9D
RGB: (119,154,157)

Color info

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

RGB color model

#779A9D color RGB value is (119,154,157).

  • red value is 119;
  • green value is 154;
  • blue value is 157.
RGB:
(119,154,157)
(47%,60%,62%)

RGB channels and saturation

R 119 of 255 = 47%
G 154 of 255 = 60%
B 157 of 255 = 62%

119
154
157

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

Portions of RGB colors in percentages

R + G + B =
119 + 154 + 157 = 430 (100%)
R 119 of 430 ~ 27.67%
G 154 of 430 ~ 35.81%
B 157 of 430 ~ 36.51%

%27.67
%35.81
%36.51

CMYK color model

#779A9D color CMYK value is (24,2,0,38).

  • cyan value is 24.20%
  • magenta value is 1.91%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(24,2,0,38)
C24M2Y0K38 
(24%,2%,0%,38%)
(0.24/0.02/0.00/0.38)	

CMYK percentages

%24.2
%1.91
%0
%38.43

Codes

Color #779A9D in popluar color models

779A9D
RGB119154157
HSL185°16.24%54.12%
HSB/HSV185°24.20%61.57%
CMYK24.20%1.91%0.00%
38.43%

Color #779A9D in popluar number systems.

HEX779A9D
Decimal119154157
Binary11101111001101010011101
Octal167232235

Shades and tints

Shades of #779A9D

#779A9D
(119,154,157)
#6D8C8F
(109,140,143)
#637E81
(99,126,129)
#597073
(89,112,115)
#4F6265
(79,98,101)
#455457
(69,84,87)
#3B4649
(59,70,73)
#31383B
(49,56,59)
#272A2D
(39,42,45)
#1D1C1F
(29,28,31)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #779A9D

#779A9D
(119,154,157)
#83A3A5
(131,163,165)
#8FACAD
(143,172,173)
#9BB5B5
(155,181,181)
#A7BEBD
(167,190,189)
#B3C7C5
(179,199,197)
#BFD0CD
(191,208,205)
#CBD9D5
(203,217,213)
#D7E2DD
(215,226,221)
#E3EBE5
(227,235,229)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779A9D; }

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

This text font color is #779A9D.


Background Color

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

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

This div background color is #779A9D.


Border color

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

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

This div border color is #779A9D.


Opacity

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

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

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

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

This text has shadow with #779A9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779A9D on black background.


Color preview on white background

This text has color #779A9D on white background.



Black color preview on #779A9D background

This text has black color on #779A9D background.


White color preview on #779A9D background

This text has white color on #779A9D background.