COLOR #789088

HEX: #789088
RGB: (120,144,136)

Color info

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

RGB color model

#789088 color RGB value is (120,144,136).

  • red value is 120;
  • green value is 144;
  • blue value is 136.
RGB:
(120,144,136)
(47%,56%,53%)

RGB channels and saturation

R 120 of 255 = 47%
G 144 of 255 = 56%
B 136 of 255 = 53%

120
144
136

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

Portions of RGB colors in percentages

R + G + B =
120 + 144 + 136 = 400 (100%)
R 120 of 400 ~ 30%
G 144 of 400 ~ 36%
B 136 of 400 ~ 34%

%30
%36
%34

CMYK color model

#789088 color CMYK value is (17,0,6,44).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 43.53%
CMYK:
(17,0,6,44)
C17M0Y6K44 
(17%,0%,6%,44%)
(0.17/0.00/0.06/0.44)	

CMYK percentages

%16.67
%0
%5.56
%43.53

Codes

Color #789088 in popluar color models

789088
RGB120144136
HSL160°9.76%51.76%
HSB/HSV160°16.67%56.47%
CMYK16.67%0.00%5.56%
43.53%

Color #789088 in popluar number systems.

HEX789088
Decimal120144136
Binary11110001001000010001000
Octal170220210

Shades and tints

Shades of #789088

#789088
(120,144,136)
#6E837C
(110,131,124)
#647670
(100,118,112)
#5A6964
(90,105,100)
#505C58
(80,92,88)
#464F4C
(70,79,76)
#3C4240
(60,66,64)
#323534
(50,53,52)
#282828
(40,40,40)
#1E1B1C
(30,27,28)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #789088

#789088
(120,144,136)
#849A92
(132,154,146)
#90A49C
(144,164,156)
#9CAEA6
(156,174,166)
#A8B8B0
(168,184,176)
#B4C2BA
(180,194,186)
#C0CCC4
(192,204,196)
#CCD6CE
(204,214,206)
#D8E0D8
(216,224,216)
#E4EAE2
(228,234,226)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789088; }

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

This text font color is #789088.


Background Color

.myBgColor { background-color: #789088; }

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

This div background color is #789088.


Border color

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

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

This div border color is #789088.


Opacity

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

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

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

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

This text has shadow with #789088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789088 on black background.


Color preview on white background

This text has color #789088 on white background.



Black color preview on #789088 background

This text has black color on #789088 background.


White color preview on #789088 background

This text has white color on #789088 background.