COLOR #77919E

HEX: #77919E
RGB: (119,145,158)

Color info

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

RGB color model

#77919E color RGB value is (119,145,158).

  • red value is 119;
  • green value is 145;
  • blue value is 158.
RGB:
(119,145,158)
(47%,57%,62%)

RGB channels and saturation

R 119 of 255 = 47%
G 145 of 255 = 57%
B 158 of 255 = 62%

119
145
158

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

Portions of RGB colors in percentages

R + G + B =
119 + 145 + 158 = 422 (100%)
R 119 of 422 ~ 28.2%
G 145 of 422 ~ 34.36%
B 158 of 422 ~ 37.44%

%28.2
%34.36
%37.44

CMYK color model

#77919E color CMYK value is (25,8,0,38).

  • cyan value is 24.68%
  • magenta value is 8.23%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(25,8,0,38)
C25M8Y0K38 
(25%,8%,0%,38%)
(0.25/0.08/0.00/0.38)	

CMYK percentages

%24.68
%8.23
%0
%38.04

Codes

Color #77919E in popluar color models

77919E
RGB119145158
HSL200°16.74%54.31%
HSB/HSV200°24.68%61.96%
CMYK24.68%8.23%0.00%
38.04%

Color #77919E in popluar number systems.

HEX77919E
Decimal119145158
Binary11101111001000110011110
Octal167221236

Shades and tints

Shades of #77919E

#77919E
(119,145,158)
#6D8490
(109,132,144)
#637782
(99,119,130)
#596A74
(89,106,116)
#4F5D66
(79,93,102)
#455058
(69,80,88)
#3B434A
(59,67,74)
#31363C
(49,54,60)
#27292E
(39,41,46)
#1D1C20
(29,28,32)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #77919E

#77919E
(119,145,158)
#839BA6
(131,155,166)
#8FA5AE
(143,165,174)
#9BAFB6
(155,175,182)
#A7B9BE
(167,185,190)
#B3C3C6
(179,195,198)
#BFCDCE
(191,205,206)
#CBD7D6
(203,215,214)
#D7E1DE
(215,225,222)
#E3EBE6
(227,235,230)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77919E color. Also use rgb(119,145,158) instead hex code.

Text Font Color

.myTextColor { color: #77919E; }

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

This text font color is #77919E.


Background Color

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

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

This div background color is #77919E.


Border color

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

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

This div border color is #77919E.


Opacity

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

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

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

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

This text has shadow with #77919E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77919E on black background.


Color preview on white background

This text has color #77919E on white background.



Black color preview on #77919E background

This text has black color on #77919E background.


White color preview on #77919E background

This text has white color on #77919E background.