COLOR #789F9D

HEX: #789F9D
RGB: (120,159,157)

Color info

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

RGB color model

#789F9D color RGB value is (120,159,157).

  • red value is 120;
  • green value is 159;
  • blue value is 157.
RGB: (120,159,157) (47%,62%,62%)

RGB channels and saturation

R 120 of 255 = 47%
G 159 of 255 = 62%
B 157 of 255 = 62%

120
159
157

R + G + B ~ 57%. #789F9D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 159 + 157 = 436 (100%)
R 120 of 436 ~ 27.52%
G 159 of 436 ~ 36.47%
B 157 of 436 ~ 36.01%

%27.52
%36.47
%36.01

CMYK color model

#789F9D color CMYK value is (25,0,1,38).

  • cyan value is 24.53%
  • magenta value is 0.00%
  • yellow value is 1.26%
  • key color value is 37.65%
CMYK: (25,0,1,38) C25M0Y1K38 (25%,0%,1%,38%) (0.25/0.00/0.01/0.38)

CMYK percentages

%24.53
%0
%1.26
%37.65

Codes

Color #789F9D in popluar color models

789F9D
RGB120159157
HSL177°16.88%54.71%
HSB/HSV177°24.53%62.35%
CMYK24.53%0.00%1.26%
37.65%

Color #789F9D in popluar number systems.

HEX789F9D
Decimal120159157
Binary11110001001111110011101
Octal170237235

Shades and tints

Shades of #789F9D

#789F9D
(120,159,157)
#6E918F
(110,145,143)
#648381
(100,131,129)
#5A7573
(90,117,115)
#506765
(80,103,101)
#465957
(70,89,87)
#3C4B49
(60,75,73)
#323D3B
(50,61,59)
#282F2D
(40,47,45)
#1E211F
(30,33,31)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #789F9D

#789F9D
(120,159,157)
#84A7A5
(132,167,165)
#90AFAD
(144,175,173)
#9CB7B5
(156,183,181)
#A8BFBD
(168,191,189)
#B4C7C5
(180,199,197)
#C0CFCD
(192,207,205)
#CCD7D5
(204,215,213)
#D8DFDD
(216,223,221)
#E4E7E5
(228,231,229)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #789F9D color. Also use rgb(120,159,157) instead hex code.

Text Font Color

.myTextColor { color: #789F9D; }

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

This text font color is #789F9D.


Background Color

.myBgColor { background-color: #789F9D; }

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

This div background color is #789F9D.


Border color

.myBorderColor { border: 1px solid #789F9D; }

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

This div border color is #789F9D.


Opacity

.myOpacity80 { color: #789F9D; opacity: 0.8; }

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

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

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

This text has shadow with #789F9D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #789F9D on black background.


Color preview on white background

This text has color #789F9D on white background.



Black color preview on #789F9D background

This text has black color on #789F9D background.


White color preview on #789F9D background

This text has white color on #789F9D background.