COLOR #778679

HEX: #778679
RGB: (119,134,121)

Color info

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

RGB color model

#778679 color RGB value is (119,134,121).

  • red value is 119;
  • green value is 134;
  • blue value is 121.
RGB:
(119,134,121)
(47%,53%,47%)

RGB channels and saturation

R 119 of 255 = 47%
G 134 of 255 = 53%
B 121 of 255 = 47%

119
134
121

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

Portions of RGB colors in percentages

R + G + B =
119 + 134 + 121 = 374 (100%)
R 119 of 374 ~ 31.82%
G 134 of 374 ~ 35.83%
B 121 of 374 ~ 32.35%

%31.82
%35.83
%32.35

CMYK color model

#778679 color CMYK value is (11,0,10,47).

  • cyan value is 11.19%
  • magenta value is 0.00%
  • yellow value is 9.70%
  • key color value is 47.45%
CMYK:
(11,0,10,47)
C11M0Y10K47 
(11%,0%,10%,47%)
(0.11/0.00/0.10/0.47)	

CMYK percentages

%11.19
%0
%9.7
%47.45

Codes

Color #778679 in popluar color models

778679
RGB119134121
HSL128°5.93%49.61%
HSB/HSV128°11.19%52.55%
CMYK11.19%0.00%9.70%
47.45%

Color #778679 in popluar number systems.

HEX778679
Decimal119134121
Binary1110111100001101111001
Octal167206171

Shades and tints

Shades of #778679

#778679
(119,134,121)
#6D7A6E
(109,122,110)
#636E63
(99,110,99)
#596258
(89,98,88)
#4F564D
(79,86,77)
#454A42
(69,74,66)
#3B3E37
(59,62,55)
#31322C
(49,50,44)
#272621
(39,38,33)
#1D1A16
(29,26,22)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #778679

#778679
(119,134,121)
#839185
(131,145,133)
#8F9C91
(143,156,145)
#9BA79D
(155,167,157)
#A7B2A9
(167,178,169)
#B3BDB5
(179,189,181)
#BFC8C1
(191,200,193)
#CBD3CD
(203,211,205)
#D7DED9
(215,222,217)
#E3E9E5
(227,233,229)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778679 color. Also use rgb(119,134,121) instead hex code.

Text Font Color

.myTextColor { color: #778679; }

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

This text font color is #778679.


Background Color

.myBgColor { background-color: #778679; }

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

This div background color is #778679.


Border color

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

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

This div border color is #778679.


Opacity

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

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

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

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

This text has shadow with #778679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778679 on black background.


Color preview on white background

This text has color #778679 on white background.



Black color preview on #778679 background

This text has black color on #778679 background.


White color preview on #778679 background

This text has white color on #778679 background.