COLOR #78697E

HEX: #78697E
RGB: (120,105,126)

Color info

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

RGB color model

#78697E color RGB value is (120,105,126).

  • red value is 120;
  • green value is 105;
  • blue value is 126.
RGB:
(120,105,126)
(47%,41%,49%)

RGB channels and saturation

R 120 of 255 = 47%
G 105 of 255 = 41%
B 126 of 255 = 49%

120
105
126

R + G + B ~ 46%. #78697E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 105 + 126 = 351 (100%)
R 120 of 351 ~ 34.19%
G 105 of 351 ~ 29.91%
B 126 of 351 ~ 35.9%

%34.19
%29.91
%35.9

CMYK color model

#78697E color CMYK value is (5,17,0,51).

  • cyan value is 4.76%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(5,17,0,51)
C5M17Y0K51 
(5%,17%,0%,51%)
(0.05/0.17/0.00/0.51)	

CMYK percentages

%4.76
%16.67
%0
%50.59

Codes

Color #78697E in popluar color models

78697E
RGB120105126
HSL283°9.09%45.29%
HSB/HSV283°16.67%49.41%
CMYK4.76%16.67%0.00%
50.59%

Color #78697E in popluar number systems.

HEX78697E
Decimal120105126
Binary111100011010011111110
Octal170151176

Shades and tints

Shades of #78697E

#78697E
(120,105,126)
#6E6073
(110,96,115)
#645768
(100,87,104)
#5A4E5D
(90,78,93)
#504552
(80,69,82)
#463C47
(70,60,71)
#3C333C
(60,51,60)
#322A31
(50,42,49)
#282126
(40,33,38)
#1E181B
(30,24,27)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #78697E

#78697E
(120,105,126)
#847689
(132,118,137)
#908394
(144,131,148)
#9C909F
(156,144,159)
#A89DAA
(168,157,170)
#B4AAB5
(180,170,181)
#C0B7C0
(192,183,192)
#CCC4CB
(204,196,203)
#D8D1D6
(216,209,214)
#E4DEE1
(228,222,225)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78697E color. Also use rgb(120,105,126) instead hex code.

Text Font Color

.myTextColor { color: #78697E; }

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

This text font color is #78697E.


Background Color

.myBgColor { background-color: #78697E; }

<div style="background-color:#78697E">Inner text</div>

This div background color is #78697E.


Border color

.myBorderColor { border: 1px solid #78697E; }

<div style="border:3px solid #78697E">Div</div>

This div border color is #78697E.


Opacity

.myOpacity80 { color: #78697E; opacity: 0.8; }

<p style="color:#78697E;opacity:0.8;">80%</p>

Text with #78697E 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 #78697E;}

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

This text has shadow with #78697E color.

.textShadow {text-shadow: 3px 3px 1px #78697E, 3px 3px 1px red;}

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

This text has shadow with #78697E primary color and red secondary color.


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

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

This text has shadow with #78697E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78697E on black background.


Color preview on white background

This text has color #78697E on white background.



Black color preview on #78697E background

This text has black color on #78697E background.


White color preview on #78697E background

This text has white color on #78697E background.