COLOR #78948E

HEX: #78948E
RGB: (120,148,142)

Color info

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

RGB color model

#78948E color RGB value is (120,148,142).

  • red value is 120;
  • green value is 148;
  • blue value is 142.
RGB:
(120,148,142)
(47%,58%,56%)

RGB channels and saturation

R 120 of 255 = 47%
G 148 of 255 = 58%
B 142 of 255 = 56%

120
148
142

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

Portions of RGB colors in percentages

R + G + B =
120 + 148 + 142 = 410 (100%)
R 120 of 410 ~ 29.27%
G 148 of 410 ~ 36.1%
B 142 of 410 ~ 34.63%

%29.27
%36.1
%34.63

CMYK color model

#78948E color CMYK value is (19,0,4,42).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 4.05%
  • key color value is 41.96%
CMYK:
(19,0,4,42)
C19M0Y4K42 
(19%,0%,4%,42%)
(0.19/0.00/0.04/0.42)	

CMYK percentages

%18.92
%0
%4.05
%41.96

Codes

Color #78948E in popluar color models

78948E
RGB120148142
HSL167°11.57%52.55%
HSB/HSV167°18.92%58.04%
CMYK18.92%0.00%4.05%
41.96%

Color #78948E in popluar number systems.

HEX78948E
Decimal120148142
Binary11110001001010010001110
Octal170224216

Shades and tints

Shades of #78948E

#78948E
(120,148,142)
#6E8782
(110,135,130)
#647A76
(100,122,118)
#5A6D6A
(90,109,106)
#50605E
(80,96,94)
#465352
(70,83,82)
#3C4646
(60,70,70)
#32393A
(50,57,58)
#282C2E
(40,44,46)
#1E1F22
(30,31,34)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #78948E

#78948E
(120,148,142)
#849D98
(132,157,152)
#90A6A2
(144,166,162)
#9CAFAC
(156,175,172)
#A8B8B6
(168,184,182)
#B4C1C0
(180,193,192)
#C0CACA
(192,202,202)
#CCD3D4
(204,211,212)
#D8DCDE
(216,220,222)
#E4E5E8
(228,229,232)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78948E; }

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

This text font color is #78948E.


Background Color

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

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

This div background color is #78948E.


Border color

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

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

This div border color is #78948E.


Opacity

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

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

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

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

This text has shadow with #78948E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78948E on black background.


Color preview on white background

This text has color #78948E on white background.



Black color preview on #78948E background

This text has black color on #78948E background.


White color preview on #78948E background

This text has white color on #78948E background.