COLOR #778076

HEX: #778076
RGB: (119,128,118)

Color info

#778076 contains red, green and blue colors in about the same proportion. Web safe color of #778076 is #666666 (or #666).

RGB color model

#778076 color RGB value is (119,128,118).

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

RGB channels and saturation

R 119 of 255 = 47%
G 128 of 255 = 50%
B 118 of 255 = 46%

119
128
118

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

Portions of RGB colors in percentages

R + G + B =
119 + 128 + 118 = 365 (100%)
R 119 of 365 ~ 32.6%
G 128 of 365 ~ 35.07%
B 118 of 365 ~ 32.33%

%32.6
%35.07
%32.33

CMYK color model

#778076 color CMYK value is (7,0,8,50).

  • cyan value is 7.03%
  • magenta value is 0.00%
  • yellow value is 7.81%
  • key color value is 49.80%
CMYK:
(7,0,8,50)
C7M0Y8K50 
(7%,0%,8%,50%)
(0.07/0.00/0.08/0.50)	

CMYK percentages

%7.03
%0
%7.81
%49.8

Codes

Color #778076 in popluar color models

778076
RGB119128118
HSL114°4.07%48.24%
HSB/HSV114°7.81%50.20%
CMYK7.03%0.00%7.81%
49.80%

Color #778076 in popluar number systems.

HEX778076
Decimal119128118
Binary1110111100000001110110
Octal167200166

Shades and tints

Shades of #778076

#778076
(119,128,118)
#6D756C
(109,117,108)
#636A62
(99,106,98)
#595F58
(89,95,88)
#4F544E
(79,84,78)
#454944
(69,73,68)
#3B3E3A
(59,62,58)
#313330
(49,51,48)
#272826
(39,40,38)
#1D1D1C
(29,29,28)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #778076

#778076
(119,128,118)
#838B82
(131,139,130)
#8F968E
(143,150,142)
#9BA19A
(155,161,154)
#A7ACA6
(167,172,166)
#B3B7B2
(179,183,178)
#BFC2BE
(191,194,190)
#CBCDCA
(203,205,202)
#D7D8D6
(215,216,214)
#E3E3E2
(227,227,226)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778076; }

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

This text font color is #778076.


Background Color

.myBgColor { background-color: #778076; }

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

This div background color is #778076.


Border color

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

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

This div border color is #778076.


Opacity

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

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

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

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

This text has shadow with #778076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778076 on black background.


Color preview on white background

This text has color #778076 on white background.



Black color preview on #778076 background

This text has black color on #778076 background.


White color preview on #778076 background

This text has white color on #778076 background.