COLOR #789D8C

HEX: #789D8C
RGB: (120,157,140)

Color info

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

RGB color model

#789D8C color RGB value is (120,157,140).

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

RGB channels and saturation

R 120 of 255 = 47%
G 157 of 255 = 62%
B 140 of 255 = 55%

120
157
140

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

Portions of RGB colors in percentages

R + G + B =
120 + 157 + 140 = 417 (100%)
R 120 of 417 ~ 28.78%
G 157 of 417 ~ 37.65%
B 140 of 417 ~ 33.57%

%28.78
%37.65
%33.57

CMYK color model

#789D8C color CMYK value is (24,0,11,38).

  • cyan value is 23.57%
  • magenta value is 0.00%
  • yellow value is 10.83%
  • key color value is 38.43%
CMYK:
(24,0,11,38)
C24M0Y11K38 
(24%,0%,11%,38%)
(0.24/0.00/0.11/0.38)	

CMYK percentages

%23.57
%0
%10.83
%38.43

Codes

Color #789D8C in popluar color models

789D8C
RGB120157140
HSL152°15.88%54.31%
HSB/HSV152°23.57%61.57%
CMYK23.57%0.00%10.83%
38.43%

Color #789D8C in popluar number systems.

HEX789D8C
Decimal120157140
Binary11110001001110110001100
Octal170235214

Shades and tints

Shades of #789D8C

#789D8C
(120,157,140)
#6E8F80
(110,143,128)
#648174
(100,129,116)
#5A7368
(90,115,104)
#50655C
(80,101,92)
#465750
(70,87,80)
#3C4944
(60,73,68)
#323B38
(50,59,56)
#282D2C
(40,45,44)
#1E1F20
(30,31,32)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #789D8C

#789D8C
(120,157,140)
#84A596
(132,165,150)
#90ADA0
(144,173,160)
#9CB5AA
(156,181,170)
#A8BDB4
(168,189,180)
#B4C5BE
(180,197,190)
#C0CDC8
(192,205,200)
#CCD5D2
(204,213,210)
#D8DDDC
(216,221,220)
#E4E5E6
(228,229,230)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789D8C; }

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

This text font color is #789D8C.


Background Color

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

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

This div background color is #789D8C.


Border color

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

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

This div border color is #789D8C.


Opacity

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

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

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

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

This text has shadow with #789D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789D8C on black background.


Color preview on white background

This text has color #789D8C on white background.



Black color preview on #789D8C background

This text has black color on #789D8C background.


White color preview on #789D8C background

This text has white color on #789D8C background.