COLOR #789D9A

HEX: #789D9A
RGB: (120,157,154)

Color info

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

RGB color model

#789D9A color RGB value is (120,157,154).

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

RGB channels and saturation

R 120 of 255 = 47%
G 157 of 255 = 62%
B 154 of 255 = 60%

120
157
154

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

Portions of RGB colors in percentages

R + G + B =
120 + 157 + 154 = 431 (100%)
R 120 of 431 ~ 27.84%
G 157 of 431 ~ 36.43%
B 154 of 431 ~ 35.73%

%27.84
%36.43
%35.73

CMYK color model

#789D9A color CMYK value is (24,0,2,38).

  • cyan value is 23.57%
  • magenta value is 0.00%
  • yellow value is 1.91%
  • key color value is 38.43%
CMYK:
(24,0,2,38)
C24M0Y2K38 
(24%,0%,2%,38%)
(0.24/0.00/0.02/0.38)	

CMYK percentages

%23.57
%0
%1.91
%38.43

Codes

Color #789D9A in popluar color models

789D9A
RGB120157154
HSL175°15.88%54.31%
HSB/HSV175°23.57%61.57%
CMYK23.57%0.00%1.91%
38.43%

Color #789D9A in popluar number systems.

HEX789D9A
Decimal120157154
Binary11110001001110110011010
Octal170235232

Shades and tints

Shades of #789D9A

#789D9A
(120,157,154)
#6E8F8C
(110,143,140)
#64817E
(100,129,126)
#5A7370
(90,115,112)
#506562
(80,101,98)
#465754
(70,87,84)
#3C4946
(60,73,70)
#323B38
(50,59,56)
#282D2A
(40,45,42)
#1E1F1C
(30,31,28)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #789D9A

#789D9A
(120,157,154)
#84A5A3
(132,165,163)
#90ADAC
(144,173,172)
#9CB5B5
(156,181,181)
#A8BDBE
(168,189,190)
#B4C5C7
(180,197,199)
#C0CDD0
(192,205,208)
#CCD5D9
(204,213,217)
#D8DDE2
(216,221,226)
#E4E5EB
(228,229,235)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789D9A; }

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

This text font color is #789D9A.


Background Color

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

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

This div background color is #789D9A.


Border color

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

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

This div border color is #789D9A.


Opacity

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

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

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

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

This text has shadow with #789D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789D9A on black background.


Color preview on white background

This text has color #789D9A on white background.



Black color preview on #789D9A background

This text has black color on #789D9A background.


White color preview on #789D9A background

This text has white color on #789D9A background.