COLOR #78637E

HEX: #78637E
RGB: (120,99,126)

Color info

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

RGB color model

#78637E color RGB value is (120,99,126).

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

RGB channels and saturation

R 120 of 255 = 47%
G 99 of 255 = 39%
B 126 of 255 = 49%

120
99
126

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

Portions of RGB colors in percentages

R + G + B =
120 + 99 + 126 = 345 (100%)
R 120 of 345 ~ 34.78%
G 99 of 345 ~ 28.7%
B 126 of 345 ~ 36.52%

%34.78
%28.7
%36.52

CMYK color model

#78637E color CMYK value is (5,21,0,51).

  • cyan value is 4.76%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(5,21,0,51)
C5M21Y0K51 
(5%,21%,0%,51%)
(0.05/0.21/0.00/0.51)	

CMYK percentages

%4.76
%21.43
%0
%50.59

Codes

Color #78637E in popluar color models

78637E
RGB12099126
HSL287°12.00%44.12%
HSB/HSV287°21.43%49.41%
CMYK4.76%21.43%0.00%
50.59%

Color #78637E in popluar number systems.

HEX78637E
Decimal12099126
Binary111100011000111111110
Octal170143176

Shades and tints

Shades of #78637E

#78637E
(120,99,126)
#6E5A73
(110,90,115)
#645168
(100,81,104)
#5A485D
(90,72,93)
#503F52
(80,63,82)
#463647
(70,54,71)
#3C2D3C
(60,45,60)
#322431
(50,36,49)
#281B26
(40,27,38)
#1E121B
(30,18,27)
#140910
(20,9,16)
#000000
(0,0,0)

Tints of #78637E

#78637E
(120,99,126)
#847189
(132,113,137)
#907F94
(144,127,148)
#9C8D9F
(156,141,159)
#A89BAA
(168,155,170)
#B4A9B5
(180,169,181)
#C0B7C0
(192,183,192)
#CCC5CB
(204,197,203)
#D8D3D6
(216,211,214)
#E4E1E1
(228,225,225)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78637E; }

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

This text font color is #78637E.


Background Color

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

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

This div background color is #78637E.


Border color

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

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

This div border color is #78637E.


Opacity

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

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

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

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

This text has shadow with #78637E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78637E on black background.


Color preview on white background

This text has color #78637E on white background.



Black color preview on #78637E background

This text has black color on #78637E background.


White color preview on #78637E background

This text has white color on #78637E background.