COLOR #77978D

HEX: #77978D
RGB: (119,151,141)

Color info

#77978D contains red, green and blue colors in about the same proportion. Web safe color of #77978D is #669999 (or #699).

RGB color model

#77978D color RGB value is (119,151,141).

  • red value is 119;
  • green value is 151;
  • blue value is 141.
RGB:
(119,151,141)
(47%,59%,55%)

RGB channels and saturation

R 119 of 255 = 47%
G 151 of 255 = 59%
B 141 of 255 = 55%

119
151
141

R + G + B ~ 54%. #77978D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 151 + 141 = 411 (100%)
R 119 of 411 ~ 28.95%
G 151 of 411 ~ 36.74%
B 141 of 411 ~ 34.31%

%28.95
%36.74
%34.31

CMYK color model

#77978D color CMYK value is (21,0,7,41).

  • cyan value is 21.19%
  • magenta value is 0.00%
  • yellow value is 6.62%
  • key color value is 40.78%
CMYK:
(21,0,7,41)
C21M0Y7K41 
(21%,0%,7%,41%)
(0.21/0.00/0.07/0.41)	

CMYK percentages

%21.19
%0
%6.62
%40.78

Codes

Color #77978D in popluar color models

77978D
RGB119151141
HSL161°13.33%52.94%
HSB/HSV161°21.19%59.22%
CMYK21.19%0.00%6.62%
40.78%

Color #77978D in popluar number systems.

HEX77978D
Decimal119151141
Binary11101111001011110001101
Octal167227215

Shades and tints

Shades of #77978D

#77978D
(119,151,141)
#6D8A81
(109,138,129)
#637D75
(99,125,117)
#597069
(89,112,105)
#4F635D
(79,99,93)
#455651
(69,86,81)
#3B4945
(59,73,69)
#313C39
(49,60,57)
#272F2D
(39,47,45)
#1D2221
(29,34,33)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #77978D

#77978D
(119,151,141)
#83A097
(131,160,151)
#8FA9A1
(143,169,161)
#9BB2AB
(155,178,171)
#A7BBB5
(167,187,181)
#B3C4BF
(179,196,191)
#BFCDC9
(191,205,201)
#CBD6D3
(203,214,211)
#D7DFDD
(215,223,221)
#E3E8E7
(227,232,231)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77978D color. Also use rgb(119,151,141) instead hex code.

Text Font Color

.myTextColor { color: #77978D; }

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

This text font color is #77978D.


Background Color

.myBgColor { background-color: #77978D; }

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

This div background color is #77978D.


Border color

.myBorderColor { border: 1px solid #77978D; }

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

This div border color is #77978D.


Opacity

.myOpacity80 { color: #77978D; opacity: 0.8; }

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

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

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

This text has shadow with #77978D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77978D on black background.


Color preview on white background

This text has color #77978D on white background.



Black color preview on #77978D background

This text has black color on #77978D background.


White color preview on #77978D background

This text has white color on #77978D background.