COLOR #788989

HEX: #788989
RGB: (120,137,137)

Color info

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

RGB color model

#788989 color RGB value is (120,137,137).

  • red value is 120;
  • green value is 137;
  • blue value is 137.
RGB:
(120,137,137)
(47%,54%,54%)

RGB channels and saturation

R 120 of 255 = 47%
G 137 of 255 = 54%
B 137 of 255 = 54%

120
137
137

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

Portions of RGB colors in percentages

R + G + B =
120 + 137 + 137 = 394 (100%)
R 120 of 394 ~ 30.46%
G 137 of 394 ~ 34.77%
B 137 of 394 ~ 34.77%

%30.46
%34.77
%34.77

CMYK color model

#788989 color CMYK value is (12,0,0,46).

  • cyan value is 12.41%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(12,0,0,46)
C12M0Y0K46 
(12%,0%,0%,46%)
(0.12/0.00/0.00/0.46)	

CMYK percentages

%12.41
%0
%0
%46.27

Codes

Color #788989 in popluar color models

788989
RGB120137137
HSL180°6.72%50.39%
HSB/HSV180°12.41%53.73%
CMYK12.41%0.00%0.00%
46.27%

Color #788989 in popluar number systems.

HEX788989
Decimal120137137
Binary11110001000100110001001
Octal170211211

Shades and tints

Shades of #788989

#788989
(120,137,137)
#6E7D7D
(110,125,125)
#647171
(100,113,113)
#5A6565
(90,101,101)
#505959
(80,89,89)
#464D4D
(70,77,77)
#3C4141
(60,65,65)
#323535
(50,53,53)
#282929
(40,41,41)
#1E1D1D
(30,29,29)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #788989

#788989
(120,137,137)
#849393
(132,147,147)
#909D9D
(144,157,157)
#9CA7A7
(156,167,167)
#A8B1B1
(168,177,177)
#B4BBBB
(180,187,187)
#C0C5C5
(192,197,197)
#CCCFCF
(204,207,207)
#D8D9D9
(216,217,217)
#E4E3E3
(228,227,227)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788989; }

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

This text font color is #788989.


Background Color

.myBgColor { background-color: #788989; }

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

This div background color is #788989.


Border color

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

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

This div border color is #788989.


Opacity

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

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

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

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

This text has shadow with #788989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788989 on black background.


Color preview on white background

This text has color #788989 on white background.



Black color preview on #788989 background

This text has black color on #788989 background.


White color preview on #788989 background

This text has white color on #788989 background.