COLOR #78638E

HEX: #78638E
RGB: (120,99,142)

Color info

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

RGB color model

#78638E color RGB value is (120,99,142).

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

RGB channels and saturation

R 120 of 255 = 47%
G 99 of 255 = 39%
B 142 of 255 = 56%

120
99
142

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

Portions of RGB colors in percentages

R + G + B =
120 + 99 + 142 = 361 (100%)
R 120 of 361 ~ 33.24%
G 99 of 361 ~ 27.42%
B 142 of 361 ~ 39.34%

%33.24
%27.42
%39.34

CMYK color model

#78638E color CMYK value is (15,30,0,44).

  • cyan value is 15.49%
  • magenta value is 30.28%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(15,30,0,44)
C15M30Y0K44 
(15%,30%,0%,44%)
(0.15/0.30/0.00/0.44)	

CMYK percentages

%15.49
%30.28
%0
%44.31

Codes

Color #78638E in popluar color models

78638E
RGB12099142
HSL269°17.84%47.25%
HSB/HSV269°30.28%55.69%
CMYK15.49%30.28%0.00%
44.31%

Color #78638E in popluar number systems.

HEX78638E
Decimal12099142
Binary1111000110001110001110
Octal170143216

Shades and tints

Shades of #78638E

#78638E
(120,99,142)
#6E5A82
(110,90,130)
#645176
(100,81,118)
#5A486A
(90,72,106)
#503F5E
(80,63,94)
#463652
(70,54,82)
#3C2D46
(60,45,70)
#32243A
(50,36,58)
#281B2E
(40,27,46)
#1E1222
(30,18,34)
#140916
(20,9,22)
#000000
(0,0,0)

Tints of #78638E

#78638E
(120,99,142)
#847198
(132,113,152)
#907FA2
(144,127,162)
#9C8DAC
(156,141,172)
#A89BB6
(168,155,182)
#B4A9C0
(180,169,192)
#C0B7CA
(192,183,202)
#CCC5D4
(204,197,212)
#D8D3DE
(216,211,222)
#E4E1E8
(228,225,232)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78638E; }

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

This text font color is #78638E.


Background Color

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

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

This div background color is #78638E.


Border color

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

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

This div border color is #78638E.


Opacity

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

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

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

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

This text has shadow with #78638E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78638E on black background.


Color preview on white background

This text has color #78638E on white background.



Black color preview on #78638E background

This text has black color on #78638E background.


White color preview on #78638E background

This text has white color on #78638E background.