COLOR #779995

HEX: #779995
RGB: (119,153,149)

Color info

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

RGB color model

#779995 color RGB value is (119,153,149).

  • red value is 119;
  • green value is 153;
  • blue value is 149.
RGB:
(119,153,149)
(47%,60%,58%)

RGB channels and saturation

R 119 of 255 = 47%
G 153 of 255 = 60%
B 149 of 255 = 58%

119
153
149

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

Portions of RGB colors in percentages

R + G + B =
119 + 153 + 149 = 421 (100%)
R 119 of 421 ~ 28.27%
G 153 of 421 ~ 36.34%
B 149 of 421 ~ 35.39%

%28.27
%36.34
%35.39

CMYK color model

#779995 color CMYK value is (22,0,3,40).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 2.61%
  • key color value is 40.00%
CMYK:
(22,0,3,40)
C22M0Y3K40 
(22%,0%,3%,40%)
(0.22/0.00/0.03/0.40)	

CMYK percentages

%22.22
%0
%2.61
%40

Codes

Color #779995 in popluar color models

779995
RGB119153149
HSL173°14.29%53.33%
HSB/HSV173°22.22%60.00%
CMYK22.22%0.00%2.61%
40.00%

Color #779995 in popluar number systems.

HEX779995
Decimal119153149
Binary11101111001100110010101
Octal167231225

Shades and tints

Shades of #779995

#779995
(119,153,149)
#6D8C88
(109,140,136)
#637F7B
(99,127,123)
#59726E
(89,114,110)
#4F6561
(79,101,97)
#455854
(69,88,84)
#3B4B47
(59,75,71)
#313E3A
(49,62,58)
#27312D
(39,49,45)
#1D2420
(29,36,32)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #779995

#779995
(119,153,149)
#83A29E
(131,162,158)
#8FABA7
(143,171,167)
#9BB4B0
(155,180,176)
#A7BDB9
(167,189,185)
#B3C6C2
(179,198,194)
#BFCFCB
(191,207,203)
#CBD8D4
(203,216,212)
#D7E1DD
(215,225,221)
#E3EAE6
(227,234,230)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779995 color. Also use rgb(119,153,149) instead hex code.

Text Font Color

.myTextColor { color: #779995; }

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

This text font color is #779995.


Background Color

.myBgColor { background-color: #779995; }

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

This div background color is #779995.


Border color

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

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

This div border color is #779995.


Opacity

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

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

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

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

This text has shadow with #779995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779995 on black background.


Color preview on white background

This text has color #779995 on white background.



Black color preview on #779995 background

This text has black color on #779995 background.


White color preview on #779995 background

This text has white color on #779995 background.