COLOR #779789

HEX: #779789
RGB: (119,151,137)

Color info

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

RGB color model

#779789 color RGB value is (119,151,137).

  • red value is 119;
  • green value is 151;
  • blue value is 137.
RGB:
(119,151,137)
(47%,59%,54%)

RGB channels and saturation

R 119 of 255 = 47%
G 151 of 255 = 59%
B 137 of 255 = 54%

119
151
137

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

Portions of RGB colors in percentages

R + G + B =
119 + 151 + 137 = 407 (100%)
R 119 of 407 ~ 29.24%
G 151 of 407 ~ 37.1%
B 137 of 407 ~ 33.66%

%29.24
%37.1
%33.66

CMYK color model

#779789 color CMYK value is (21,0,9,41).

  • cyan value is 21.19%
  • magenta value is 0.00%
  • yellow value is 9.27%
  • key color value is 40.78%
CMYK:
(21,0,9,41)
C21M0Y9K41 
(21%,0%,9%,41%)
(0.21/0.00/0.09/0.41)	

CMYK percentages

%21.19
%0
%9.27
%40.78

Codes

Color #779789 in popluar color models

779789
RGB119151137
HSL154°13.33%52.94%
HSB/HSV154°21.19%59.22%
CMYK21.19%0.00%9.27%
40.78%

Color #779789 in popluar number systems.

HEX779789
Decimal119151137
Binary11101111001011110001001
Octal167227211

Shades and tints

Shades of #779789

#779789
(119,151,137)
#6D8A7D
(109,138,125)
#637D71
(99,125,113)
#597065
(89,112,101)
#4F6359
(79,99,89)
#45564D
(69,86,77)
#3B4941
(59,73,65)
#313C35
(49,60,53)
#272F29
(39,47,41)
#1D221D
(29,34,29)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #779789

#779789
(119,151,137)
#83A093
(131,160,147)
#8FA99D
(143,169,157)
#9BB2A7
(155,178,167)
#A7BBB1
(167,187,177)
#B3C4BB
(179,196,187)
#BFCDC5
(191,205,197)
#CBD6CF
(203,214,207)
#D7DFD9
(215,223,217)
#E3E8E3
(227,232,227)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779789 color. Also use rgb(119,151,137) instead hex code.

Text Font Color

.myTextColor { color: #779789; }

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

This text font color is #779789.


Background Color

.myBgColor { background-color: #779789; }

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

This div background color is #779789.


Border color

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

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

This div border color is #779789.


Opacity

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

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

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

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

This text has shadow with #779789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779789 on black background.


Color preview on white background

This text has color #779789 on white background.



Black color preview on #779789 background

This text has black color on #779789 background.


White color preview on #779789 background

This text has white color on #779789 background.