COLOR #789A7B

HEX: #789A7B
RGB: (120,154,123)

Color info

#789A7B contains red, green and blue colors in about the same proportion. Web safe color of #789A7B is #669966 (or #696).

RGB color model

#789A7B color RGB value is (120,154,123).

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

RGB channels and saturation

R 120 of 255 = 47%
G 154 of 255 = 60%
B 123 of 255 = 48%

120
154
123

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

Portions of RGB colors in percentages

R + G + B =
120 + 154 + 123 = 397 (100%)
R 120 of 397 ~ 30.23%
G 154 of 397 ~ 38.79%
B 123 of 397 ~ 30.98%

%30.23
%38.79
%30.98

CMYK color model

#789A7B color CMYK value is (22,0,20,40).

  • cyan value is 22.08%
  • magenta value is 0.00%
  • yellow value is 20.13%
  • key color value is 39.61%
CMYK:
(22,0,20,40)
C22M0Y20K40 
(22%,0%,20%,40%)
(0.22/0.00/0.20/0.40)	

CMYK percentages

%22.08
%0
%20.13
%39.61

Codes

Color #789A7B in popluar color models

789A7B
RGB120154123
HSL125°14.41%53.73%
HSB/HSV125°22.08%60.39%
CMYK22.08%0.00%20.13%
39.61%

Color #789A7B in popluar number systems.

HEX789A7B
Decimal120154123
Binary1111000100110101111011
Octal170232173

Shades and tints

Shades of #789A7B

#789A7B
(120,154,123)
#6E8C70
(110,140,112)
#647E65
(100,126,101)
#5A705A
(90,112,90)
#50624F
(80,98,79)
#465444
(70,84,68)
#3C4639
(60,70,57)
#32382E
(50,56,46)
#282A23
(40,42,35)
#1E1C18
(30,28,24)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #789A7B

#789A7B
(120,154,123)
#84A387
(132,163,135)
#90AC93
(144,172,147)
#9CB59F
(156,181,159)
#A8BEAB
(168,190,171)
#B4C7B7
(180,199,183)
#C0D0C3
(192,208,195)
#CCD9CF
(204,217,207)
#D8E2DB
(216,226,219)
#E4EBE7
(228,235,231)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789A7B; }

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

This text font color is #789A7B.


Background Color

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

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

This div background color is #789A7B.


Border color

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

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

This div border color is #789A7B.


Opacity

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

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

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

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

This text has shadow with #789A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789A7B on black background.


Color preview on white background

This text has color #789A7B on white background.



Black color preview on #789A7B background

This text has black color on #789A7B background.


White color preview on #789A7B background

This text has white color on #789A7B background.