COLOR #778D88

HEX: #778D88
RGB: (119,141,136)

Color info

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

RGB color model

#778D88 color RGB value is (119,141,136).

  • red value is 119;
  • green value is 141;
  • blue value is 136.
RGB:
(119,141,136)
(47%,55%,53%)

RGB channels and saturation

R 119 of 255 = 47%
G 141 of 255 = 55%
B 136 of 255 = 53%

119
141
136

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

Portions of RGB colors in percentages

R + G + B =
119 + 141 + 136 = 396 (100%)
R 119 of 396 ~ 30.05%
G 141 of 396 ~ 35.61%
B 136 of 396 ~ 34.34%

%30.05
%35.61
%34.34

CMYK color model

#778D88 color CMYK value is (16,0,4,45).

  • cyan value is 15.60%
  • magenta value is 0.00%
  • yellow value is 3.55%
  • key color value is 44.71%
CMYK:
(16,0,4,45)
C16M0Y4K45 
(16%,0%,4%,45%)
(0.16/0.00/0.04/0.45)	

CMYK percentages

%15.6
%0
%3.55
%44.71

Codes

Color #778D88 in popluar color models

778D88
RGB119141136
HSL166°8.80%50.98%
HSB/HSV166°15.60%55.29%
CMYK15.60%0.00%3.55%
44.71%

Color #778D88 in popluar number systems.

HEX778D88
Decimal119141136
Binary11101111000110110001000
Octal167215210

Shades and tints

Shades of #778D88

#778D88
(119,141,136)
#6D817C
(109,129,124)
#637570
(99,117,112)
#596964
(89,105,100)
#4F5D58
(79,93,88)
#45514C
(69,81,76)
#3B4540
(59,69,64)
#313934
(49,57,52)
#272D28
(39,45,40)
#1D211C
(29,33,28)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #778D88

#778D88
(119,141,136)
#839792
(131,151,146)
#8FA19C
(143,161,156)
#9BABA6
(155,171,166)
#A7B5B0
(167,181,176)
#B3BFBA
(179,191,186)
#BFC9C4
(191,201,196)
#CBD3CE
(203,211,206)
#D7DDD8
(215,221,216)
#E3E7E2
(227,231,226)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778D88 color. Also use rgb(119,141,136) instead hex code.

Text Font Color

.myTextColor { color: #778D88; }

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

This text font color is #778D88.


Background Color

.myBgColor { background-color: #778D88; }

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

This div background color is #778D88.


Border color

.myBorderColor { border: 1px solid #778D88; }

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

This div border color is #778D88.


Opacity

.myOpacity80 { color: #778D88; opacity: 0.8; }

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

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

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

This text has shadow with #778D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778D88 on black background.


Color preview on white background

This text has color #778D88 on white background.



Black color preview on #778D88 background

This text has black color on #778D88 background.


White color preview on #778D88 background

This text has white color on #778D88 background.