COLOR #789B82

HEX: #789B82
RGB: (120,155,130)

Color info

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

RGB color model

#789B82 color RGB value is (120,155,130).

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

RGB channels and saturation

R 120 of 255 = 47%
G 155 of 255 = 61%
B 130 of 255 = 51%

120
155
130

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

Portions of RGB colors in percentages

R + G + B =
120 + 155 + 130 = 405 (100%)
R 120 of 405 ~ 29.63%
G 155 of 405 ~ 38.27%
B 130 of 405 ~ 32.1%

%29.63
%38.27
%32.1

CMYK color model

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

  • cyan value is 22.58%
  • magenta value is 0.00%
  • yellow value is 16.13%
  • key color value is 39.22%
CMYK:
(23,0,16,39)
C23M0Y16K39 
(23%,0%,16%,39%)
(0.23/0.00/0.16/0.39)	

CMYK percentages

%22.58
%0
%16.13
%39.22

Codes

Color #789B82 in popluar color models

789B82
RGB120155130
HSL137°14.89%53.92%
HSB/HSV137°22.58%60.78%
CMYK22.58%0.00%16.13%
39.22%

Color #789B82 in popluar number systems.

HEX789B82
Decimal120155130
Binary11110001001101110000010
Octal170233202

Shades and tints

Shades of #789B82

#789B82
(120,155,130)
#6E8D77
(110,141,119)
#647F6C
(100,127,108)
#5A7161
(90,113,97)
#506356
(80,99,86)
#46554B
(70,85,75)
#3C4740
(60,71,64)
#323935
(50,57,53)
#282B2A
(40,43,42)
#1E1D1F
(30,29,31)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #789B82

#789B82
(120,155,130)
#84A48D
(132,164,141)
#90AD98
(144,173,152)
#9CB6A3
(156,182,163)
#A8BFAE
(168,191,174)
#B4C8B9
(180,200,185)
#C0D1C4
(192,209,196)
#CCDACF
(204,218,207)
#D8E3DA
(216,227,218)
#E4ECE5
(228,236,229)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789B82; }

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

This text font color is #789B82.


Background Color

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

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

This div background color is #789B82.


Border color

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

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

This div border color is #789B82.


Opacity

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

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

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

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

This text has shadow with #789B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789B82 on black background.


Color preview on white background

This text has color #789B82 on white background.



Black color preview on #789B82 background

This text has black color on #789B82 background.


White color preview on #789B82 background

This text has white color on #789B82 background.