COLOR #778177

HEX: #778177
RGB: (119,129,119)

Color info

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

RGB color model

#778177 color RGB value is (119,129,119).

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

RGB channels and saturation

R 119 of 255 = 47%
G 129 of 255 = 51%
B 119 of 255 = 47%

119
129
119

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

Portions of RGB colors in percentages

R + G + B =
119 + 129 + 119 = 367 (100%)
R 119 of 367 ~ 32.43%
G 129 of 367 ~ 35.15%
B 119 of 367 ~ 32.43%

%32.43
%35.15
%32.43

CMYK color model

#778177 color CMYK value is (8,0,8,49).

  • cyan value is 7.75%
  • magenta value is 0.00%
  • yellow value is 7.75%
  • key color value is 49.41%
CMYK:
(8,0,8,49)
C8M0Y8K49 
(8%,0%,8%,49%)
(0.08/0.00/0.08/0.49)	

CMYK percentages

%7.75
%0
%7.75
%49.41

Codes

Color #778177 in popluar color models

778177
RGB119129119
HSL120°4.03%48.63%
HSB/HSV120°7.75%50.59%
CMYK7.75%0.00%7.75%
49.41%

Color #778177 in popluar number systems.

HEX778177
Decimal119129119
Binary1110111100000011110111
Octal167201167

Shades and tints

Shades of #778177

#778177
(119,129,119)
#6D766D
(109,118,109)
#636B63
(99,107,99)
#596059
(89,96,89)
#4F554F
(79,85,79)
#454A45
(69,74,69)
#3B3F3B
(59,63,59)
#313431
(49,52,49)
#272927
(39,41,39)
#1D1E1D
(29,30,29)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #778177

#778177
(119,129,119)
#838C83
(131,140,131)
#8F978F
(143,151,143)
#9BA29B
(155,162,155)
#A7ADA7
(167,173,167)
#B3B8B3
(179,184,179)
#BFC3BF
(191,195,191)
#CBCECB
(203,206,203)
#D7D9D7
(215,217,215)
#E3E4E3
(227,228,227)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778177; }

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

This text font color is #778177.


Background Color

.myBgColor { background-color: #778177; }

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

This div background color is #778177.


Border color

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

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

This div border color is #778177.


Opacity

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

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

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

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

This text has shadow with #778177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778177 on black background.


Color preview on white background

This text has color #778177 on white background.



Black color preview on #778177 background

This text has black color on #778177 background.


White color preview on #778177 background

This text has white color on #778177 background.