COLOR #789685

HEX: #789685
RGB: (120,150,133)

Color info

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

RGB color model

#789685 color RGB value is (120,150,133).

  • red value is 120;
  • green value is 150;
  • blue value is 133.
RGB:
(120,150,133)
(47%,59%,52%)

RGB channels and saturation

R 120 of 255 = 47%
G 150 of 255 = 59%
B 133 of 255 = 52%

120
150
133

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

Portions of RGB colors in percentages

R + G + B =
120 + 150 + 133 = 403 (100%)
R 120 of 403 ~ 29.78%
G 150 of 403 ~ 37.22%
B 133 of 403 ~ 33%

%29.78
%37.22
%33

CMYK color model

#789685 color CMYK value is (20,0,11,41).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 11.33%
  • key color value is 41.18%
CMYK:
(20,0,11,41)
C20M0Y11K41 
(20%,0%,11%,41%)
(0.20/0.00/0.11/0.41)	

CMYK percentages

%20
%0
%11.33
%41.18

Codes

Color #789685 in popluar color models

789685
RGB120150133
HSL146°12.50%52.94%
HSB/HSV146°20.00%58.82%
CMYK20.00%0.00%11.33%
41.18%

Color #789685 in popluar number systems.

HEX789685
Decimal120150133
Binary11110001001011010000101
Octal170226205

Shades and tints

Shades of #789685

#789685
(120,150,133)
#6E8979
(110,137,121)
#647C6D
(100,124,109)
#5A6F61
(90,111,97)
#506255
(80,98,85)
#465549
(70,85,73)
#3C483D
(60,72,61)
#323B31
(50,59,49)
#282E25
(40,46,37)
#1E2119
(30,33,25)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #789685

#789685
(120,150,133)
#849F90
(132,159,144)
#90A89B
(144,168,155)
#9CB1A6
(156,177,166)
#A8BAB1
(168,186,177)
#B4C3BC
(180,195,188)
#C0CCC7
(192,204,199)
#CCD5D2
(204,213,210)
#D8DEDD
(216,222,221)
#E4E7E8
(228,231,232)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #789685 color. Also use rgb(120,150,133) instead hex code.

Text Font Color

.myTextColor { color: #789685; }

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

This text font color is #789685.


Background Color

.myBgColor { background-color: #789685; }

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

This div background color is #789685.


Border color

.myBorderColor { border: 1px solid #789685; }

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

This div border color is #789685.


Opacity

.myOpacity80 { color: #789685; opacity: 0.8; }

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

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

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

This text has shadow with #789685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789685 on black background.


Color preview on white background

This text has color #789685 on white background.



Black color preview on #789685 background

This text has black color on #789685 background.


White color preview on #789685 background

This text has white color on #789685 background.