COLOR #789B7B

HEX: #789B7B
RGB: (120,155,123)

Color info

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

RGB color model

#789B7B color RGB value is (120,155,123).

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

RGB channels and saturation

R 120 of 255 = 47%
G 155 of 255 = 61%
B 123 of 255 = 48%

120
155
123

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

Portions of RGB colors in percentages

R + G + B =
120 + 155 + 123 = 398 (100%)
R 120 of 398 ~ 30.15%
G 155 of 398 ~ 38.94%
B 123 of 398 ~ 30.9%

%30.15
%38.94
%30.9

CMYK color model

#789B7B color CMYK value is (23,0,21,39).

  • cyan value is 22.58%
  • magenta value is 0.00%
  • yellow value is 20.65%
  • key color value is 39.22%
CMYK:
(23,0,21,39)
C23M0Y21K39 
(23%,0%,21%,39%)
(0.23/0.00/0.21/0.39)	

CMYK percentages

%22.58
%0
%20.65
%39.22

Codes

Color #789B7B in popluar color models

789B7B
RGB120155123
HSL125°14.89%53.92%
HSB/HSV125°22.58%60.78%
CMYK22.58%0.00%20.65%
39.22%

Color #789B7B in popluar number systems.

HEX789B7B
Decimal120155123
Binary1111000100110111111011
Octal170233173

Shades and tints

Shades of #789B7B

#789B7B
(120,155,123)
#6E8D70
(110,141,112)
#647F65
(100,127,101)
#5A715A
(90,113,90)
#50634F
(80,99,79)
#465544
(70,85,68)
#3C4739
(60,71,57)
#32392E
(50,57,46)
#282B23
(40,43,35)
#1E1D18
(30,29,24)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #789B7B

#789B7B
(120,155,123)
#84A487
(132,164,135)
#90AD93
(144,173,147)
#9CB69F
(156,182,159)
#A8BFAB
(168,191,171)
#B4C8B7
(180,200,183)
#C0D1C3
(192,209,195)
#CCDACF
(204,218,207)
#D8E3DB
(216,227,219)
#E4ECE7
(228,236,231)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789B7B; }

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

This text font color is #789B7B.


Background Color

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

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

This div background color is #789B7B.


Border color

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

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

This div border color is #789B7B.


Opacity

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

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

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

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

This text has shadow with #789B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789B7B on black background.


Color preview on white background

This text has color #789B7B on white background.



Black color preview on #789B7B background

This text has black color on #789B7B background.


White color preview on #789B7B background

This text has white color on #789B7B background.