COLOR #789684

HEX: #789684
RGB: (120,150,132)

Color info

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

RGB color model

#789684 color RGB value is (120,150,132).

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

RGB channels and saturation

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

120
150
132

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

Portions of RGB colors in percentages

R + G + B =
120 + 150 + 132 = 402 (100%)
R 120 of 402 ~ 29.85%
G 150 of 402 ~ 37.31%
B 132 of 402 ~ 32.84%

%29.85
%37.31
%32.84

CMYK color model

#789684 color CMYK value is (20,0,12,41).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 41.18%
CMYK:
(20,0,12,41)
C20M0Y12K41 
(20%,0%,12%,41%)
(0.20/0.00/0.12/0.41)	

CMYK percentages

%20
%0
%12
%41.18

Codes

Color #789684 in popluar color models

789684
RGB120150132
HSL144°12.50%52.94%
HSB/HSV144°20.00%58.82%
CMYK20.00%0.00%12.00%
41.18%

Color #789684 in popluar number systems.

HEX789684
Decimal120150132
Binary11110001001011010000100
Octal170226204

Shades and tints

Shades of #789684

#789684
(120,150,132)
#6E8978
(110,137,120)
#647C6C
(100,124,108)
#5A6F60
(90,111,96)
#506254
(80,98,84)
#465548
(70,85,72)
#3C483C
(60,72,60)
#323B30
(50,59,48)
#282E24
(40,46,36)
#1E2118
(30,33,24)
#14140C
(20,20,12)
#000000
(0,0,0)

Tints of #789684

#789684
(120,150,132)
#849F8F
(132,159,143)
#90A89A
(144,168,154)
#9CB1A5
(156,177,165)
#A8BAB0
(168,186,176)
#B4C3BB
(180,195,187)
#C0CCC6
(192,204,198)
#CCD5D1
(204,213,209)
#D8DEDC
(216,222,220)
#E4E7E7
(228,231,231)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789684; }

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

This text font color is #789684.


Background Color

.myBgColor { background-color: #789684; }

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

This div background color is #789684.


Border color

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

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

This div border color is #789684.


Opacity

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

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

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

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

This text has shadow with #789684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789684 on black background.


Color preview on white background

This text has color #789684 on white background.



Black color preview on #789684 background

This text has black color on #789684 background.


White color preview on #789684 background

This text has white color on #789684 background.