COLOR #788D94

HEX: #788D94
RGB: (120,141,148)

Color info

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

RGB color model

#788D94 color RGB value is (120,141,148).

  • red value is 120;
  • green value is 141;
  • blue value is 148.
RGB:
(120,141,148)
(47%,55%,58%)

RGB channels and saturation

R 120 of 255 = 47%
G 141 of 255 = 55%
B 148 of 255 = 58%

120
141
148

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

Portions of RGB colors in percentages

R + G + B =
120 + 141 + 148 = 409 (100%)
R 120 of 409 ~ 29.34%
G 141 of 409 ~ 34.47%
B 148 of 409 ~ 36.19%

%29.34
%34.47
%36.19

CMYK color model

#788D94 color CMYK value is (19,5,0,42).

  • cyan value is 18.92%
  • magenta value is 4.73%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(19,5,0,42)
C19M5Y0K42 
(19%,5%,0%,42%)
(0.19/0.05/0.00/0.42)	

CMYK percentages

%18.92
%4.73
%0
%41.96

Codes

Color #788D94 in popluar color models

788D94
RGB120141148
HSL195°11.57%52.55%
HSB/HSV195°18.92%58.04%
CMYK18.92%4.73%0.00%
41.96%

Color #788D94 in popluar number systems.

HEX788D94
Decimal120141148
Binary11110001000110110010100
Octal170215224

Shades and tints

Shades of #788D94

#788D94
(120,141,148)
#6E8187
(110,129,135)
#64757A
(100,117,122)
#5A696D
(90,105,109)
#505D60
(80,93,96)
#465153
(70,81,83)
#3C4546
(60,69,70)
#323939
(50,57,57)
#282D2C
(40,45,44)
#1E211F
(30,33,31)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #788D94

#788D94
(120,141,148)
#84979D
(132,151,157)
#90A1A6
(144,161,166)
#9CABAF
(156,171,175)
#A8B5B8
(168,181,184)
#B4BFC1
(180,191,193)
#C0C9CA
(192,201,202)
#CCD3D3
(204,211,211)
#D8DDDC
(216,221,220)
#E4E7E5
(228,231,229)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788D94 color. Also use rgb(120,141,148) instead hex code.

Text Font Color

.myTextColor { color: #788D94; }

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

This text font color is #788D94.


Background Color

.myBgColor { background-color: #788D94; }

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

This div background color is #788D94.


Border color

.myBorderColor { border: 1px solid #788D94; }

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

This div border color is #788D94.


Opacity

.myOpacity80 { color: #788D94; opacity: 0.8; }

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

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

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

This text has shadow with #788D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788D94 on black background.


Color preview on white background

This text has color #788D94 on white background.



Black color preview on #788D94 background

This text has black color on #788D94 background.


White color preview on #788D94 background

This text has white color on #788D94 background.