COLOR #789E90

HEX: #789E90 RGB: (120,158,144)

Color info

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

RGB color model

#789E90 color RGB value is (120,158,144).

RGB: (120,158,144) (47%, 62%, 56%)

RGB channels and saturation

R 120 of 255 = 47%
G 158 of 255 = 62%
B 144 of 255 = 56%

120
158
144

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

Portions of RGB colors in percentages

R + G + B = 120 + 158 + 144 = 422 (100%)
R 120 of 422 ~ 28.44%
G 158 of 422 ~ 37.44%
B 144 of 422 ~ 34.12'%

%28.44
%37.44
%34.12

CMYK color model

#789E90 color CMYK value is (24,0,9,38).

  • cyan value is 24.05%
  • magenta value is 0.00%
  • yellow value is 8.86%
  • key color value is 38.04%
CMYK: (24,0,9,38) C24M0Y9K38 (24%,0%,9%,38%) (0.24/0.00/0.09/0.38) 

CMYK percentages

%24.05
%0
%8.86
%38.04

Codes

Color #789E90 in popluar color models

78 9E 90
RGB 120 158 144
HSL 158° 16.38% 54.51%
HSB/HSV 158° 24.05% 61.96%
CMYK 24.05% 0.00% 8.86%
38.04%

Color #789E90 in popluar number systems.

HEX 78 9E 90
Decimal 120 158 144
Binary 1111000 10011110 10010000
Octal 170 236 220

Shades and tints

Shades of #789E90

#789E90
(120,158,144)
#6E9083
(110,144,131)
#648276
(100,130,118)
#5A7469
(90,116,105)
#50665C
(80,102,92)
#46584F
(70,88,79)
#3C4A42
(60,74,66)
#323C35
(50,60,53)
#282E28
(40,46,40)
#1E201B
(30,32,27)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #789E90

#789E90
(120,158,144)
#84A69A
(132,166,154)
#90AEA4
(144,174,164)
#9CB6AE
(156,182,174)
#A8BEB8
(168,190,184)
#B4C6C2
(180,198,194)
#C0CECC
(192,206,204)
#CCD6D6
(204,214,214)
#D8DEE0
(216,222,224)
#E4E6EA
(228,230,234)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #789E90 color. Also use rgb(120,158,144) instead hex code.

Text Font Color

.myTextColor { color: #789E90; }

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

This text font color is #789E90.

Background Color

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

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

This div background color is #789E90.

Border color

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

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

This div border color is #789E90.

Opacity

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

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

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

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

This text has shadow with #789E90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #789E90.

Preview

Color preview on black background

This text has color #789E90 on black background.


Color preview on white background

This text has color #789E90 on white background.


Black color preview on #789E90 background

This text has black color on #789E90 background.


White color preview on #789E90 background

This text has white color on #789E90 background.


Related colors

Complementary color

Complementary color for #hex is #87616F.


I love getcolorcode.com

Triadic colors

1 #90789E and #9E9078 with #789E90 are triadic colors.

2 #909E78 and #9E7890 with #789E90 are triadic colors.