COLOR #76778B

HEX: #76778B RGB: (118,119,139)

Color info

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

RGB color model

#76778B color RGB value is (118,119,139).

RGB: (118,119,139) (46%, 47%, 55%)

RGB channels and saturation

R 118 of 255 = 46%
G 119 of 255 = 47%
B 139 of 255 = 55%

118
119
139

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

Portions of RGB colors in percentages

R + G + B = 118 + 119 + 139 = 376 (100%)
R 118 of 376 ~ 31.38%
G 119 of 376 ~ 31.65%
B 139 of 376 ~ 36.97'%

%31.38
%31.65
%36.97

CMYK color model

#76778B color CMYK value is (15,14,0,45).

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

CMYK: (15,14,0,45)
C15M14Y0K45 (15%, 14%, 0%, 45%)
(0.15 / 0.14 / 0.00 / 0.45)

CMYK percentages

%15.11
%14.39
%0
%45.49

Codes

Color #76778B in popluar color models

76 77 8B
RGB 118 119 139
HSL 237° 8.30% 50.39%
HSB/HSV 237° 15.11% 54.51%
CMYK 15.11% 14.39% 0.00%
45.49%

Color #76778B in popluar number systems.

HEX 76 77 8B
Decimal 118 119 139
Binary 1110110 1110111 10001011
Octal 166 167 213

Shades and tints

Shades of #76778B

#76778B
(118,119,139)
#6C6D7F
(108,109,127)
#626373
(98,99,115)
#585967
(88,89,103)
#4E4F5B
(78,79,91)
#44454F
(68,69,79)
#3A3B43
(58,59,67)
#303137
(48,49,55)
#26272B
(38,39,43)
#1C1D1F
(28,29,31)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #76778B

#76778B
(118,119,139)
#828395
(130,131,149)
#8E8F9F
(142,143,159)
#9A9BA9
(154,155,169)
#A6A7B3
(166,167,179)
#B2B3BD
(178,179,189)
#BEBFC7
(190,191,199)
#CACBD1
(202,203,209)
#D6D7DB
(214,215,219)
#E2E3E5
(226,227,229)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76778B; }

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

This text font color is #76778B.

Background Color

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

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

This div background color is #76778B.

Border color

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

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

This div border color is #76778B.

Opacity

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

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

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

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

This text has shadow with #76778B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76778B.

Preview

Color preview on black background

This text has color #76778B on black background.


Color preview on white background

This text has color #76778B on white background.


Black color preview on #76778B background

This text has black color on #76778B background.


White color preview on #76778B background

This text has white color on #76778B background.


Related colors

Complementary color

Complementary color for #hex is #898874.


I love getcolorcode.com

Triadic colors

1 #8B7677 and #778B76 with #76778B are triadic colors.

2 #8B7776 and #77768B with #76778B are triadic colors.