COLOR #779191

HEX: #779191
RGB: (119,145,145)

Color info

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

RGB color model

#779191 color RGB value is (119,145,145).

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

RGB channels and saturation

R 119 of 255 = 47%
G 145 of 255 = 57%
B 145 of 255 = 57%

119
145
145

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

Portions of RGB colors in percentages

R + G + B =
119 + 145 + 145 = 409 (100%)
R 119 of 409 ~ 29.1%
G 145 of 409 ~ 35.45%
B 145 of 409 ~ 35.45%

%29.1
%35.45
%35.45

CMYK color model

#779191 color CMYK value is (18,0,0,43).

  • cyan value is 17.93%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(18,0,0,43)
C18M0Y0K43 
(18%,0%,0%,43%)
(0.18/0.00/0.00/0.43)	

CMYK percentages

%17.93
%0
%0
%43.14

Codes

Color #779191 in popluar color models

779191
RGB119145145
HSL180°10.57%51.76%
HSB/HSV180°17.93%56.86%
CMYK17.93%0.00%0.00%
43.14%

Color #779191 in popluar number systems.

HEX779191
Decimal119145145
Binary11101111001000110010001
Octal167221221

Shades and tints

Shades of #779191

#779191
(119,145,145)
#6D8484
(109,132,132)
#637777
(99,119,119)
#596A6A
(89,106,106)
#4F5D5D
(79,93,93)
#455050
(69,80,80)
#3B4343
(59,67,67)
#313636
(49,54,54)
#272929
(39,41,41)
#1D1C1C
(29,28,28)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #779191

#779191
(119,145,145)
#839B9B
(131,155,155)
#8FA5A5
(143,165,165)
#9BAFAF
(155,175,175)
#A7B9B9
(167,185,185)
#B3C3C3
(179,195,195)
#BFCDCD
(191,205,205)
#CBD7D7
(203,215,215)
#D7E1E1
(215,225,225)
#E3EBEB
(227,235,235)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779191; }

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

This text font color is #779191.


Background Color

.myBgColor { background-color: #779191; }

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

This div background color is #779191.


Border color

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

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

This div border color is #779191.


Opacity

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

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

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

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

This text has shadow with #779191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779191 on black background.


Color preview on white background

This text has color #779191 on white background.



Black color preview on #779191 background

This text has black color on #779191 background.


White color preview on #779191 background

This text has white color on #779191 background.