COLOR #778F73

HEX: #778F73
RGB: (119,143,115)

Color info

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

RGB color model

#778F73 color RGB value is (119,143,115).

  • red value is 119;
  • green value is 143;
  • blue value is 115.
RGB:
(119,143,115)
(47%,56%,45%)

RGB channels and saturation

R 119 of 255 = 47%
G 143 of 255 = 56%
B 115 of 255 = 45%

119
143
115

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

Portions of RGB colors in percentages

R + G + B =
119 + 143 + 115 = 377 (100%)
R 119 of 377 ~ 31.56%
G 143 of 377 ~ 37.93%
B 115 of 377 ~ 30.5%

%31.56
%37.93
%30.5

CMYK color model

#778F73 color CMYK value is (17,0,20,44).

  • cyan value is 16.78%
  • magenta value is 0.00%
  • yellow value is 19.58%
  • key color value is 43.92%
CMYK:
(17,0,20,44)
C17M0Y20K44 
(17%,0%,20%,44%)
(0.17/0.00/0.20/0.44)	

CMYK percentages

%16.78
%0
%19.58
%43.92

Codes

Color #778F73 in popluar color models

778F73
RGB119143115
HSL111°11.11%50.59%
HSB/HSV111°19.58%56.08%
CMYK16.78%0.00%19.58%
43.92%

Color #778F73 in popluar number systems.

HEX778F73
Decimal119143115
Binary1110111100011111110011
Octal167217163

Shades and tints

Shades of #778F73

#778F73
(119,143,115)
#6D8269
(109,130,105)
#63755F
(99,117,95)
#596855
(89,104,85)
#4F5B4B
(79,91,75)
#454E41
(69,78,65)
#3B4137
(59,65,55)
#31342D
(49,52,45)
#272723
(39,39,35)
#1D1A19
(29,26,25)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #778F73

#778F73
(119,143,115)
#83997F
(131,153,127)
#8FA38B
(143,163,139)
#9BAD97
(155,173,151)
#A7B7A3
(167,183,163)
#B3C1AF
(179,193,175)
#BFCBBB
(191,203,187)
#CBD5C7
(203,213,199)
#D7DFD3
(215,223,211)
#E3E9DF
(227,233,223)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778F73 color. Also use rgb(119,143,115) instead hex code.

Text Font Color

.myTextColor { color: #778F73; }

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

This text font color is #778F73.


Background Color

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

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

This div background color is #778F73.


Border color

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

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

This div border color is #778F73.


Opacity

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

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

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

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

This text has shadow with #778F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778F73 on black background.


Color preview on white background

This text has color #778F73 on white background.



Black color preview on #778F73 background

This text has black color on #778F73 background.


White color preview on #778F73 background

This text has white color on #778F73 background.