COLOR #789D7E

HEX: #789D7E
RGB: (120,157,126)

Color info

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

RGB color model

#789D7E color RGB value is (120,157,126).

  • red value is 120;
  • green value is 157;
  • blue value is 126.
RGB:
(120,157,126)
(47%,62%,49%)

RGB channels and saturation

R 120 of 255 = 47%
G 157 of 255 = 62%
B 126 of 255 = 49%

120
157
126

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

Portions of RGB colors in percentages

R + G + B =
120 + 157 + 126 = 403 (100%)
R 120 of 403 ~ 29.78%
G 157 of 403 ~ 38.96%
B 126 of 403 ~ 31.27%

%29.78
%38.96
%31.27

CMYK color model

#789D7E color CMYK value is (24,0,20,38).

  • cyan value is 23.57%
  • magenta value is 0.00%
  • yellow value is 19.75%
  • key color value is 38.43%
CMYK:
(24,0,20,38)
C24M0Y20K38 
(24%,0%,20%,38%)
(0.24/0.00/0.20/0.38)	

CMYK percentages

%23.57
%0
%19.75
%38.43

Codes

Color #789D7E in popluar color models

789D7E
RGB120157126
HSL130°15.88%54.31%
HSB/HSV130°23.57%61.57%
CMYK23.57%0.00%19.75%
38.43%

Color #789D7E in popluar number systems.

HEX789D7E
Decimal120157126
Binary1111000100111011111110
Octal170235176

Shades and tints

Shades of #789D7E

#789D7E
(120,157,126)
#6E8F73
(110,143,115)
#648168
(100,129,104)
#5A735D
(90,115,93)
#506552
(80,101,82)
#465747
(70,87,71)
#3C493C
(60,73,60)
#323B31
(50,59,49)
#282D26
(40,45,38)
#1E1F1B
(30,31,27)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #789D7E

#789D7E
(120,157,126)
#84A589
(132,165,137)
#90AD94
(144,173,148)
#9CB59F
(156,181,159)
#A8BDAA
(168,189,170)
#B4C5B5
(180,197,181)
#C0CDC0
(192,205,192)
#CCD5CB
(204,213,203)
#D8DDD6
(216,221,214)
#E4E5E1
(228,229,225)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #789D7E color. Also use rgb(120,157,126) instead hex code.

Text Font Color

.myTextColor { color: #789D7E; }

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

This text font color is #789D7E.


Background Color

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

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

This div background color is #789D7E.


Border color

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

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

This div border color is #789D7E.


Opacity

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

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

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

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

This text has shadow with #789D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789D7E on black background.


Color preview on white background

This text has color #789D7E on white background.



Black color preview on #789D7E background

This text has black color on #789D7E background.


White color preview on #789D7E background

This text has white color on #789D7E background.