COLOR #789587

HEX: #789587
RGB: (120,149,135)

Color info

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

RGB color model

#789587 color RGB value is (120,149,135).

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

RGB channels and saturation

R 120 of 255 = 47%
G 149 of 255 = 58%
B 135 of 255 = 53%

120
149
135

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

Portions of RGB colors in percentages

R + G + B =
120 + 149 + 135 = 404 (100%)
R 120 of 404 ~ 29.7%
G 149 of 404 ~ 36.88%
B 135 of 404 ~ 33.42%

%29.7
%36.88
%33.42

CMYK color model

#789587 color CMYK value is (19,0,9,42).

  • cyan value is 19.46%
  • magenta value is 0.00%
  • yellow value is 9.40%
  • key color value is 41.57%
CMYK:
(19,0,9,42)
C19M0Y9K42 
(19%,0%,9%,42%)
(0.19/0.00/0.09/0.42)	

CMYK percentages

%19.46
%0
%9.4
%41.57

Codes

Color #789587 in popluar color models

789587
RGB120149135
HSL151°12.03%52.75%
HSB/HSV151°19.46%58.43%
CMYK19.46%0.00%9.40%
41.57%

Color #789587 in popluar number systems.

HEX789587
Decimal120149135
Binary11110001001010110000111
Octal170225207

Shades and tints

Shades of #789587

#789587
(120,149,135)
#6E887B
(110,136,123)
#647B6F
(100,123,111)
#5A6E63
(90,110,99)
#506157
(80,97,87)
#46544B
(70,84,75)
#3C473F
(60,71,63)
#323A33
(50,58,51)
#282D27
(40,45,39)
#1E201B
(30,32,27)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #789587

#789587
(120,149,135)
#849E91
(132,158,145)
#90A79B
(144,167,155)
#9CB0A5
(156,176,165)
#A8B9AF
(168,185,175)
#B4C2B9
(180,194,185)
#C0CBC3
(192,203,195)
#CCD4CD
(204,212,205)
#D8DDD7
(216,221,215)
#E4E6E1
(228,230,225)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789587; }

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

This text font color is #789587.


Background Color

.myBgColor { background-color: #789587; }

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

This div background color is #789587.


Border color

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

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

This div border color is #789587.


Opacity

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

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

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

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

This text has shadow with #789587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789587 on black background.


Color preview on white background

This text has color #789587 on white background.



Black color preview on #789587 background

This text has black color on #789587 background.


White color preview on #789587 background

This text has white color on #789587 background.