COLOR #77948B

HEX: #77948B RGB: (119,148,139)

Color info

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

RGB color model

#77948B color RGB value is (119,148,139).

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

RGB channels and saturation

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

119
148
139

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

Portions of RGB colors in percentages

R + G + B = 119 + 148 + 139 = 406 (100%)
R 119 of 406 ~ 29.31%
G 148 of 406 ~ 36.45%
B 139 of 406 ~ 34.24'%

%29.31
%36.45
%34.24

CMYK color model

#77948B color CMYK value is (20,0,6,42).

  • cyan value is 19.59%
  • magenta value is 0.00%
  • yellow value is 6.08%
  • key color value is 41.96%

CMYK: (20,0,6,42)
C20M0Y6K42 (20%, 0%, 6%, 42%)
(0.20 / 0.00 / 0.06 / 0.42)

CMYK percentages

%19.59
%0
%6.08
%41.96

Codes

Color #77948B in popluar color models

77 94 8B
RGB 119 148 139
HSL 161° 11.93% 52.35%
HSB/HSV 161° 19.59% 58.04%
CMYK 19.59% 0.00% 6.08%
41.96%

Color #77948B in popluar number systems.

HEX 77 94 8B
Decimal 119 148 139
Binary 1110111 10010100 10001011
Octal 167 224 213

Shades and tints

Shades of #77948B

#77948B
(119,148,139)
#6D877F
(109,135,127)
#637A73
(99,122,115)
#596D67
(89,109,103)
#4F605B
(79,96,91)
#45534F
(69,83,79)
#3B4643
(59,70,67)
#313937
(49,57,55)
#272C2B
(39,44,43)
#1D1F1F
(29,31,31)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #77948B

#77948B
(119,148,139)
#839D95
(131,157,149)
#8FA69F
(143,166,159)
#9BAFA9
(155,175,169)
#A7B8B3
(167,184,179)
#B3C1BD
(179,193,189)
#BFCAC7
(191,202,199)
#CBD3D1
(203,211,209)
#D7DCDB
(215,220,219)
#E3E5E5
(227,229,229)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77948B; }

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

This text font color is #77948B.

Background Color

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

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

This div background color is #77948B.

Border color

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

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

This div border color is #77948B.

Opacity

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

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

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

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

This text has shadow with #77948B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77948B.

Preview

Color preview on black background

This text has color #77948B on black background.


Color preview on white background

This text has color #77948B on white background.


Black color preview on #77948B background

This text has black color on #77948B background.


White color preview on #77948B background

This text has white color on #77948B background.


Related colors

Complementary color

Complementary color for #hex is #886B74.


I love getcolorcode.com

Triadic colors

1 #8B7794 and #948B77 with #77948B are triadic colors.

2 #8B9477 and #94778B with #77948B are triadic colors.