COLOR #779690

HEX: #779690
RGB: (119,150,144)

Color info

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

RGB color model

#779690 color RGB value is (119,150,144).

  • red value is 119;
  • green value is 150;
  • blue value is 144.
RGB:
(119,150,144)
(47%,59%,56%)

RGB channels and saturation

R 119 of 255 = 47%
G 150 of 255 = 59%
B 144 of 255 = 56%

119
150
144

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

Portions of RGB colors in percentages

R + G + B =
119 + 150 + 144 = 413 (100%)
R 119 of 413 ~ 28.81%
G 150 of 413 ~ 36.32%
B 144 of 413 ~ 34.87%

%28.81
%36.32
%34.87

CMYK color model

#779690 color CMYK value is (21,0,4,41).

  • cyan value is 20.67%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 41.18%
CMYK:
(21,0,4,41)
C21M0Y4K41 
(21%,0%,4%,41%)
(0.21/0.00/0.04/0.41)	

CMYK percentages

%20.67
%0
%4
%41.18

Codes

Color #779690 in popluar color models

779690
RGB119150144
HSL168°12.86%52.75%
HSB/HSV168°20.67%58.82%
CMYK20.67%0.00%4.00%
41.18%

Color #779690 in popluar number systems.

HEX779690
Decimal119150144
Binary11101111001011010010000
Octal167226220

Shades and tints

Shades of #779690

#779690
(119,150,144)
#6D8983
(109,137,131)
#637C76
(99,124,118)
#596F69
(89,111,105)
#4F625C
(79,98,92)
#45554F
(69,85,79)
#3B4842
(59,72,66)
#313B35
(49,59,53)
#272E28
(39,46,40)
#1D211B
(29,33,27)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #779690

#779690
(119,150,144)
#839F9A
(131,159,154)
#8FA8A4
(143,168,164)
#9BB1AE
(155,177,174)
#A7BAB8
(167,186,184)
#B3C3C2
(179,195,194)
#BFCCCC
(191,204,204)
#CBD5D6
(203,213,214)
#D7DEE0
(215,222,224)
#E3E7EA
(227,231,234)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779690 color. Also use rgb(119,150,144) instead hex code.

Text Font Color

.myTextColor { color: #779690; }

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

This text font color is #779690.


Background Color

.myBgColor { background-color: #779690; }

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

This div background color is #779690.


Border color

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

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

This div border color is #779690.


Opacity

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

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

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

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

This text has shadow with #779690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779690 on black background.


Color preview on white background

This text has color #779690 on white background.



Black color preview on #779690 background

This text has black color on #779690 background.


White color preview on #779690 background

This text has white color on #779690 background.