COLOR #778376

HEX: #778376
RGB: (119,131,118)

Color info

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

RGB color model

#778376 color RGB value is (119,131,118).

  • red value is 119;
  • green value is 131;
  • blue value is 118.
RGB:
(119,131,118)
(47%,51%,46%)

RGB channels and saturation

R 119 of 255 = 47%
G 131 of 255 = 51%
B 118 of 255 = 46%

119
131
118

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

Portions of RGB colors in percentages

R + G + B =
119 + 131 + 118 = 368 (100%)
R 119 of 368 ~ 32.34%
G 131 of 368 ~ 35.6%
B 118 of 368 ~ 32.07%

%32.34
%35.6
%32.07

CMYK color model

#778376 color CMYK value is (9,0,10,49).

  • cyan value is 9.16%
  • magenta value is 0.00%
  • yellow value is 9.92%
  • key color value is 48.63%
CMYK:
(9,0,10,49)
C9M0Y10K49 
(9%,0%,10%,49%)
(0.09/0.00/0.10/0.49)	

CMYK percentages

%9.16
%0
%9.92
%48.63

Codes

Color #778376 in popluar color models

778376
RGB119131118
HSL115°5.22%48.82%
HSB/HSV115°9.92%51.37%
CMYK9.16%0.00%9.92%
48.63%

Color #778376 in popluar number systems.

HEX778376
Decimal119131118
Binary1110111100000111110110
Octal167203166

Shades and tints

Shades of #778376

#778376
(119,131,118)
#6D786C
(109,120,108)
#636D62
(99,109,98)
#596258
(89,98,88)
#4F574E
(79,87,78)
#454C44
(69,76,68)
#3B413A
(59,65,58)
#313630
(49,54,48)
#272B26
(39,43,38)
#1D201C
(29,32,28)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #778376

#778376
(119,131,118)
#838E82
(131,142,130)
#8F998E
(143,153,142)
#9BA49A
(155,164,154)
#A7AFA6
(167,175,166)
#B3BAB2
(179,186,178)
#BFC5BE
(191,197,190)
#CBD0CA
(203,208,202)
#D7DBD6
(215,219,214)
#E3E6E2
(227,230,226)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778376; }

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

This text font color is #778376.


Background Color

.myBgColor { background-color: #778376; }

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

This div background color is #778376.


Border color

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

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

This div border color is #778376.


Opacity

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

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

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

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

This text has shadow with #778376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778376 on black background.


Color preview on white background

This text has color #778376 on white background.



Black color preview on #778376 background

This text has black color on #778376 background.


White color preview on #778376 background

This text has white color on #778376 background.