COLOR #788D85

HEX: #788D85 RGB: (120,141,133)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

120
141
133

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

Portions of RGB colors in percentages

R + G + B = 120 + 141 + 133 = 394 (100%)
R 120 of 394 ~ 30.46%
G 141 of 394 ~ 35.79%
B 133 of 394 ~ 33.76'%

%30.46
%35.79
%33.76

CMYK color model

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

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

CMYK percentages

%14.89
%0
%5.67
%44.71

Codes

Color #788D85 in popluar color models

78 8D 85
RGB 120 141 133
HSL 157° 8.43% 51.18%
HSB/HSV 157° 14.89% 55.29%
CMYK 14.89% 0.00% 5.67%
44.71%

Color #788D85 in popluar number systems.

HEX 78 8D 85
Decimal 120 141 133
Binary 1111000 10001101 10000101
Octal 170 215 205

Shades and tints

Shades of #788D85

#788D85
(120,141,133)
#6E8179
(110,129,121)
#64756D
(100,117,109)
#5A6961
(90,105,97)
#505D55
(80,93,85)
#465149
(70,81,73)
#3C453D
(60,69,61)
#323931
(50,57,49)
#282D25
(40,45,37)
#1E2119
(30,33,25)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #788D85

#788D85
(120,141,133)
#849790
(132,151,144)
#90A19B
(144,161,155)
#9CABA6
(156,171,166)
#A8B5B1
(168,181,177)
#B4BFBC
(180,191,188)
#C0C9C7
(192,201,199)
#CCD3D2
(204,211,210)
#D8DDDD
(216,221,221)
#E4E7E8
(228,231,232)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788D85; }

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

This text font color is #788D85.

Background Color

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

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

This div background color is #788D85.

Border color

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

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

This div border color is #788D85.

Opacity

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

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

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

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

This text has shadow with #788D85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788D85.

Preview

Color preview on black background

This text has color #788D85 on black background.


Color preview on white background

This text has color #788D85 on white background.


Black color preview on #788D85 background

This text has black color on #788D85 background.


White color preview on #788D85 background

This text has white color on #788D85 background.


Related colors

Complementary color

Complementary color for #hex is #87727A.


I love getcolorcode.com

Triadic colors

1 #85788D and #8D8578 with #788D85 are triadic colors.

2 #858D78 and #8D7885 with #788D85 are triadic colors.