COLOR #789B77

HEX: #789B77
RGB: (120,155,119)

Color info

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

RGB color model

#789B77 color RGB value is (120,155,119).

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

RGB channels and saturation

R 120 of 255 = 47%
G 155 of 255 = 61%
B 119 of 255 = 47%

120
155
119

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

Portions of RGB colors in percentages

R + G + B =
120 + 155 + 119 = 394 (100%)
R 120 of 394 ~ 30.46%
G 155 of 394 ~ 39.34%
B 119 of 394 ~ 30.2%

%30.46
%39.34
%30.2

CMYK color model

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

  • cyan value is 22.58%
  • magenta value is 0.00%
  • yellow value is 23.23%
  • key color value is 39.22%
CMYK:
(23,0,23,39)
C23M0Y23K39 
(23%,0%,23%,39%)
(0.23/0.00/0.23/0.39)	

CMYK percentages

%22.58
%0
%23.23
%39.22

Codes

Color #789B77 in popluar color models

789B77
RGB120155119
HSL118°15.25%53.73%
HSB/HSV118°23.23%60.78%
CMYK22.58%0.00%23.23%
39.22%

Color #789B77 in popluar number systems.

HEX789B77
Decimal120155119
Binary1111000100110111110111
Octal170233167

Shades and tints

Shades of #789B77

#789B77
(120,155,119)
#6E8D6D
(110,141,109)
#647F63
(100,127,99)
#5A7159
(90,113,89)
#50634F
(80,99,79)
#465545
(70,85,69)
#3C473B
(60,71,59)
#323931
(50,57,49)
#282B27
(40,43,39)
#1E1D1D
(30,29,29)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #789B77

#789B77
(120,155,119)
#84A483
(132,164,131)
#90AD8F
(144,173,143)
#9CB69B
(156,182,155)
#A8BFA7
(168,191,167)
#B4C8B3
(180,200,179)
#C0D1BF
(192,209,191)
#CCDACB
(204,218,203)
#D8E3D7
(216,227,215)
#E4ECE3
(228,236,227)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789B77; }

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

This text font color is #789B77.


Background Color

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

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

This div background color is #789B77.


Border color

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

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

This div border color is #789B77.


Opacity

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

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

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

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

This text has shadow with #789B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789B77 on black background.


Color preview on white background

This text has color #789B77 on white background.



Black color preview on #789B77 background

This text has black color on #789B77 background.


White color preview on #789B77 background

This text has white color on #789B77 background.