COLOR #78958C

HEX: #78958C
RGB: (120,149,140)

Color info

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

RGB color model

#78958C color RGB value is (120,149,140).

  • red value is 120;
  • green value is 149;
  • blue value is 140.
RGB:
(120,149,140)
(47%,58%,55%)

RGB channels and saturation

R 120 of 255 = 47%
G 149 of 255 = 58%
B 140 of 255 = 55%

120
149
140

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

Portions of RGB colors in percentages

R + G + B =
120 + 149 + 140 = 409 (100%)
R 120 of 409 ~ 29.34%
G 149 of 409 ~ 36.43%
B 140 of 409 ~ 34.23%

%29.34
%36.43
%34.23

CMYK color model

#78958C color CMYK value is (19,0,6,42).

  • cyan value is 19.46%
  • magenta value is 0.00%
  • yellow value is 6.04%
  • key color value is 41.57%
CMYK:
(19,0,6,42)
C19M0Y6K42 
(19%,0%,6%,42%)
(0.19/0.00/0.06/0.42)	

CMYK percentages

%19.46
%0
%6.04
%41.57

Codes

Color #78958C in popluar color models

78958C
RGB120149140
HSL161°12.03%52.75%
HSB/HSV161°19.46%58.43%
CMYK19.46%0.00%6.04%
41.57%

Color #78958C in popluar number systems.

HEX78958C
Decimal120149140
Binary11110001001010110001100
Octal170225214

Shades and tints

Shades of #78958C

#78958C
(120,149,140)
#6E8880
(110,136,128)
#647B74
(100,123,116)
#5A6E68
(90,110,104)
#50615C
(80,97,92)
#465450
(70,84,80)
#3C4744
(60,71,68)
#323A38
(50,58,56)
#282D2C
(40,45,44)
#1E2020
(30,32,32)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #78958C

#78958C
(120,149,140)
#849E96
(132,158,150)
#90A7A0
(144,167,160)
#9CB0AA
(156,176,170)
#A8B9B4
(168,185,180)
#B4C2BE
(180,194,190)
#C0CBC8
(192,203,200)
#CCD4D2
(204,212,210)
#D8DDDC
(216,221,220)
#E4E6E6
(228,230,230)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78958C color. Also use rgb(120,149,140) instead hex code.

Text Font Color

.myTextColor { color: #78958C; }

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

This text font color is #78958C.


Background Color

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

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

This div background color is #78958C.


Border color

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

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

This div border color is #78958C.


Opacity

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

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

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

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

This text has shadow with #78958C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78958C on black background.


Color preview on white background

This text has color #78958C on white background.



Black color preview on #78958C background

This text has black color on #78958C background.


White color preview on #78958C background

This text has white color on #78958C background.