COLOR #779E9E

HEX: #779E9E
RGB: (119,158,158)

Color info

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

RGB color model

#779E9E color RGB value is (119,158,158).

  • red value is 119;
  • green value is 158;
  • blue value is 158.
RGB:
(119,158,158)
(47%,62%,62%)

RGB channels and saturation

R 119 of 255 = 47%
G 158 of 255 = 62%
B 158 of 255 = 62%

119
158
158

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

Portions of RGB colors in percentages

R + G + B =
119 + 158 + 158 = 435 (100%)
R 119 of 435 ~ 27.36%
G 158 of 435 ~ 36.32%
B 158 of 435 ~ 36.32%

%27.36
%36.32
%36.32

CMYK color model

#779E9E color CMYK value is (25,0,0,38).

  • cyan value is 24.68%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(25,0,0,38)
C25M0Y0K38 
(25%,0%,0%,38%)
(0.25/0.00/0.00/0.38)	

CMYK percentages

%24.68
%0
%0
%38.04

Codes

Color #779E9E in popluar color models

779E9E
RGB119158158
HSL180°16.74%54.31%
HSB/HSV180°24.68%61.96%
CMYK24.68%0.00%0.00%
38.04%

Color #779E9E in popluar number systems.

HEX779E9E
Decimal119158158
Binary11101111001111010011110
Octal167236236

Shades and tints

Shades of #779E9E

#779E9E
(119,158,158)
#6D9090
(109,144,144)
#638282
(99,130,130)
#597474
(89,116,116)
#4F6666
(79,102,102)
#455858
(69,88,88)
#3B4A4A
(59,74,74)
#313C3C
(49,60,60)
#272E2E
(39,46,46)
#1D2020
(29,32,32)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #779E9E

#779E9E
(119,158,158)
#83A6A6
(131,166,166)
#8FAEAE
(143,174,174)
#9BB6B6
(155,182,182)
#A7BEBE
(167,190,190)
#B3C6C6
(179,198,198)
#BFCECE
(191,206,206)
#CBD6D6
(203,214,214)
#D7DEDE
(215,222,222)
#E3E6E6
(227,230,230)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779E9E; }

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

This text font color is #779E9E.


Background Color

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

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

This div background color is #779E9E.


Border color

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

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

This div border color is #779E9E.


Opacity

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

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

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

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

This text has shadow with #779E9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779E9E on black background.


Color preview on white background

This text has color #779E9E on white background.



Black color preview on #779E9E background

This text has black color on #779E9E background.


White color preview on #779E9E background

This text has white color on #779E9E background.