COLOR #789695

HEX: #789695
RGB: (120,150,149)

Color info

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

RGB color model

#789695 color RGB value is (120,150,149).

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

RGB channels and saturation

R 120 of 255 = 47%
G 150 of 255 = 59%
B 149 of 255 = 58%

120
150
149

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

Portions of RGB colors in percentages

R + G + B =
120 + 150 + 149 = 419 (100%)
R 120 of 419 ~ 28.64%
G 150 of 419 ~ 35.8%
B 149 of 419 ~ 35.56%

%28.64
%35.8
%35.56

CMYK color model

#789695 color CMYK value is (20,0,1,41).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 0.67%
  • key color value is 41.18%
CMYK:
(20,0,1,41)
C20M0Y1K41 
(20%,0%,1%,41%)
(0.20/0.00/0.01/0.41)	

CMYK percentages

%20
%0
%0.67
%41.18

Codes

Color #789695 in popluar color models

789695
RGB120150149
HSL178°12.50%52.94%
HSB/HSV178°20.00%58.82%
CMYK20.00%0.00%0.67%
41.18%

Color #789695 in popluar number systems.

HEX789695
Decimal120150149
Binary11110001001011010010101
Octal170226225

Shades and tints

Shades of #789695

#789695
(120,150,149)
#6E8988
(110,137,136)
#647C7B
(100,124,123)
#5A6F6E
(90,111,110)
#506261
(80,98,97)
#465554
(70,85,84)
#3C4847
(60,72,71)
#323B3A
(50,59,58)
#282E2D
(40,46,45)
#1E2120
(30,33,32)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #789695

#789695
(120,150,149)
#849F9E
(132,159,158)
#90A8A7
(144,168,167)
#9CB1B0
(156,177,176)
#A8BAB9
(168,186,185)
#B4C3C2
(180,195,194)
#C0CCCB
(192,204,203)
#CCD5D4
(204,213,212)
#D8DEDD
(216,222,221)
#E4E7E6
(228,231,230)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789695; }

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

This text font color is #789695.


Background Color

.myBgColor { background-color: #789695; }

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

This div background color is #789695.


Border color

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

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

This div border color is #789695.


Opacity

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

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

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

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

This text has shadow with #789695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789695 on black background.


Color preview on white background

This text has color #789695 on white background.



Black color preview on #789695 background

This text has black color on #789695 background.


White color preview on #789695 background

This text has white color on #789695 background.