COLOR #789087

HEX: #789087
RGB: (120,144,135)

Color info

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

RGB color model

#789087 color RGB value is (120,144,135).

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

RGB channels and saturation

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

120
144
135

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

Portions of RGB colors in percentages

R + G + B =
120 + 144 + 135 = 399 (100%)
R 120 of 399 ~ 30.08%
G 144 of 399 ~ 36.09%
B 135 of 399 ~ 33.83%

%30.08
%36.09
%33.83

CMYK color model

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

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • 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
%6.25
%43.53

Codes

Color #789087 in popluar color models

789087
RGB120144135
HSL158°9.76%51.76%
HSB/HSV158°16.67%56.47%
CMYK16.67%0.00%6.25%
43.53%

Color #789087 in popluar number systems.

HEX789087
Decimal120144135
Binary11110001001000010000111
Octal170220207

Shades and tints

Shades of #789087

#789087
(120,144,135)
#6E837B
(110,131,123)
#64766F
(100,118,111)
#5A6963
(90,105,99)
#505C57
(80,92,87)
#464F4B
(70,79,75)
#3C423F
(60,66,63)
#323533
(50,53,51)
#282827
(40,40,39)
#1E1B1B
(30,27,27)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #789087

#789087
(120,144,135)
#849A91
(132,154,145)
#90A49B
(144,164,155)
#9CAEA5
(156,174,165)
#A8B8AF
(168,184,175)
#B4C2B9
(180,194,185)
#C0CCC3
(192,204,195)
#CCD6CD
(204,214,205)
#D8E0D7
(216,224,215)
#E4EAE1
(228,234,225)
#F0F4EB
(240,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789087; }

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

This text font color is #789087.


Background Color

.myBgColor { background-color: #789087; }

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

This div background color is #789087.


Border color

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

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

This div border color is #789087.


Opacity

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

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

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

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

This text has shadow with #789087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789087 on black background.


Color preview on white background

This text has color #789087 on white background.



Black color preview on #789087 background

This text has black color on #789087 background.


White color preview on #789087 background

This text has white color on #789087 background.