COLOR #779C98

HEX: #779C98
RGB: (119,156,152)

Color info

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

RGB color model

#779C98 color RGB value is (119,156,152).

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

RGB channels and saturation

R 119 of 255 = 47%
G 156 of 255 = 61%
B 152 of 255 = 60%

119
156
152

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

Portions of RGB colors in percentages

R + G + B =
119 + 156 + 152 = 427 (100%)
R 119 of 427 ~ 27.87%
G 156 of 427 ~ 36.53%
B 152 of 427 ~ 35.6%

%27.87
%36.53
%35.6

CMYK color model

#779C98 color CMYK value is (24,0,3,39).

  • cyan value is 23.72%
  • magenta value is 0.00%
  • yellow value is 2.56%
  • key color value is 38.82%
CMYK:
(24,0,3,39)
C24M0Y3K39 
(24%,0%,3%,39%)
(0.24/0.00/0.03/0.39)	

CMYK percentages

%23.72
%0
%2.56
%38.82

Codes

Color #779C98 in popluar color models

779C98
RGB119156152
HSL174°15.74%53.92%
HSB/HSV174°23.72%61.18%
CMYK23.72%0.00%2.56%
38.82%

Color #779C98 in popluar number systems.

HEX779C98
Decimal119156152
Binary11101111001110010011000
Octal167234230

Shades and tints

Shades of #779C98

#779C98
(119,156,152)
#6D8E8B
(109,142,139)
#63807E
(99,128,126)
#597271
(89,114,113)
#4F6464
(79,100,100)
#455657
(69,86,87)
#3B484A
(59,72,74)
#313A3D
(49,58,61)
#272C30
(39,44,48)
#1D1E23
(29,30,35)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #779C98

#779C98
(119,156,152)
#83A5A1
(131,165,161)
#8FAEAA
(143,174,170)
#9BB7B3
(155,183,179)
#A7C0BC
(167,192,188)
#B3C9C5
(179,201,197)
#BFD2CE
(191,210,206)
#CBDBD7
(203,219,215)
#D7E4E0
(215,228,224)
#E3EDE9
(227,237,233)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779C98; }

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

This text font color is #779C98.


Background Color

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

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

This div background color is #779C98.


Border color

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

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

This div border color is #779C98.


Opacity

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

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

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

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

This text has shadow with #779C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779C98 on black background.


Color preview on white background

This text has color #779C98 on white background.



Black color preview on #779C98 background

This text has black color on #779C98 background.


White color preview on #779C98 background

This text has white color on #779C98 background.