COLOR #77949A

HEX: #77949A
RGB: (119,148,154)

Color info

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

RGB color model

#77949A color RGB value is (119,148,154).

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

RGB channels and saturation

R 119 of 255 = 47%
G 148 of 255 = 58%
B 154 of 255 = 60%

119
148
154

R + G + B ~ 55%. #77949A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 148 + 154 = 421 (100%)
R 119 of 421 ~ 28.27%
G 148 of 421 ~ 35.15%
B 154 of 421 ~ 36.58%

%28.27
%35.15
%36.58

CMYK color model

#77949A color CMYK value is (23,4,0,40).

  • cyan value is 22.73%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(23,4,0,40)
C23M4Y0K40 
(23%,4%,0%,40%)
(0.23/0.04/0.00/0.40)	

CMYK percentages

%22.73
%3.9
%0
%39.61

Codes

Color #77949A in popluar color models

77949A
RGB119148154
HSL190°14.77%53.53%
HSB/HSV190°22.73%60.39%
CMYK22.73%3.90%0.00%
39.61%

Color #77949A in popluar number systems.

HEX77949A
Decimal119148154
Binary11101111001010010011010
Octal167224232

Shades and tints

Shades of #77949A

#77949A
(119,148,154)
#6D878C
(109,135,140)
#637A7E
(99,122,126)
#596D70
(89,109,112)
#4F6062
(79,96,98)
#455354
(69,83,84)
#3B4646
(59,70,70)
#313938
(49,57,56)
#272C2A
(39,44,42)
#1D1F1C
(29,31,28)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #77949A

#77949A
(119,148,154)
#839DA3
(131,157,163)
#8FA6AC
(143,166,172)
#9BAFB5
(155,175,181)
#A7B8BE
(167,184,190)
#B3C1C7
(179,193,199)
#BFCAD0
(191,202,208)
#CBD3D9
(203,211,217)
#D7DCE2
(215,220,226)
#E3E5EB
(227,229,235)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77949A color. Also use rgb(119,148,154) instead hex code.

Text Font Color

.myTextColor { color: #77949A; }

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

This text font color is #77949A.


Background Color

.myBgColor { background-color: #77949A; }

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

This div background color is #77949A.


Border color

.myBorderColor { border: 1px solid #77949A; }

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

This div border color is #77949A.


Opacity

.myOpacity80 { color: #77949A; opacity: 0.8; }

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

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

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

This text has shadow with #77949A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77949A on black background.


Color preview on white background

This text has color #77949A on white background.



Black color preview on #77949A background

This text has black color on #77949A background.


White color preview on #77949A background

This text has white color on #77949A background.