COLOR #78859C

HEX: #78859C
RGB: (120,133,156)

Color info

#78859C contains red, green and blue colors in about the same proportion. Web safe color of #78859C is #669999 (or #699).

RGB color model

#78859C color RGB value is (120,133,156).

  • red value is 120;
  • green value is 133;
  • blue value is 156.
RGB:
(120,133,156)
(47%,52%,61%)

RGB channels and saturation

R 120 of 255 = 47%
G 133 of 255 = 52%
B 156 of 255 = 61%

120
133
156

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

Portions of RGB colors in percentages

R + G + B =
120 + 133 + 156 = 409 (100%)
R 120 of 409 ~ 29.34%
G 133 of 409 ~ 32.52%
B 156 of 409 ~ 38.14%

%29.34
%32.52
%38.14

CMYK color model

#78859C color CMYK value is (23,15,0,39).

  • cyan value is 23.08%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(23,15,0,39)
C23M15Y0K39 
(23%,15%,0%,39%)
(0.23/0.15/0.00/0.39)	

CMYK percentages

%23.08
%14.74
%0
%38.82

Codes

Color #78859C in popluar color models

78859C
RGB120133156
HSL218°15.38%54.12%
HSB/HSV218°23.08%61.18%
CMYK23.08%14.74%0.00%
38.82%

Color #78859C in popluar number systems.

HEX78859C
Decimal120133156
Binary11110001000010110011100
Octal170205234

Shades and tints

Shades of #78859C

#78859C
(120,133,156)
#6E798E
(110,121,142)
#646D80
(100,109,128)
#5A6172
(90,97,114)
#505564
(80,85,100)
#464956
(70,73,86)
#3C3D48
(60,61,72)
#32313A
(50,49,58)
#28252C
(40,37,44)
#1E191E
(30,25,30)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #78859C

#78859C
(120,133,156)
#8490A5
(132,144,165)
#909BAE
(144,155,174)
#9CA6B7
(156,166,183)
#A8B1C0
(168,177,192)
#B4BCC9
(180,188,201)
#C0C7D2
(192,199,210)
#CCD2DB
(204,210,219)
#D8DDE4
(216,221,228)
#E4E8ED
(228,232,237)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78859C color. Also use rgb(120,133,156) instead hex code.

Text Font Color

.myTextColor { color: #78859C; }

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

This text font color is #78859C.


Background Color

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

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

This div background color is #78859C.


Border color

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

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

This div border color is #78859C.


Opacity

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

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

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

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

This text has shadow with #78859C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78859C on black background.


Color preview on white background

This text has color #78859C on white background.



Black color preview on #78859C background

This text has black color on #78859C background.


White color preview on #78859C background

This text has white color on #78859C background.