COLOR #788A9C

HEX: #788A9C RGB: (120,138,156)

Color info

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

RGB color model

#788A9C color RGB value is (120,138,156).

RGB: (120,138,156) (47%, 54%, 61%)

RGB channels and saturation

R 120 of 255 = 47%
G 138 of 255 = 54%
B 156 of 255 = 61%

120
138
156

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

Portions of RGB colors in percentages

R + G + B = 120 + 138 + 156 = 414 (100%)
R 120 of 414 ~ 28.99%
G 138 of 414 ~ 33.33%
B 156 of 414 ~ 37.68'%

%28.99
%33.33
%37.68

CMYK color model

#788A9C color CMYK value is (23,12,0,39).

  • cyan value is 23.08%
  • magenta value is 11.54%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (23,12,0,39)
C23M12Y0K39 (23%, 12%, 0%, 39%)
(0.23 / 0.12 / 0.00 / 0.39)

CMYK percentages

%23.08
%11.54
%0
%38.82

Codes

Color #788A9C in popluar color models

78 8A 9C
RGB 120 138 156
HSL 210° 15.38% 54.12%
HSB/HSV 210° 23.08% 61.18%
CMYK 23.08% 11.54% 0.00%
38.82%

Color #788A9C in popluar number systems.

HEX 78 8A 9C
Decimal 120 138 156
Binary 1111000 10001010 10011100
Octal 170 212 234

Shades and tints

Shades of #788A9C

#788A9C
(120,138,156)
#6E7E8E
(110,126,142)
#647280
(100,114,128)
#5A6672
(90,102,114)
#505A64
(80,90,100)
#464E56
(70,78,86)
#3C4248
(60,66,72)
#32363A
(50,54,58)
#282A2C
(40,42,44)
#1E1E1E
(30,30,30)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #788A9C

#788A9C
(120,138,156)
#8494A5
(132,148,165)
#909EAE
(144,158,174)
#9CA8B7
(156,168,183)
#A8B2C0
(168,178,192)
#B4BCC9
(180,188,201)
#C0C6D2
(192,198,210)
#CCD0DB
(204,208,219)
#D8DAE4
(216,218,228)
#E4E4ED
(228,228,237)
#F0EEF6
(240,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788A9C; }

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

This text font color is #788A9C.

Background Color

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

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

This div background color is #788A9C.

Border color

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

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

This div border color is #788A9C.

Opacity

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

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

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

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

This text has shadow with #788A9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788A9C.

Preview

Color preview on black background

This text has color #788A9C on black background.


Color preview on white background

This text has color #788A9C on white background.


Black color preview on #788A9C background

This text has black color on #788A9C background.


White color preview on #788A9C background

This text has white color on #788A9C background.


Related colors

Complementary color

Complementary color for #hex is #877563.


I love getcolorcode.com

Triadic colors

1 #9C788A and #8A9C78 with #788A9C are triadic colors.

2 #9C8A78 and #8A789C with #788A9C are triadic colors.