COLOR #77718B

HEX: #77718B RGB: (119,113,139)

Color info

#77718B contains red, green and blue colors in about the same proportion. Web safe color of #77718B is #666699 (or #669).

RGB color model

#77718B color RGB value is (119,113,139).

RGB: (119,113,139) (47%, 44%, 55%)

RGB channels and saturation

R 119 of 255 = 47%
G 113 of 255 = 44%
B 139 of 255 = 55%

119
113
139

R + G + B ~ 49%. #77718B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 113 + 139 = 371 (100%)
R 119 of 371 ~ 32.08%
G 113 of 371 ~ 30.46%
B 139 of 371 ~ 37.47'%

%32.08
%30.46
%37.47

CMYK color model

#77718B color CMYK value is (14,19,0,45).

  • cyan value is 14.39%
  • magenta value is 18.71%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (14,19,0,45)
C14M19Y0K45 (14%, 19%, 0%, 45%)
(0.14 / 0.19 / 0.00 / 0.45)

CMYK percentages

%14.39
%18.71
%0
%45.49

Codes

Color #77718B in popluar color models

77 71 8B
RGB 119 113 139
HSL 254° 10.32% 49.41%
HSB/HSV 254° 18.71% 54.51%
CMYK 14.39% 18.71% 0.00%
45.49%

Color #77718B in popluar number systems.

HEX 77 71 8B
Decimal 119 113 139
Binary 1110111 1110001 10001011
Octal 167 161 213

Shades and tints

Shades of #77718B

#77718B
(119,113,139)
#6D677F
(109,103,127)
#635D73
(99,93,115)
#595367
(89,83,103)
#4F495B
(79,73,91)
#453F4F
(69,63,79)
#3B3543
(59,53,67)
#312B37
(49,43,55)
#27212B
(39,33,43)
#1D171F
(29,23,31)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #77718B

#77718B
(119,113,139)
#837D95
(131,125,149)
#8F899F
(143,137,159)
#9B95A9
(155,149,169)
#A7A1B3
(167,161,179)
#B3ADBD
(179,173,189)
#BFB9C7
(191,185,199)
#CBC5D1
(203,197,209)
#D7D1DB
(215,209,219)
#E3DDE5
(227,221,229)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77718B color. Also use rgb(119,113,139) instead hex code.

Text Font Color

.myTextColor { color: #77718B; }

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

This text font color is #77718B.

Background Color

.myBgColor { background-color: #77718B; }

<div style="background-color:#77718B">Inner text</div>

This div background color is #77718B.

Border color

.myBorderColor { border: 1px solid #77718B; }

<div style="border:3px solid #77718B">Div</div>

This div border color is #77718B.

Opacity

.myOpacity80 { color: #77718B; opacity: 0.8; }

<p style="color:#77718B;opacity:0.8;">80%</p>

Text with #77718B 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 #77718B;}

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

This text has shadow with #77718B color.


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

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

This text has shadow with #77718B primary color and red secondary color.


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

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

This text has shadow with #77718B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #77718B.

Preview

Color preview on black background

This text has color #77718B on black background.


Color preview on white background

This text has color #77718B on white background.


Black color preview on #77718B background

This text has black color on #77718B background.


White color preview on #77718B background

This text has white color on #77718B background.


Related colors

Complementary color

Complementary color for #hex is #888E74.


I love getcolorcode.com

Triadic colors

1 #8B7771 and #718B77 with #77718B are triadic colors.

2 #8B7177 and #71778B with #77718B are triadic colors.