COLOR #77947E

HEX: #77947E
RGB: (119,148,126)

Color info

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

RGB color model

#77947E color RGB value is (119,148,126).

  • red value is 119;
  • green value is 148;
  • blue value is 126.
RGB:
(119,148,126)
(47%,58%,49%)

RGB channels and saturation

R 119 of 255 = 47%
G 148 of 255 = 58%
B 126 of 255 = 49%

119
148
126

R + G + B ~ 51%. #77947E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 148 + 126 = 393 (100%)
R 119 of 393 ~ 30.28%
G 148 of 393 ~ 37.66%
B 126 of 393 ~ 32.06%

%30.28
%37.66
%32.06

CMYK color model

#77947E color CMYK value is (20,0,15,42).

  • cyan value is 19.59%
  • magenta value is 0.00%
  • yellow value is 14.86%
  • key color value is 41.96%
CMYK:
(20,0,15,42)
C20M0Y15K42 
(20%,0%,15%,42%)
(0.20/0.00/0.15/0.42)	

CMYK percentages

%19.59
%0
%14.86
%41.96

Codes

Color #77947E in popluar color models

77947E
RGB119148126
HSL134°11.93%52.35%
HSB/HSV134°19.59%58.04%
CMYK19.59%0.00%14.86%
41.96%

Color #77947E in popluar number systems.

HEX77947E
Decimal119148126
Binary1110111100101001111110
Octal167224176

Shades and tints

Shades of #77947E

#77947E
(119,148,126)
#6D8773
(109,135,115)
#637A68
(99,122,104)
#596D5D
(89,109,93)
#4F6052
(79,96,82)
#455347
(69,83,71)
#3B463C
(59,70,60)
#313931
(49,57,49)
#272C26
(39,44,38)
#1D1F1B
(29,31,27)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #77947E

#77947E
(119,148,126)
#839D89
(131,157,137)
#8FA694
(143,166,148)
#9BAF9F
(155,175,159)
#A7B8AA
(167,184,170)
#B3C1B5
(179,193,181)
#BFCAC0
(191,202,192)
#CBD3CB
(203,211,203)
#D7DCD6
(215,220,214)
#E3E5E1
(227,229,225)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77947E color. Also use rgb(119,148,126) instead hex code.

Text Font Color

.myTextColor { color: #77947E; }

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

This text font color is #77947E.


Background Color

.myBgColor { background-color: #77947E; }

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

This div background color is #77947E.


Border color

.myBorderColor { border: 1px solid #77947E; }

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

This div border color is #77947E.


Opacity

.myOpacity80 { color: #77947E; opacity: 0.8; }

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

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

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

This text has shadow with #77947E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77947E on black background.


Color preview on white background

This text has color #77947E on white background.



Black color preview on #77947E background

This text has black color on #77947E background.


White color preview on #77947E background

This text has white color on #77947E background.