COLOR #789A95

HEX: #789A95
RGB: (120,154,149)

Color info

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

RGB color model

#789A95 color RGB value is (120,154,149).

  • red value is 120;
  • green value is 154;
  • blue value is 149.
RGB:
(120,154,149)
(47%,60%,58%)

RGB channels and saturation

R 120 of 255 = 47%
G 154 of 255 = 60%
B 149 of 255 = 58%

120
154
149

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

Portions of RGB colors in percentages

R + G + B =
120 + 154 + 149 = 423 (100%)
R 120 of 423 ~ 28.37%
G 154 of 423 ~ 36.41%
B 149 of 423 ~ 35.22%

%28.37
%36.41
%35.22

CMYK color model

#789A95 color CMYK value is (22,0,3,40).

  • cyan value is 22.08%
  • magenta value is 0.00%
  • yellow value is 3.25%
  • key color value is 39.61%
CMYK:
(22,0,3,40)
C22M0Y3K40 
(22%,0%,3%,40%)
(0.22/0.00/0.03/0.40)	

CMYK percentages

%22.08
%0
%3.25
%39.61

Codes

Color #789A95 in popluar color models

789A95
RGB120154149
HSL171°14.41%53.73%
HSB/HSV171°22.08%60.39%
CMYK22.08%0.00%3.25%
39.61%

Color #789A95 in popluar number systems.

HEX789A95
Decimal120154149
Binary11110001001101010010101
Octal170232225

Shades and tints

Shades of #789A95

#789A95
(120,154,149)
#6E8C88
(110,140,136)
#647E7B
(100,126,123)
#5A706E
(90,112,110)
#506261
(80,98,97)
#465454
(70,84,84)
#3C4647
(60,70,71)
#32383A
(50,56,58)
#282A2D
(40,42,45)
#1E1C20
(30,28,32)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #789A95

#789A95
(120,154,149)
#84A39E
(132,163,158)
#90ACA7
(144,172,167)
#9CB5B0
(156,181,176)
#A8BEB9
(168,190,185)
#B4C7C2
(180,199,194)
#C0D0CB
(192,208,203)
#CCD9D4
(204,217,212)
#D8E2DD
(216,226,221)
#E4EBE6
(228,235,230)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #789A95 color. Also use rgb(120,154,149) instead hex code.

Text Font Color

.myTextColor { color: #789A95; }

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

This text font color is #789A95.


Background Color

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

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

This div background color is #789A95.


Border color

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

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

This div border color is #789A95.


Opacity

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

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

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

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

This text has shadow with #789A95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789A95 on black background.


Color preview on white background

This text has color #789A95 on white background.



Black color preview on #789A95 background

This text has black color on #789A95 background.


White color preview on #789A95 background

This text has white color on #789A95 background.