COLOR #78677C

HEX: #78677C
RGB: (120,103,124)

Color info

#78677C contains red, green and blue colors in about the same proportion. Web safe color of #78677C is #666666 (or #666).

RGB color model

#78677C color RGB value is (120,103,124).

  • red value is 120;
  • green value is 103;
  • blue value is 124.
RGB:
(120,103,124)
(47%,40%,49%)

RGB channels and saturation

R 120 of 255 = 47%
G 103 of 255 = 40%
B 124 of 255 = 49%

120
103
124

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

Portions of RGB colors in percentages

R + G + B =
120 + 103 + 124 = 347 (100%)
R 120 of 347 ~ 34.58%
G 103 of 347 ~ 29.68%
B 124 of 347 ~ 35.73%

%34.58
%29.68
%35.73

CMYK color model

#78677C color CMYK value is (3,17,0,51).

  • cyan value is 3.23%
  • magenta value is 16.94%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(3,17,0,51)
C3M17Y0K51 
(3%,17%,0%,51%)
(0.03/0.17/0.00/0.51)	

CMYK percentages

%3.23
%16.94
%0
%51.37

Codes

Color #78677C in popluar color models

78677C
RGB120103124
HSL289°9.25%44.51%
HSB/HSV289°16.94%48.63%
CMYK3.23%16.94%0.00%
51.37%

Color #78677C in popluar number systems.

HEX78677C
Decimal120103124
Binary111100011001111111100
Octal170147174

Shades and tints

Shades of #78677C

#78677C
(120,103,124)
#6E5E71
(110,94,113)
#645566
(100,85,102)
#5A4C5B
(90,76,91)
#504350
(80,67,80)
#463A45
(70,58,69)
#3C313A
(60,49,58)
#32282F
(50,40,47)
#281F24
(40,31,36)
#1E1619
(30,22,25)
#140D0E
(20,13,14)
#000000
(0,0,0)

Tints of #78677C

#78677C
(120,103,124)
#847487
(132,116,135)
#908192
(144,129,146)
#9C8E9D
(156,142,157)
#A89BA8
(168,155,168)
#B4A8B3
(180,168,179)
#C0B5BE
(192,181,190)
#CCC2C9
(204,194,201)
#D8CFD4
(216,207,212)
#E4DCDF
(228,220,223)
#F0E9EA
(240,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78677C color. Also use rgb(120,103,124) instead hex code.

Text Font Color

.myTextColor { color: #78677C; }

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

This text font color is #78677C.


Background Color

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

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

This div background color is #78677C.


Border color

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

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

This div border color is #78677C.


Opacity

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

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

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

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

This text has shadow with #78677C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78677C on black background.


Color preview on white background

This text has color #78677C on white background.



Black color preview on #78677C background

This text has black color on #78677C background.


White color preview on #78677C background

This text has white color on #78677C background.