COLOR #78778B

HEX: #78778B RGB: (120,119,139)

Color info

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

RGB color model

#78778B color RGB value is (120,119,139).

RGB: (120,119,139) (47%, 47%, 55%)

RGB channels and saturation

R 120 of 255 = 47%
G 119 of 255 = 47%
B 139 of 255 = 55%

120
119
139

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

Portions of RGB colors in percentages

R + G + B = 120 + 119 + 139 = 378 (100%)
R 120 of 378 ~ 31.75%
G 119 of 378 ~ 31.48%
B 139 of 378 ~ 36.77'%

%31.75
%31.48
%36.77

CMYK color model

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

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

CMYK: (14,14,0,45)
C14M14Y0K45 (14%, 14%, 0%, 45%)
(0.14 / 0.14 / 0.00 / 0.45)

CMYK percentages

%13.67
%14.39
%0
%45.49

Codes

Color #78778B in popluar color models

78 77 8B
RGB 120 119 139
HSL 243° 7.94% 50.59%
HSB/HSV 243° 14.39% 54.51%
CMYK 13.67% 14.39% 0.00%
45.49%

Color #78778B in popluar number systems.

HEX 78 77 8B
Decimal 120 119 139
Binary 1111000 1110111 10001011
Octal 170 167 213

Shades and tints

Shades of #78778B

#78778B
(120,119,139)
#6E6D7F
(110,109,127)
#646373
(100,99,115)
#5A5967
(90,89,103)
#504F5B
(80,79,91)
#46454F
(70,69,79)
#3C3B43
(60,59,67)
#323137
(50,49,55)
#28272B
(40,39,43)
#1E1D1F
(30,29,31)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #78778B

#78778B
(120,119,139)
#848395
(132,131,149)
#908F9F
(144,143,159)
#9C9BA9
(156,155,169)
#A8A7B3
(168,167,179)
#B4B3BD
(180,179,189)
#C0BFC7
(192,191,199)
#CCCBD1
(204,203,209)
#D8D7DB
(216,215,219)
#E4E3E5
(228,227,229)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78778B; }

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

This text font color is #78778B.

Background Color

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

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

This div background color is #78778B.

Border color

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

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

This div border color is #78778B.

Opacity

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

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

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

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

This text has shadow with #78778B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78778B.

Preview

Color preview on black background

This text has color #78778B on black background.


Color preview on white background

This text has color #78778B on white background.


Black color preview on #78778B background

This text has black color on #78778B background.


White color preview on #78778B background

This text has white color on #78778B background.


Related colors

Complementary color

Complementary color for #hex is #878874.


I love getcolorcode.com

Triadic colors

1 #8B7877 and #778B78 with #78778B are triadic colors.

2 #8B7778 and #77788B with #78778B are triadic colors.