COLOR #778D7C

HEX: #778D7C
RGB: (119,141,124)

Color info

#778D7C contains red, green and blue colors in about the same proportion. Web safe color of #778D7C is #669966 (or #696).

RGB color model

#778D7C color RGB value is (119,141,124).

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

RGB channels and saturation

R 119 of 255 = 47%
G 141 of 255 = 55%
B 124 of 255 = 49%

119
141
124

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

Portions of RGB colors in percentages

R + G + B =
119 + 141 + 124 = 384 (100%)
R 119 of 384 ~ 30.99%
G 141 of 384 ~ 36.72%
B 124 of 384 ~ 32.29%

%30.99
%36.72
%32.29

CMYK color model

#778D7C color CMYK value is (16,0,12,45).

  • cyan value is 15.60%
  • magenta value is 0.00%
  • yellow value is 12.06%
  • key color value is 44.71%
CMYK:
(16,0,12,45)
C16M0Y12K45 
(16%,0%,12%,45%)
(0.16/0.00/0.12/0.45)	

CMYK percentages

%15.6
%0
%12.06
%44.71

Codes

Color #778D7C in popluar color models

778D7C
RGB119141124
HSL134°8.80%50.98%
HSB/HSV134°15.60%55.29%
CMYK15.60%0.00%12.06%
44.71%

Color #778D7C in popluar number systems.

HEX778D7C
Decimal119141124
Binary1110111100011011111100
Octal167215174

Shades and tints

Shades of #778D7C

#778D7C
(119,141,124)
#6D8171
(109,129,113)
#637566
(99,117,102)
#59695B
(89,105,91)
#4F5D50
(79,93,80)
#455145
(69,81,69)
#3B453A
(59,69,58)
#31392F
(49,57,47)
#272D24
(39,45,36)
#1D2119
(29,33,25)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #778D7C

#778D7C
(119,141,124)
#839787
(131,151,135)
#8FA192
(143,161,146)
#9BAB9D
(155,171,157)
#A7B5A8
(167,181,168)
#B3BFB3
(179,191,179)
#BFC9BE
(191,201,190)
#CBD3C9
(203,211,201)
#D7DDD4
(215,221,212)
#E3E7DF
(227,231,223)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778D7C; }

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

This text font color is #778D7C.


Background Color

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

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

This div background color is #778D7C.


Border color

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

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

This div border color is #778D7C.


Opacity

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

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

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

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

This text has shadow with #778D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778D7C on black background.


Color preview on white background

This text has color #778D7C on white background.



Black color preview on #778D7C background

This text has black color on #778D7C background.


White color preview on #778D7C background

This text has white color on #778D7C background.