COLOR #788D8D

HEX: #788D8D RGB: (120,141,141)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

120
141
141

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

Portions of RGB colors in percentages

R + G + B = 120 + 141 + 141 = 402 (100%)
R 120 of 402 ~ 29.85%
G 141 of 402 ~ 35.07%
B 141 of 402 ~ 35.07'%

%29.85
%35.07
%35.07

CMYK color model

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

  • cyan value is 14.89%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (15,0,0,45) C15M0Y0K45 (15%,0%,0%,45%) (0.15/0.00/0.00/0.45) 

CMYK percentages

%14.89
%0
%0
%44.71

Codes

Color #788D8D in popluar color models

78 8D 8D
RGB 120 141 141
HSL 180° 8.43% 51.18%
HSB/HSV 180° 14.89% 55.29%
CMYK 14.89% 0.00% 0.00%
44.71%

Color #788D8D in popluar number systems.

HEX 78 8D 8D
Decimal 120 141 141
Binary 1111000 10001101 10001101
Octal 170 215 215

Shades and tints

Shades of #788D8D

#788D8D
(120,141,141)
#6E8181
(110,129,129)
#647575
(100,117,117)
#5A6969
(90,105,105)
#505D5D
(80,93,93)
#465151
(70,81,81)
#3C4545
(60,69,69)
#323939
(50,57,57)
#282D2D
(40,45,45)
#1E2121
(30,33,33)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #788D8D

#788D8D
(120,141,141)
#849797
(132,151,151)
#90A1A1
(144,161,161)
#9CABAB
(156,171,171)
#A8B5B5
(168,181,181)
#B4BFBF
(180,191,191)
#C0C9C9
(192,201,201)
#CCD3D3
(204,211,211)
#D8DDDD
(216,221,221)
#E4E7E7
(228,231,231)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788D8D; }

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

This text font color is #788D8D.

Background Color

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

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

This div background color is #788D8D.

Border color

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

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

This div border color is #788D8D.

Opacity

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

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

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

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

This text has shadow with #788D8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788D8D.

Preview

Color preview on black background

This text has color #788D8D on black background.


Color preview on white background

This text has color #788D8D on white background.


Black color preview on #788D8D background

This text has black color on #788D8D background.


White color preview on #788D8D background

This text has white color on #788D8D background.


Related colors

Complementary color

Complementary color for #hex is #877272.


I love getcolorcode.com