COLOR #778691

HEX: #778691
RGB: (119,134,145)

Color info

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

RGB color model

#778691 color RGB value is (119,134,145).

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

RGB channels and saturation

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

119
134
145

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

Portions of RGB colors in percentages

R + G + B =
119 + 134 + 145 = 398 (100%)
R 119 of 398 ~ 29.9%
G 134 of 398 ~ 33.67%
B 145 of 398 ~ 36.43%

%29.9
%33.67
%36.43

CMYK color model

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

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

CMYK percentages

%17.93
%7.59
%0
%43.14

Codes

Color #778691 in popluar color models

778691
RGB119134145
HSL205°10.57%51.76%
HSB/HSV205°17.93%56.86%
CMYK17.93%7.59%0.00%
43.14%

Color #778691 in popluar number systems.

HEX778691
Decimal119134145
Binary11101111000011010010001
Octal167206221

Shades and tints

Shades of #778691

#778691
(119,134,145)
#6D7A84
(109,122,132)
#636E77
(99,110,119)
#59626A
(89,98,106)
#4F565D
(79,86,93)
#454A50
(69,74,80)
#3B3E43
(59,62,67)
#313236
(49,50,54)
#272629
(39,38,41)
#1D1A1C
(29,26,28)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #778691

#778691
(119,134,145)
#83919B
(131,145,155)
#8F9CA5
(143,156,165)
#9BA7AF
(155,167,175)
#A7B2B9
(167,178,185)
#B3BDC3
(179,189,195)
#BFC8CD
(191,200,205)
#CBD3D7
(203,211,215)
#D7DEE1
(215,222,225)
#E3E9EB
(227,233,235)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778691; }

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

This text font color is #778691.


Background Color

.myBgColor { background-color: #778691; }

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

This div background color is #778691.


Border color

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

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

This div border color is #778691.


Opacity

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

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

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

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

This text has shadow with #778691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778691 on black background.


Color preview on white background

This text has color #778691 on white background.



Black color preview on #778691 background

This text has black color on #778691 background.


White color preview on #778691 background

This text has white color on #778691 background.