COLOR #78928B

HEX: #78928B RGB: (120,146,139)

Color info

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

RGB color model

#78928B color RGB value is (120,146,139).

RGB: (120,146,139) (47%, 57%, 55%)

RGB channels and saturation

R 120 of 255 = 47%
G 146 of 255 = 57%
B 139 of 255 = 55%

120
146
139

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

Portions of RGB colors in percentages

R + G + B = 120 + 146 + 139 = 405 (100%)
R 120 of 405 ~ 29.63%
G 146 of 405 ~ 36.05%
B 139 of 405 ~ 34.32'%

%29.63
%36.05
%34.32

CMYK color model

#78928B color CMYK value is (18,0,5,43).

  • cyan value is 17.81%
  • magenta value is 0.00%
  • yellow value is 4.79%
  • key color value is 42.75%
CMYK: (18,0,5,43) C18M0Y5K43 (18%,0%,5%,43%) (0.18/0.00/0.05/0.43) 

CMYK percentages

%17.81
%0
%4.79
%42.75

Codes

Color #78928B in popluar color models

78 92 8B
RGB 120 146 139
HSL 164° 10.66% 52.16%
HSB/HSV 164° 17.81% 57.25%
CMYK 17.81% 0.00% 4.79%
42.75%

Color #78928B in popluar number systems.

HEX 78 92 8B
Decimal 120 146 139
Binary 1111000 10010010 10001011
Octal 170 222 213

Shades and tints

Shades of #78928B

#78928B
(120,146,139)
#6E857F
(110,133,127)
#647873
(100,120,115)
#5A6B67
(90,107,103)
#505E5B
(80,94,91)
#46514F
(70,81,79)
#3C4443
(60,68,67)
#323737
(50,55,55)
#282A2B
(40,42,43)
#1E1D1F
(30,29,31)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #78928B

#78928B
(120,146,139)
#849B95
(132,155,149)
#90A49F
(144,164,159)
#9CADA9
(156,173,169)
#A8B6B3
(168,182,179)
#B4BFBD
(180,191,189)
#C0C8C7
(192,200,199)
#CCD1D1
(204,209,209)
#D8DADB
(216,218,219)
#E4E3E5
(228,227,229)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78928B color. Also use rgb(120,146,139) instead hex code.

Text Font Color

.myTextColor { color: #78928B; }

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

This text font color is #78928B.

Background Color

.myBgColor { background-color: #78928B; }

<div style="background-color:#78928B">Inner text</div>

This div background color is #78928B.

Border color

.myBorderColor { border: 1px solid #78928B; }

<div style="border:3px solid #78928B">Div</div>

This div border color is #78928B.

Opacity

.myOpacity80 { color: #78928B; opacity: 0.8; }

<p style="color:#78928B;opacity:0.8;">80%</p>

Text with #78928B 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 #78928B;}

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

This text has shadow with #78928B color.


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

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

This text has shadow with #78928B primary color and red secondary color.


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

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

This text has shadow with #78928B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #78928B.

Preview

Color preview on black background

This text has color #78928B on black background.


Color preview on white background

This text has color #78928B on white background.


Black color preview on #78928B background

This text has black color on #78928B background.


White color preview on #78928B background

This text has white color on #78928B background.


Related colors

Complementary color

Complementary color for #hex is #876D74.


I love getcolorcode.com

Triadic colors

1 #8B7892 and #928B78 with #78928B are triadic colors.

2 #8B9278 and #92788B with #78928B are triadic colors.