COLOR #78928E

HEX: #78928E RGB: (120,146,142)

Color info

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

RGB color model

#78928E color RGB value is (120,146,142).

RGB: (120,146,142) (47%, 57%, 56%)

RGB channels and saturation

R 120 of 255 = 47%
G 146 of 255 = 57%
B 142 of 255 = 56%

120
146
142

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

Portions of RGB colors in percentages

R + G + B = 120 + 146 + 142 = 408 (100%)
R 120 of 408 ~ 29.41%
G 146 of 408 ~ 35.78%
B 142 of 408 ~ 34.8'%

%29.41
%35.78
%34.8

CMYK color model

#78928E color CMYK value is (18,0,3,43).

  • cyan value is 17.81%
  • magenta value is 0.00%
  • yellow value is 2.74%
  • key color value is 42.75%
CMYK: (18,0,3,43) C18M0Y3K43 (18%,0%,3%,43%) (0.18/0.00/0.03/0.43) 

CMYK percentages

%17.81
%0
%2.74
%42.75

Codes

Color #78928E in popluar color models

78 92 8E
RGB 120 146 142
HSL 171° 10.66% 52.16%
HSB/HSV 171° 17.81% 57.25%
CMYK 17.81% 0.00% 2.74%
42.75%

Color #78928E in popluar number systems.

HEX 78 92 8E
Decimal 120 146 142
Binary 1111000 10010010 10001110
Octal 170 222 216

Shades and tints

Shades of #78928E

#78928E
(120,146,142)
#6E8582
(110,133,130)
#647876
(100,120,118)
#5A6B6A
(90,107,106)
#505E5E
(80,94,94)
#465152
(70,81,82)
#3C4446
(60,68,70)
#32373A
(50,55,58)
#282A2E
(40,42,46)
#1E1D22
(30,29,34)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #78928E

#78928E
(120,146,142)
#849B98
(132,155,152)
#90A4A2
(144,164,162)
#9CADAC
(156,173,172)
#A8B6B6
(168,182,182)
#B4BFC0
(180,191,192)
#C0C8CA
(192,200,202)
#CCD1D4
(204,209,212)
#D8DADE
(216,218,222)
#E4E3E8
(228,227,232)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78928E; }

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

This text font color is #78928E.

Background Color

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

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

This div background color is #78928E.

Border color

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

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

This div border color is #78928E.

Opacity

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

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

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

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

This text has shadow with #78928E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78928E.

Preview

Color preview on black background

This text has color #78928E on black background.


Color preview on white background

This text has color #78928E on white background.


Black color preview on #78928E background

This text has black color on #78928E background.


White color preview on #78928E background

This text has white color on #78928E background.


Related colors

Complementary color

Complementary color for #hex is #876D71.


I love getcolorcode.com

Triadic colors

1 #8E7892 and #928E78 with #78928E are triadic colors.

2 #8E9278 and #92788E with #78928E are triadic colors.