COLOR #77718C

HEX: #77718C RGB: (119,113,140)

Color info

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

RGB color model

#77718C color RGB value is (119,113,140).

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

RGB channels and saturation

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

119
113
140

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

Portions of RGB colors in percentages

R + G + B = 119 + 113 + 140 = 372 (100%)
R 119 of 372 ~ 31.99%
G 113 of 372 ~ 30.38%
B 140 of 372 ~ 37.63'%

%31.99
%30.38
%37.63

CMYK color model

#77718C color CMYK value is (15,19,0,45).

  • cyan value is 15.00%
  • magenta value is 19.29%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (15,19,0,45)
C15M19Y0K45 (15%, 19%, 0%, 45%)
(0.15 / 0.19 / 0.00 / 0.45)

CMYK percentages

%15
%19.29
%0
%45.1

Codes

Color #77718C in popluar color models

77 71 8C
RGB 119 113 140
HSL 253° 10.67% 49.61%
HSB/HSV 253° 19.29% 54.90%
CMYK 15.00% 19.29% 0.00%
45.10%

Color #77718C in popluar number systems.

HEX 77 71 8C
Decimal 119 113 140
Binary 1110111 1110001 10001100
Octal 167 161 214

Shades and tints

Shades of #77718C

#77718C
(119,113,140)
#6D6780
(109,103,128)
#635D74
(99,93,116)
#595368
(89,83,104)
#4F495C
(79,73,92)
#453F50
(69,63,80)
#3B3544
(59,53,68)
#312B38
(49,43,56)
#27212C
(39,33,44)
#1D1720
(29,23,32)
#130D14
(19,13,20)
#000000
(0,0,0)

Tints of #77718C

#77718C
(119,113,140)
#837D96
(131,125,150)
#8F89A0
(143,137,160)
#9B95AA
(155,149,170)
#A7A1B4
(167,161,180)
#B3ADBE
(179,173,190)
#BFB9C8
(191,185,200)
#CBC5D2
(203,197,210)
#D7D1DC
(215,209,220)
#E3DDE6
(227,221,230)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77718C; }

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

This text font color is #77718C.

Background Color

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

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

This div background color is #77718C.

Border color

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

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

This div border color is #77718C.

Opacity

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

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

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

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

This text has shadow with #77718C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77718C.

Preview

Color preview on black background

This text has color #77718C on black background.


Color preview on white background

This text has color #77718C on white background.


Black color preview on #77718C background

This text has black color on #77718C background.


White color preview on #77718C background

This text has white color on #77718C background.


Related colors

Complementary color

Complementary color for #hex is #888E73.


I love getcolorcode.com

Triadic colors

1 #8C7771 and #718C77 with #77718C are triadic colors.

2 #8C7177 and #71778C with #77718C are triadic colors.