COLOR #77879D

HEX: #77879D RGB: (119,135,157)

Color info

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

RGB color model

#77879D color RGB value is (119,135,157).

RGB: (119,135,157) (47%, 53%, 62%)

RGB channels and saturation

R 119 of 255 = 47%
G 135 of 255 = 53%
B 157 of 255 = 62%

119
135
157

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

Portions of RGB colors in percentages

R + G + B = 119 + 135 + 157 = 411 (100%)
R 119 of 411 ~ 28.95%
G 135 of 411 ~ 32.85%
B 157 of 411 ~ 38.2'%

%28.95
%32.85
%38.2

CMYK color model

#77879D color CMYK value is (24,14,0,38).

  • cyan value is 24.20%
  • magenta value is 14.01%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (24,14,0,38)
C24M14Y0K38 (24%, 14%, 0%, 38%)
(0.24 / 0.14 / 0.00 / 0.38)

CMYK percentages

%24.2
%14.01
%0
%38.43

Codes

Color #77879D in popluar color models

77 87 9D
RGB 119 135 157
HSL 215° 16.24% 54.12%
HSB/HSV 215° 24.20% 61.57%
CMYK 24.20% 14.01% 0.00%
38.43%

Color #77879D in popluar number systems.

HEX 77 87 9D
Decimal 119 135 157
Binary 1110111 10000111 10011101
Octal 167 207 235

Shades and tints

Shades of #77879D

#77879D
(119,135,157)
#6D7B8F
(109,123,143)
#636F81
(99,111,129)
#596373
(89,99,115)
#4F5765
(79,87,101)
#454B57
(69,75,87)
#3B3F49
(59,63,73)
#31333B
(49,51,59)
#27272D
(39,39,45)
#1D1B1F
(29,27,31)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #77879D

#77879D
(119,135,157)
#8391A5
(131,145,165)
#8F9BAD
(143,155,173)
#9BA5B5
(155,165,181)
#A7AFBD
(167,175,189)
#B3B9C5
(179,185,197)
#BFC3CD
(191,195,205)
#CBCDD5
(203,205,213)
#D7D7DD
(215,215,221)
#E3E1E5
(227,225,229)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77879D; }

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

This text font color is #77879D.

Background Color

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

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

This div background color is #77879D.

Border color

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

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

This div border color is #77879D.

Opacity

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

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

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

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

This text has shadow with #77879D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77879D.

Preview

Color preview on black background

This text has color #77879D on black background.


Color preview on white background

This text has color #77879D on white background.


Black color preview on #77879D background

This text has black color on #77879D background.


White color preview on #77879D background

This text has white color on #77879D background.


Related colors

Complementary color

Complementary color for #hex is #887862.


I love getcolorcode.com

Triadic colors

1 #9D7787 and #879D77 with #77879D are triadic colors.

2 #9D8777 and #87779D with #77879D are triadic colors.