COLOR #77839D

HEX: #77839D
RGB: (119,131,157)

Color info

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

RGB color model

#77839D color RGB value is (119,131,157).

  • red value is 119;
  • green value is 131;
  • blue value is 157.
RGB:
(119,131,157)
(47%,51%,62%)

RGB channels and saturation

R 119 of 255 = 47%
G 131 of 255 = 51%
B 157 of 255 = 62%

119
131
157

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

Portions of RGB colors in percentages

R + G + B =
119 + 131 + 157 = 407 (100%)
R 119 of 407 ~ 29.24%
G 131 of 407 ~ 32.19%
B 157 of 407 ~ 38.57%

%29.24
%32.19
%38.57

CMYK color model

#77839D color CMYK value is (24,17,0,38).

  • cyan value is 24.20%
  • magenta value is 16.56%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(24,17,0,38)
C24M17Y0K38 
(24%,17%,0%,38%)
(0.24/0.17/0.00/0.38)	

CMYK percentages

%24.2
%16.56
%0
%38.43

Codes

Color #77839D in popluar color models

77839D
RGB119131157
HSL221°16.24%54.12%
HSB/HSV221°24.20%61.57%
CMYK24.20%16.56%0.00%
38.43%

Color #77839D in popluar number systems.

HEX77839D
Decimal119131157
Binary11101111000001110011101
Octal167203235

Shades and tints

Shades of #77839D

#77839D
(119,131,157)
#6D788F
(109,120,143)
#636D81
(99,109,129)
#596273
(89,98,115)
#4F5765
(79,87,101)
#454C57
(69,76,87)
#3B4149
(59,65,73)
#31363B
(49,54,59)
#272B2D
(39,43,45)
#1D201F
(29,32,31)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #77839D

#77839D
(119,131,157)
#838EA5
(131,142,165)
#8F99AD
(143,153,173)
#9BA4B5
(155,164,181)
#A7AFBD
(167,175,189)
#B3BAC5
(179,186,197)
#BFC5CD
(191,197,205)
#CBD0D5
(203,208,213)
#D7DBDD
(215,219,221)
#E3E6E5
(227,230,229)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77839D color. Also use rgb(119,131,157) instead hex code.

Text Font Color

.myTextColor { color: #77839D; }

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

This text font color is #77839D.


Background Color

.myBgColor { background-color: #77839D; }

<div style="background-color:#77839D">Inner text</div>

This div background color is #77839D.


Border color

.myBorderColor { border: 1px solid #77839D; }

<div style="border:3px solid #77839D">Div</div>

This div border color is #77839D.


Opacity

.myOpacity80 { color: #77839D; opacity: 0.8; }

<p style="color:#77839D;opacity:0.8;">80%</p>

Text with #77839D 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 #77839D;}

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

This text has shadow with #77839D color.

.textShadow {text-shadow: 3px 3px 1px #77839D, 3px 3px 1px red;}

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

This text has shadow with #77839D primary color and red secondary color.


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

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

This text has shadow with #77839D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77839D on black background.


Color preview on white background

This text has color #77839D on white background.



Black color preview on #77839D background

This text has black color on #77839D background.


White color preview on #77839D background

This text has white color on #77839D background.