COLOR #78929C

HEX: #78929C
RGB: (120,146,156)

Color info

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

RGB color model

#78929C color RGB value is (120,146,156).

  • red value is 120;
  • green value is 146;
  • blue value is 156.
RGB:
(120,146,156)
(47%,57%,61%)

RGB channels and saturation

R 120 of 255 = 47%
G 146 of 255 = 57%
B 156 of 255 = 61%

120
146
156

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

Portions of RGB colors in percentages

R + G + B =
120 + 146 + 156 = 422 (100%)
R 120 of 422 ~ 28.44%
G 146 of 422 ~ 34.6%
B 156 of 422 ~ 36.97%

%28.44
%34.6
%36.97

CMYK color model

#78929C color CMYK value is (23,6,0,39).

  • cyan value is 23.08%
  • magenta value is 6.41%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(23,6,0,39)
C23M6Y0K39 
(23%,6%,0%,39%)
(0.23/0.06/0.00/0.39)	

CMYK percentages

%23.08
%6.41
%0
%38.82

Codes

Color #78929C in popluar color models

78929C
RGB120146156
HSL197°15.38%54.12%
HSB/HSV197°23.08%61.18%
CMYK23.08%6.41%0.00%
38.82%

Color #78929C in popluar number systems.

HEX78929C
Decimal120146156
Binary11110001001001010011100
Octal170222234

Shades and tints

Shades of #78929C

#78929C
(120,146,156)
#6E858E
(110,133,142)
#647880
(100,120,128)
#5A6B72
(90,107,114)
#505E64
(80,94,100)
#465156
(70,81,86)
#3C4448
(60,68,72)
#32373A
(50,55,58)
#282A2C
(40,42,44)
#1E1D1E
(30,29,30)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #78929C

#78929C
(120,146,156)
#849BA5
(132,155,165)
#90A4AE
(144,164,174)
#9CADB7
(156,173,183)
#A8B6C0
(168,182,192)
#B4BFC9
(180,191,201)
#C0C8D2
(192,200,210)
#CCD1DB
(204,209,219)
#D8DAE4
(216,218,228)
#E4E3ED
(228,227,237)
#F0ECF6
(240,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78929C; }

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

This text font color is #78929C.


Background Color

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

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

This div background color is #78929C.


Border color

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

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

This div border color is #78929C.


Opacity

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

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

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

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

This text has shadow with #78929C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78929C on black background.


Color preview on white background

This text has color #78929C on white background.



Black color preview on #78929C background

This text has black color on #78929C background.


White color preview on #78929C background

This text has white color on #78929C background.