COLOR #77839A

HEX: #77839A
RGB: (119,131,154)

Color info

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

RGB color model

#77839A color RGB value is (119,131,154).

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

RGB channels and saturation

R 119 of 255 = 47%
G 131 of 255 = 51%
B 154 of 255 = 60%

119
131
154

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

Portions of RGB colors in percentages

R + G + B =
119 + 131 + 154 = 404 (100%)
R 119 of 404 ~ 29.46%
G 131 of 404 ~ 32.43%
B 154 of 404 ~ 38.12%

%29.46
%32.43
%38.12

CMYK color model

#77839A color CMYK value is (23,15,0,40).

  • cyan value is 22.73%
  • magenta value is 14.94%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(23,15,0,40)
C23M15Y0K40 
(23%,15%,0%,40%)
(0.23/0.15/0.00/0.40)	

CMYK percentages

%22.73
%14.94
%0
%39.61

Codes

Color #77839A in popluar color models

77839A
RGB119131154
HSL219°14.77%53.53%
HSB/HSV219°22.73%60.39%
CMYK22.73%14.94%0.00%
39.61%

Color #77839A in popluar number systems.

HEX77839A
Decimal119131154
Binary11101111000001110011010
Octal167203232

Shades and tints

Shades of #77839A

#77839A
(119,131,154)
#6D788C
(109,120,140)
#636D7E
(99,109,126)
#596270
(89,98,112)
#4F5762
(79,87,98)
#454C54
(69,76,84)
#3B4146
(59,65,70)
#313638
(49,54,56)
#272B2A
(39,43,42)
#1D201C
(29,32,28)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #77839A

#77839A
(119,131,154)
#838EA3
(131,142,163)
#8F99AC
(143,153,172)
#9BA4B5
(155,164,181)
#A7AFBE
(167,175,190)
#B3BAC7
(179,186,199)
#BFC5D0
(191,197,208)
#CBD0D9
(203,208,217)
#D7DBE2
(215,219,226)
#E3E6EB
(227,230,235)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77839A; }

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

This text font color is #77839A.


Background Color

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

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

This div background color is #77839A.


Border color

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

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

This div border color is #77839A.


Opacity

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

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

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

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

This text has shadow with #77839A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77839A on black background.


Color preview on white background

This text has color #77839A on white background.



Black color preview on #77839A background

This text has black color on #77839A background.


White color preview on #77839A background

This text has white color on #77839A background.