COLOR #77839C

HEX: #77839C RGB: (119,131,156)

Color info

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

RGB color model

#77839C color RGB value is (119,131,156).

RGB: (119,131,156) (47%, 51%, 61%)

RGB channels and saturation

R 119 of 255 = 47%
G 131 of 255 = 51%
B 156 of 255 = 61%

119
131
156

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

Portions of RGB colors in percentages

R + G + B = 119 + 131 + 156 = 406 (100%)
R 119 of 406 ~ 29.31%
G 131 of 406 ~ 32.27%
B 156 of 406 ~ 38.42'%

%29.31
%32.27
%38.42

CMYK color model

#77839C color CMYK value is (24,16,0,39).

  • cyan value is 23.72%
  • magenta value is 16.03%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (24,16,0,39)
C24M16Y0K39 (24%, 16%, 0%, 39%)
(0.24 / 0.16 / 0.00 / 0.39)

CMYK percentages

%23.72
%16.03
%0
%38.82

Codes

Color #77839C in popluar color models

77 83 9C
RGB 119 131 156
HSL 221° 15.74% 53.92%
HSB/HSV 221° 23.72% 61.18%
CMYK 23.72% 16.03% 0.00%
38.82%

Color #77839C in popluar number systems.

HEX 77 83 9C
Decimal 119 131 156
Binary 1110111 10000011 10011100
Octal 167 203 234

Shades and tints

Shades of #77839C

#77839C
(119,131,156)
#6D788E
(109,120,142)
#636D80
(99,109,128)
#596272
(89,98,114)
#4F5764
(79,87,100)
#454C56
(69,76,86)
#3B4148
(59,65,72)
#31363A
(49,54,58)
#272B2C
(39,43,44)
#1D201E
(29,32,30)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #77839C

#77839C
(119,131,156)
#838EA5
(131,142,165)
#8F99AE
(143,153,174)
#9BA4B7
(155,164,183)
#A7AFC0
(167,175,192)
#B3BAC9
(179,186,201)
#BFC5D2
(191,197,210)
#CBD0DB
(203,208,219)
#D7DBE4
(215,219,228)
#E3E6ED
(227,230,237)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77839C; }

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

This text font color is #77839C.

Background Color

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

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

This div background color is #77839C.

Border color

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

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

This div border color is #77839C.

Opacity

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

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

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

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

This text has shadow with #77839C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77839C.

Preview

Color preview on black background

This text has color #77839C on black background.


Color preview on white background

This text has color #77839C on white background.


Black color preview on #77839C background

This text has black color on #77839C background.


White color preview on #77839C background

This text has white color on #77839C background.


Related colors

Complementary color

Complementary color for #hex is #887C63.


I love getcolorcode.com

Triadic colors

1 #9C7783 and #839C77 with #77839C are triadic colors.

2 #9C8377 and #83779C with #77839C are triadic colors.