COLOR #77938B

HEX: #77938B RGB: (119,147,139)

Color info

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

RGB color model

#77938B color RGB value is (119,147,139).

RGB: (119,147,139) (47%, 58%, 55%)

RGB channels and saturation

R 119 of 255 = 47%
G 147 of 255 = 58%
B 139 of 255 = 55%

119
147
139

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

Portions of RGB colors in percentages

R + G + B = 119 + 147 + 139 = 405 (100%)
R 119 of 405 ~ 29.38%
G 147 of 405 ~ 36.3%
B 139 of 405 ~ 34.32'%

%29.38
%36.3
%34.32

CMYK color model

#77938B color CMYK value is (19,0,5,42).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 5.44%
  • key color value is 42.35%

CMYK: (19,0,5,42)
C19M0Y5K42 (19%, 0%, 5%, 42%)
(0.19 / 0.00 / 0.05 / 0.42)

CMYK percentages

%19.05
%0
%5.44
%42.35

Codes

Color #77938B in popluar color models

77 93 8B
RGB 119 147 139
HSL 163° 11.48% 52.16%
HSB/HSV 163° 19.05% 57.65%
CMYK 19.05% 0.00% 5.44%
42.35%

Color #77938B in popluar number systems.

HEX 77 93 8B
Decimal 119 147 139
Binary 1110111 10010011 10001011
Octal 167 223 213

Shades and tints

Shades of #77938B

#77938B
(119,147,139)
#6D867F
(109,134,127)
#637973
(99,121,115)
#596C67
(89,108,103)
#4F5F5B
(79,95,91)
#45524F
(69,82,79)
#3B4543
(59,69,67)
#313837
(49,56,55)
#272B2B
(39,43,43)
#1D1E1F
(29,30,31)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #77938B

#77938B
(119,147,139)
#839C95
(131,156,149)
#8FA59F
(143,165,159)
#9BAEA9
(155,174,169)
#A7B7B3
(167,183,179)
#B3C0BD
(179,192,189)
#BFC9C7
(191,201,199)
#CBD2D1
(203,210,209)
#D7DBDB
(215,219,219)
#E3E4E5
(227,228,229)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77938B color. Also use rgb(119,147,139) instead hex code.

Text Font Color

.myTextColor { color: #77938B; }

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

This text font color is #77938B.

Background Color

.myBgColor { background-color: #77938B; }

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

This div background color is #77938B.

Border color

.myBorderColor { border: 1px solid #77938B; }

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

This div border color is #77938B.

Opacity

.myOpacity80 { color: #77938B; opacity: 0.8; }

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

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

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

This text has shadow with #77938B color.


.textShadow {text-shadow: 3px 3px 1px #77938B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77938B; -webkit-box-shadow: 1px 1px 3px 2px #77938B; box-shadow:1px 1px 3px 2px #77938B;">
Div content here
</div>

This div box has shadow with color #77938B.

Preview

Color preview on black background

This text has color #77938B on black background.


Color preview on white background

This text has color #77938B on white background.


Black color preview on #77938B background

This text has black color on #77938B background.


White color preview on #77938B background

This text has white color on #77938B background.


Related colors

Complementary color

Complementary color for #hex is #886C74.


I love getcolorcode.com

Triadic colors

1 #8B7793 and #938B77 with #77938B are triadic colors.

2 #8B9377 and #93778B with #77938B are triadic colors.