COLOR #78998E

HEX: #78998E
RGB: (120,153,142)

Color info

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

RGB color model

#78998E color RGB value is (120,153,142).

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

RGB channels and saturation

R 120 of 255 = 47%
G 153 of 255 = 60%
B 142 of 255 = 56%

120
153
142

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

Portions of RGB colors in percentages

R + G + B =
120 + 153 + 142 = 415 (100%)
R 120 of 415 ~ 28.92%
G 153 of 415 ~ 36.87%
B 142 of 415 ~ 34.22%

%28.92
%36.87
%34.22

CMYK color model

#78998E color CMYK value is (22,0,7,40).

  • cyan value is 21.57%
  • magenta value is 0.00%
  • yellow value is 7.19%
  • key color value is 40.00%
CMYK:
(22,0,7,40)
C22M0Y7K40 
(22%,0%,7%,40%)
(0.22/0.00/0.07/0.40)	

CMYK percentages

%21.57
%0
%7.19
%40

Codes

Color #78998E in popluar color models

78998E
RGB120153142
HSL160°13.92%53.53%
HSB/HSV160°21.57%60.00%
CMYK21.57%0.00%7.19%
40.00%

Color #78998E in popluar number systems.

HEX78998E
Decimal120153142
Binary11110001001100110001110
Octal170231216

Shades and tints

Shades of #78998E

#78998E
(120,153,142)
#6E8C82
(110,140,130)
#647F76
(100,127,118)
#5A726A
(90,114,106)
#50655E
(80,101,94)
#465852
(70,88,82)
#3C4B46
(60,75,70)
#323E3A
(50,62,58)
#28312E
(40,49,46)
#1E2422
(30,36,34)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #78998E

#78998E
(120,153,142)
#84A298
(132,162,152)
#90ABA2
(144,171,162)
#9CB4AC
(156,180,172)
#A8BDB6
(168,189,182)
#B4C6C0
(180,198,192)
#C0CFCA
(192,207,202)
#CCD8D4
(204,216,212)
#D8E1DE
(216,225,222)
#E4EAE8
(228,234,232)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78998E; }

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

This text font color is #78998E.


Background Color

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

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

This div background color is #78998E.


Border color

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

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

This div border color is #78998E.


Opacity

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

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

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

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

This text has shadow with #78998E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78998E on black background.


Color preview on white background

This text has color #78998E on white background.



Black color preview on #78998E background

This text has black color on #78998E background.


White color preview on #78998E background

This text has white color on #78998E background.