COLOR #788B8D

HEX: #788B8D RGB: (120,139,141)

Color info

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

RGB color model

#788B8D color RGB value is (120,139,141).

RGB: (120,139,141) (47%, 55%, 55%)

RGB channels and saturation

R 120 of 255 = 47%
G 139 of 255 = 55%
B 141 of 255 = 55%

120
139
141

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

Portions of RGB colors in percentages

R + G + B = 120 + 139 + 141 = 400 (100%)
R 120 of 400 ~ 30%
G 139 of 400 ~ 34.75%
B 141 of 400 ~ 35.25'%

%30
%34.75
%35.25

CMYK color model

#788B8D color CMYK value is (15,1,0,45).

  • cyan value is 14.89%
  • magenta value is 1.42%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (15,1,0,45)
C15M1Y0K45 (15%, 1%, 0%, 45%)
(0.15 / 0.01 / 0.00 / 0.45)

CMYK percentages

%14.89
%1.42
%0
%44.71

Codes

Color #788B8D in popluar color models

78 8B 8D
RGB 120 139 141
HSL 186° 8.43% 51.18%
HSB/HSV 186° 14.89% 55.29%
CMYK 14.89% 1.42% 0.00%
44.71%

Color #788B8D in popluar number systems.

HEX 78 8B 8D
Decimal 120 139 141
Binary 1111000 10001011 10001101
Octal 170 213 215

Shades and tints

Shades of #788B8D

#788B8D
(120,139,141)
#6E7F81
(110,127,129)
#647375
(100,115,117)
#5A6769
(90,103,105)
#505B5D
(80,91,93)
#464F51
(70,79,81)
#3C4345
(60,67,69)
#323739
(50,55,57)
#282B2D
(40,43,45)
#1E1F21
(30,31,33)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #788B8D

#788B8D
(120,139,141)
#849597
(132,149,151)
#909FA1
(144,159,161)
#9CA9AB
(156,169,171)
#A8B3B5
(168,179,181)
#B4BDBF
(180,189,191)
#C0C7C9
(192,199,201)
#CCD1D3
(204,209,211)
#D8DBDD
(216,219,221)
#E4E5E7
(228,229,231)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788B8D; }

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

This text font color is #788B8D.

Background Color

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

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

This div background color is #788B8D.

Border color

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

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

This div border color is #788B8D.

Opacity

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

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

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

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

This text has shadow with #788B8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788B8D.

Preview

Color preview on black background

This text has color #788B8D on black background.


Color preview on white background

This text has color #788B8D on white background.


Black color preview on #788B8D background

This text has black color on #788B8D background.


White color preview on #788B8D background

This text has white color on #788B8D background.


Related colors

Complementary color

Complementary color for #hex is #877472.


I love getcolorcode.com

Triadic colors

1 #8D788B and #8B8D78 with #788B8D are triadic colors.

2 #8D8B78 and #8B788D with #788B8D are triadic colors.