COLOR #78929A

HEX: #78929A RGB: (120,146,154)

Color info

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

RGB color model

#78929A color RGB value is (120,146,154).

RGB: (120,146,154) (47%, 57%, 60%)

RGB channels and saturation

R 120 of 255 = 47%
G 146 of 255 = 57%
B 154 of 255 = 60%

120
146
154

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

Portions of RGB colors in percentages

R + G + B = 120 + 146 + 154 = 420 (100%)
R 120 of 420 ~ 28.57%
G 146 of 420 ~ 34.76%
B 154 of 420 ~ 36.67'%

%28.57
%34.76
%36.67

CMYK color model

#78929A color CMYK value is (22,5,0,40).

  • cyan value is 22.08%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (22,5,0,40)
C22M5Y0K40 (22%, 5%, 0%, 40%)
(0.22 / 0.05 / 0.00 / 0.40)

CMYK percentages

%22.08
%5.19
%0
%39.61

Codes

Color #78929A in popluar color models

78 92 9A
RGB 120 146 154
HSL 194° 14.41% 53.73%
HSB/HSV 194° 22.08% 60.39%
CMYK 22.08% 5.19% 0.00%
39.61%

Color #78929A in popluar number systems.

HEX 78 92 9A
Decimal 120 146 154
Binary 1111000 10010010 10011010
Octal 170 222 232

Shades and tints

Shades of #78929A

#78929A
(120,146,154)
#6E858C
(110,133,140)
#64787E
(100,120,126)
#5A6B70
(90,107,112)
#505E62
(80,94,98)
#465154
(70,81,84)
#3C4446
(60,68,70)
#323738
(50,55,56)
#282A2A
(40,42,42)
#1E1D1C
(30,29,28)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #78929A

#78929A
(120,146,154)
#849BA3
(132,155,163)
#90A4AC
(144,164,172)
#9CADB5
(156,173,181)
#A8B6BE
(168,182,190)
#B4BFC7
(180,191,199)
#C0C8D0
(192,200,208)
#CCD1D9
(204,209,217)
#D8DAE2
(216,218,226)
#E4E3EB
(228,227,235)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78929A color. Also use rgb(120,146,154) instead hex code.

Text Font Color

.myTextColor { color: #78929A; }

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

This text font color is #78929A.

Background Color

.myBgColor { background-color: #78929A; }

<div style="background-color:#78929A">Inner text</div>

This div background color is #78929A.

Border color

.myBorderColor { border: 1px solid #78929A; }

<div style="border:3px solid #78929A">Div</div>

This div border color is #78929A.

Opacity

.myOpacity80 { color: #78929A; opacity: 0.8; }

<p style="color:#78929A;opacity:0.8;">80%</p>

Text with #78929A 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 #78929A;}

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

This text has shadow with #78929A color.


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

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

This text has shadow with #78929A primary color and red secondary color.


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

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

This text has shadow with #78929A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #78929A.

Preview

Color preview on black background

This text has color #78929A on black background.


Color preview on white background

This text has color #78929A on white background.


Black color preview on #78929A background

This text has black color on #78929A background.


White color preview on #78929A background

This text has white color on #78929A background.


Related colors

Complementary color

Complementary color for #hex is #876D65.


I love getcolorcode.com

Triadic colors

1 #9A7892 and #929A78 with #78929A are triadic colors.

2 #9A9278 and #92789A with #78929A are triadic colors.