COLOR #788D95

HEX: #788D95 RGB: (120,141,149)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

120
141
149

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

Portions of RGB colors in percentages

R + G + B = 120 + 141 + 149 = 410 (100%)
R 120 of 410 ~ 29.27%
G 141 of 410 ~ 34.39%
B 149 of 410 ~ 36.34'%

%29.27
%34.39
%36.34

CMYK color model

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

  • cyan value is 19.46%
  • magenta value is 5.37%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (19,5,0,42)
C19M5Y0K42 (19%, 5%, 0%, 42%)
(0.19 / 0.05 / 0.00 / 0.42)

CMYK percentages

%19.46
%5.37
%0
%41.57

Codes

Color #788D95 in popluar color models

78 8D 95
RGB 120 141 149
HSL 197° 12.03% 52.75%
HSB/HSV 197° 19.46% 58.43%
CMYK 19.46% 5.37% 0.00%
41.57%

Color #788D95 in popluar number systems.

HEX 78 8D 95
Decimal 120 141 149
Binary 1111000 10001101 10010101
Octal 170 215 225

Shades and tints

Shades of #788D95

#788D95
(120,141,149)
#6E8188
(110,129,136)
#64757B
(100,117,123)
#5A696E
(90,105,110)
#505D61
(80,93,97)
#465154
(70,81,84)
#3C4547
(60,69,71)
#32393A
(50,57,58)
#282D2D
(40,45,45)
#1E2120
(30,33,32)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #788D95

#788D95
(120,141,149)
#84979E
(132,151,158)
#90A1A7
(144,161,167)
#9CABB0
(156,171,176)
#A8B5B9
(168,181,185)
#B4BFC2
(180,191,194)
#C0C9CB
(192,201,203)
#CCD3D4
(204,211,212)
#D8DDDD
(216,221,221)
#E4E7E6
(228,231,230)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788D95; }

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

This text font color is #788D95.

Background Color

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

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

This div background color is #788D95.

Border color

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

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

This div border color is #788D95.

Opacity

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

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

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

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

This text has shadow with #788D95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788D95.

Preview

Color preview on black background

This text has color #788D95 on black background.


Color preview on white background

This text has color #788D95 on white background.


Black color preview on #788D95 background

This text has black color on #788D95 background.


White color preview on #788D95 background

This text has white color on #788D95 background.


Related colors

Complementary color

Complementary color for #hex is #87726A.


I love getcolorcode.com

Triadic colors

1 #95788D and #8D9578 with #788D95 are triadic colors.

2 #958D78 and #8D7895 with #788D95 are triadic colors.