COLOR #77898F

HEX: #77898F RGB: (119,137,143)

Color info

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

RGB color model

#77898F color RGB value is (119,137,143).

RGB: (119,137,143) (47%, 54%, 56%)

RGB channels and saturation

R 119 of 255 = 47%
G 137 of 255 = 54%
B 143 of 255 = 56%

119
137
143

R + G + B ~ 52%. #77898F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 137 + 143 = 399 (100%)
R 119 of 399 ~ 29.82%
G 137 of 399 ~ 34.34%
B 143 of 399 ~ 35.84'%

%29.82
%34.34
%35.84

CMYK color model

#77898F color CMYK value is (17,4,0,44).

  • cyan value is 16.78%
  • magenta value is 4.20%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (17,4,0,44)
C17M4Y0K44 (17%, 4%, 0%, 44%)
(0.17 / 0.04 / 0.00 / 0.44)

CMYK percentages

%16.78
%4.2
%0
%43.92

Codes

Color #77898F in popluar color models

77 89 8F
RGB 119 137 143
HSL 195° 9.68% 51.37%
HSB/HSV 195° 16.78% 56.08%
CMYK 16.78% 4.20% 0.00%
43.92%

Color #77898F in popluar number systems.

HEX 77 89 8F
Decimal 119 137 143
Binary 1110111 10001001 10001111
Octal 167 211 217

Shades and tints

Shades of #77898F

#77898F
(119,137,143)
#6D7D82
(109,125,130)
#637175
(99,113,117)
#596568
(89,101,104)
#4F595B
(79,89,91)
#454D4E
(69,77,78)
#3B4141
(59,65,65)
#313534
(49,53,52)
#272927
(39,41,39)
#1D1D1A
(29,29,26)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #77898F

#77898F
(119,137,143)
#839399
(131,147,153)
#8F9DA3
(143,157,163)
#9BA7AD
(155,167,173)
#A7B1B7
(167,177,183)
#B3BBC1
(179,187,193)
#BFC5CB
(191,197,203)
#CBCFD5
(203,207,213)
#D7D9DF
(215,217,223)
#E3E3E9
(227,227,233)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77898F color. Also use rgb(119,137,143) instead hex code.

Text Font Color

.myTextColor { color: #77898F; }

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

This text font color is #77898F.

Background Color

.myBgColor { background-color: #77898F; }

<div style="background-color:#77898F">Inner text</div>

This div background color is #77898F.

Border color

.myBorderColor { border: 1px solid #77898F; }

<div style="border:3px solid #77898F">Div</div>

This div border color is #77898F.

Opacity

.myOpacity80 { color: #77898F; opacity: 0.8; }

<p style="color:#77898F;opacity:0.8;">80%</p>

Text with #77898F 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 #77898F;}

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

This text has shadow with #77898F color.


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

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

This text has shadow with #77898F primary color and red secondary color.


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

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

This text has shadow with #77898F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #77898F.

Preview

Color preview on black background

This text has color #77898F on black background.


Color preview on white background

This text has color #77898F on white background.


Black color preview on #77898F background

This text has black color on #77898F background.


White color preview on #77898F background

This text has white color on #77898F background.


Related colors

Complementary color

Complementary color for #hex is #887670.


I love getcolorcode.com

Triadic colors

1 #8F7789 and #898F77 with #77898F are triadic colors.

2 #8F8977 and #89778F with #77898F are triadic colors.