COLOR #77678B

HEX: #77678B RGB: (119,103,139)

Color info

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

RGB color model

#77678B color RGB value is (119,103,139).

RGB: (119,103,139) (47%, 40%, 55%)

RGB channels and saturation

R 119 of 255 = 47%
G 103 of 255 = 40%
B 139 of 255 = 55%

119
103
139

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

Portions of RGB colors in percentages

R + G + B = 119 + 103 + 139 = 361 (100%)
R 119 of 361 ~ 32.96%
G 103 of 361 ~ 28.53%
B 139 of 361 ~ 38.5'%

%32.96
%28.53
%38.5

CMYK color model

#77678B color CMYK value is (14,26,0,45).

  • cyan value is 14.39%
  • magenta value is 25.90%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK: (14,26,0,45) C14M26Y0K45 (14%,26%,0%,45%) (0.14/0.26/0.00/0.45) 

CMYK percentages

%14.39
%25.9
%0
%45.49

Codes

Color #77678B in popluar color models

77 67 8B
RGB 119 103 139
HSL 267° 14.88% 47.45%
HSB/HSV 267° 25.90% 54.51%
CMYK 14.39% 25.90% 0.00%
45.49%

Color #77678B in popluar number systems.

HEX 77 67 8B
Decimal 119 103 139
Binary 1110111 1100111 10001011
Octal 167 147 213

Shades and tints

Shades of #77678B

#77678B
(119,103,139)
#6D5E7F
(109,94,127)
#635573
(99,85,115)
#594C67
(89,76,103)
#4F435B
(79,67,91)
#453A4F
(69,58,79)
#3B3143
(59,49,67)
#312837
(49,40,55)
#271F2B
(39,31,43)
#1D161F
(29,22,31)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #77678B

#77678B
(119,103,139)
#837495
(131,116,149)
#8F819F
(143,129,159)
#9B8EA9
(155,142,169)
#A79BB3
(167,155,179)
#B3A8BD
(179,168,189)
#BFB5C7
(191,181,199)
#CBC2D1
(203,194,209)
#D7CFDB
(215,207,219)
#E3DCE5
(227,220,229)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77678B; }

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

This text font color is #77678B.

Background Color

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

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

This div background color is #77678B.

Border color

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

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

This div border color is #77678B.

Opacity

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

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

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

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

This text has shadow with #77678B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77678B.

Preview

Color preview on black background

This text has color #77678B on black background.


Color preview on white background

This text has color #77678B on white background.


Black color preview on #77678B background

This text has black color on #77678B background.


White color preview on #77678B background

This text has white color on #77678B background.


Related colors

Complementary color

Complementary color for #hex is #889874.


I love getcolorcode.com

Triadic colors

1 #8B7767 and #678B77 with #77678B are triadic colors.

2 #8B6777 and #67778B with #77678B are triadic colors.