COLOR #788E9C

HEX: #788E9C RGB: (120,142,156)

Color info

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

RGB color model

#788E9C color RGB value is (120,142,156).

RGB: (120,142,156) (47%, 56%, 61%)

RGB channels and saturation

R 120 of 255 = 47%
G 142 of 255 = 56%
B 156 of 255 = 61%

120
142
156

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

Portions of RGB colors in percentages

R + G + B = 120 + 142 + 156 = 418 (100%)
R 120 of 418 ~ 28.71%
G 142 of 418 ~ 33.97%
B 156 of 418 ~ 37.32'%

%28.71
%33.97
%37.32

CMYK color model

#788E9C color CMYK value is (23,9,0,39).

  • cyan value is 23.08%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK: (23,9,0,39) C23M9Y0K39 (23%,9%,0%,39%) (0.23/0.09/0.00/0.39) 

CMYK percentages

%23.08
%8.97
%0
%38.82

Codes

Color #788E9C in popluar color models

78 8E 9C
RGB 120 142 156
HSL 203° 15.38% 54.12%
HSB/HSV 203° 23.08% 61.18%
CMYK 23.08% 8.97% 0.00%
38.82%

Color #788E9C in popluar number systems.

HEX 78 8E 9C
Decimal 120 142 156
Binary 1111000 10001110 10011100
Octal 170 216 234

Shades and tints

Shades of #788E9C

#788E9C
(120,142,156)
#6E828E
(110,130,142)
#647680
(100,118,128)
#5A6A72
(90,106,114)
#505E64
(80,94,100)
#465256
(70,82,86)
#3C4648
(60,70,72)
#323A3A
(50,58,58)
#282E2C
(40,46,44)
#1E221E
(30,34,30)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #788E9C

#788E9C
(120,142,156)
#8498A5
(132,152,165)
#90A2AE
(144,162,174)
#9CACB7
(156,172,183)
#A8B6C0
(168,182,192)
#B4C0C9
(180,192,201)
#C0CAD2
(192,202,210)
#CCD4DB
(204,212,219)
#D8DEE4
(216,222,228)
#E4E8ED
(228,232,237)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788E9C; }

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

This text font color is #788E9C.

Background Color

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

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

This div background color is #788E9C.

Border color

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

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

This div border color is #788E9C.

Opacity

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

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

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

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

This text has shadow with #788E9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788E9C.

Preview

Color preview on black background

This text has color #788E9C on black background.


Color preview on white background

This text has color #788E9C on white background.


Black color preview on #788E9C background

This text has black color on #788E9C background.


White color preview on #788E9C background

This text has white color on #788E9C background.


Related colors

Complementary color

Complementary color for #hex is #877163.


I love getcolorcode.com

Triadic colors

1 #9C788E and #8E9C78 with #788E9C are triadic colors.

2 #9C8E78 and #8E789C with #788E9C are triadic colors.