COLOR #789397

HEX: #789397
RGB: (120,147,151)

Color info

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

RGB color model

#789397 color RGB value is (120,147,151).

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

RGB channels and saturation

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

120
147
151

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

Portions of RGB colors in percentages

R + G + B =
120 + 147 + 151 = 418 (100%)
R 120 of 418 ~ 28.71%
G 147 of 418 ~ 35.17%
B 151 of 418 ~ 36.12%

%28.71
%35.17
%36.12

CMYK color model

#789397 color CMYK value is (21,3,0,41).

  • cyan value is 20.53%
  • magenta value is 2.65%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(21,3,0,41)
C21M3Y0K41 
(21%,3%,0%,41%)
(0.21/0.03/0.00/0.41)	

CMYK percentages

%20.53
%2.65
%0
%40.78

Codes

Color #789397 in popluar color models

789397
RGB120147151
HSL188°12.97%53.14%
HSB/HSV188°20.53%59.22%
CMYK20.53%2.65%0.00%
40.78%

Color #789397 in popluar number systems.

HEX789397
Decimal120147151
Binary11110001001001110010111
Octal170223227

Shades and tints

Shades of #789397

#789397
(120,147,151)
#6E868A
(110,134,138)
#64797D
(100,121,125)
#5A6C70
(90,108,112)
#505F63
(80,95,99)
#465256
(70,82,86)
#3C4549
(60,69,73)
#32383C
(50,56,60)
#282B2F
(40,43,47)
#1E1E22
(30,30,34)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #789397

#789397
(120,147,151)
#849CA0
(132,156,160)
#90A5A9
(144,165,169)
#9CAEB2
(156,174,178)
#A8B7BB
(168,183,187)
#B4C0C4
(180,192,196)
#C0C9CD
(192,201,205)
#CCD2D6
(204,210,214)
#D8DBDF
(216,219,223)
#E4E4E8
(228,228,232)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789397; }

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

This text font color is #789397.


Background Color

.myBgColor { background-color: #789397; }

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

This div background color is #789397.


Border color

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

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

This div border color is #789397.


Opacity

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

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

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

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

This text has shadow with #789397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789397 on black background.


Color preview on white background

This text has color #789397 on white background.



Black color preview on #789397 background

This text has black color on #789397 background.


White color preview on #789397 background

This text has white color on #789397 background.