COLOR #778067

HEX: #778067
RGB: (119,128,103)

Color info

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

RGB color model

#778067 color RGB value is (119,128,103).

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

RGB channels and saturation

R 119 of 255 = 47%
G 128 of 255 = 50%
B 103 of 255 = 40%

119
128
103

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

Portions of RGB colors in percentages

R + G + B =
119 + 128 + 103 = 350 (100%)
R 119 of 350 ~ 34%
G 128 of 350 ~ 36.57%
B 103 of 350 ~ 29.43%

%34
%36.57
%29.43

CMYK color model

#778067 color CMYK value is (7,0,20,50).

  • cyan value is 7.03%
  • magenta value is 0.00%
  • yellow value is 19.53%
  • key color value is 49.80%
CMYK:
(7,0,20,50)
C7M0Y20K50 
(7%,0%,20%,50%)
(0.07/0.00/0.20/0.50)	

CMYK percentages

%7.03
%0
%19.53
%49.8

Codes

Color #778067 in popluar color models

778067
RGB119128103
HSL82°10.82%45.29%
HSB/HSV82°19.53%50.20%
CMYK7.03%0.00%19.53%
49.80%

Color #778067 in popluar number systems.

HEX778067
Decimal119128103
Binary1110111100000001100111
Octal167200147

Shades and tints

Shades of #778067

#778067
(119,128,103)
#6D755E
(109,117,94)
#636A55
(99,106,85)
#595F4C
(89,95,76)
#4F5443
(79,84,67)
#45493A
(69,73,58)
#3B3E31
(59,62,49)
#313328
(49,51,40)
#27281F
(39,40,31)
#1D1D16
(29,29,22)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #778067

#778067
(119,128,103)
#838B74
(131,139,116)
#8F9681
(143,150,129)
#9BA18E
(155,161,142)
#A7AC9B
(167,172,155)
#B3B7A8
(179,183,168)
#BFC2B5
(191,194,181)
#CBCDC2
(203,205,194)
#D7D8CF
(215,216,207)
#E3E3DC
(227,227,220)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778067; }

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

This text font color is #778067.


Background Color

.myBgColor { background-color: #778067; }

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

This div background color is #778067.


Border color

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

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

This div border color is #778067.


Opacity

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

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

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

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

This text has shadow with #778067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778067 on black background.


Color preview on white background

This text has color #778067 on white background.



Black color preview on #778067 background

This text has black color on #778067 background.


White color preview on #778067 background

This text has white color on #778067 background.