COLOR #788789

HEX: #788789
RGB: (120,135,137)

Color info

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

RGB color model

#788789 color RGB value is (120,135,137).

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

RGB channels and saturation

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

120
135
137

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

Portions of RGB colors in percentages

R + G + B =
120 + 135 + 137 = 392 (100%)
R 120 of 392 ~ 30.61%
G 135 of 392 ~ 34.44%
B 137 of 392 ~ 34.95%

%30.61
%34.44
%34.95

CMYK color model

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

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

CMYK percentages

%12.41
%1.46
%0
%46.27

Codes

Color #788789 in popluar color models

788789
RGB120135137
HSL187°6.72%50.39%
HSB/HSV187°12.41%53.73%
CMYK12.41%1.46%0.00%
46.27%

Color #788789 in popluar number systems.

HEX788789
Decimal120135137
Binary11110001000011110001001
Octal170207211

Shades and tints

Shades of #788789

#788789
(120,135,137)
#6E7B7D
(110,123,125)
#646F71
(100,111,113)
#5A6365
(90,99,101)
#505759
(80,87,89)
#464B4D
(70,75,77)
#3C3F41
(60,63,65)
#323335
(50,51,53)
#282729
(40,39,41)
#1E1B1D
(30,27,29)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #788789

#788789
(120,135,137)
#849193
(132,145,147)
#909B9D
(144,155,157)
#9CA5A7
(156,165,167)
#A8AFB1
(168,175,177)
#B4B9BB
(180,185,187)
#C0C3C5
(192,195,197)
#CCCDCF
(204,205,207)
#D8D7D9
(216,215,217)
#E4E1E3
(228,225,227)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788789; }

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

This text font color is #788789.


Background Color

.myBgColor { background-color: #788789; }

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

This div background color is #788789.


Border color

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

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

This div border color is #788789.


Opacity

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

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

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

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

This text has shadow with #788789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788789 on black background.


Color preview on white background

This text has color #788789 on white background.



Black color preview on #788789 background

This text has black color on #788789 background.


White color preview on #788789 background

This text has white color on #788789 background.