COLOR #779D92

HEX: #779D92 RGB: (119,157,146)

Color info

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

RGB color model

#779D92 color RGB value is (119,157,146).

RGB: (119,157,146) (47%, 62%, 57%)

RGB channels and saturation

R 119 of 255 = 47%
G 157 of 255 = 62%
B 146 of 255 = 57%

119
157
146

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

Portions of RGB colors in percentages

R + G + B = 119 + 157 + 146 = 422 (100%)
R 119 of 422 ~ 28.2%
G 157 of 422 ~ 37.2%
B 146 of 422 ~ 34.6'%

%28.2
%37.2
%34.6

CMYK color model

#779D92 color CMYK value is (24,0,7,38).

  • cyan value is 24.20%
  • magenta value is 0.00%
  • yellow value is 7.01%
  • key color value is 38.43%
CMYK: (24,0,7,38) C24M0Y7K38 (24%,0%,7%,38%) (0.24/0.00/0.07/0.38) 

CMYK percentages

%24.2
%0
%7.01
%38.43

Codes

Color #779D92 in popluar color models

77 9D 92
RGB 119 157 146
HSL 163° 16.24% 54.12%
HSB/HSV 163° 24.20% 61.57%
CMYK 24.20% 0.00% 7.01%
38.43%

Color #779D92 in popluar number systems.

HEX 77 9D 92
Decimal 119 157 146
Binary 1110111 10011101 10010010
Octal 167 235 222

Shades and tints

Shades of #779D92

#779D92
(119,157,146)
#6D8F85
(109,143,133)
#638178
(99,129,120)
#59736B
(89,115,107)
#4F655E
(79,101,94)
#455751
(69,87,81)
#3B4944
(59,73,68)
#313B37
(49,59,55)
#272D2A
(39,45,42)
#1D1F1D
(29,31,29)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #779D92

#779D92
(119,157,146)
#83A59B
(131,165,155)
#8FADA4
(143,173,164)
#9BB5AD
(155,181,173)
#A7BDB6
(167,189,182)
#B3C5BF
(179,197,191)
#BFCDC8
(191,205,200)
#CBD5D1
(203,213,209)
#D7DDDA
(215,221,218)
#E3E5E3
(227,229,227)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779D92; }

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

This text font color is #779D92.

Background Color

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

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

This div background color is #779D92.

Border color

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

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

This div border color is #779D92.

Opacity

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

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

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

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

This text has shadow with #779D92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #779D92.

Preview

Color preview on black background

This text has color #779D92 on black background.


Color preview on white background

This text has color #779D92 on white background.


Black color preview on #779D92 background

This text has black color on #779D92 background.


White color preview on #779D92 background

This text has white color on #779D92 background.


Related colors

Complementary color

Complementary color for #hex is #88626D.


I love getcolorcode.com

Triadic colors

1 #92779D and #9D9277 with #779D92 are triadic colors.

2 #929D77 and #9D7792 with #779D92 are triadic colors.