COLOR #789396

HEX: #789396
RGB: (120,147,150)

Color info

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

RGB color model

#789396 color RGB value is (120,147,150).

  • red value is 120;
  • green value is 147;
  • blue value is 150.
RGB:
(120,147,150)
(47%,58%,59%)

RGB channels and saturation

R 120 of 255 = 47%
G 147 of 255 = 58%
B 150 of 255 = 59%

120
147
150

R + G + B ~ 55%. #789396 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 147 + 150 = 417 (100%)
R 120 of 417 ~ 28.78%
G 147 of 417 ~ 35.25%
B 150 of 417 ~ 35.97%

%28.78
%35.25
%35.97

CMYK color model

#789396 color CMYK value is (20,2,0,41).

  • cyan value is 20.00%
  • magenta value is 2.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(20,2,0,41)
C20M2Y0K41 
(20%,2%,0%,41%)
(0.20/0.02/0.00/0.41)	

CMYK percentages

%20
%2
%0
%41.18

Codes

Color #789396 in popluar color models

789396
RGB120147150
HSL186°12.50%52.94%
HSB/HSV186°20.00%58.82%
CMYK20.00%2.00%0.00%
41.18%

Color #789396 in popluar number systems.

HEX789396
Decimal120147150
Binary11110001001001110010110
Octal170223226

Shades and tints

Shades of #789396

#789396
(120,147,150)
#6E8689
(110,134,137)
#64797C
(100,121,124)
#5A6C6F
(90,108,111)
#505F62
(80,95,98)
#465255
(70,82,85)
#3C4548
(60,69,72)
#32383B
(50,56,59)
#282B2E
(40,43,46)
#1E1E21
(30,30,33)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #789396

#789396
(120,147,150)
#849C9F
(132,156,159)
#90A5A8
(144,165,168)
#9CAEB1
(156,174,177)
#A8B7BA
(168,183,186)
#B4C0C3
(180,192,195)
#C0C9CC
(192,201,204)
#CCD2D5
(204,210,213)
#D8DBDE
(216,219,222)
#E4E4E7
(228,228,231)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #789396 color. Also use rgb(120,147,150) instead hex code.

Text Font Color

.myTextColor { color: #789396; }

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

This text font color is #789396.


Background Color

.myBgColor { background-color: #789396; }

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

This div background color is #789396.


Border color

.myBorderColor { border: 1px solid #789396; }

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

This div border color is #789396.


Opacity

.myOpacity80 { color: #789396; opacity: 0.8; }

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

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

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

This text has shadow with #789396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789396 on black background.


Color preview on white background

This text has color #789396 on white background.



Black color preview on #789396 background

This text has black color on #789396 background.


White color preview on #789396 background

This text has white color on #789396 background.