COLOR #78937E

HEX: #78937E RGB: (120,147,126)

Color info

#78937E contains red, green and blue colors in about the same proportion. Web safe color of #78937E is #669966 (or #696).

RGB color model

#78937E color RGB value is (120,147,126).

RGB: (120,147,126) (47%, 58%, 49%)

RGB channels and saturation

R 120 of 255 = 47%
G 147 of 255 = 58%
B 126 of 255 = 49%

120
147
126

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

Portions of RGB colors in percentages

R + G + B = 120 + 147 + 126 = 393 (100%)
R 120 of 393 ~ 30.53%
G 147 of 393 ~ 37.4%
B 126 of 393 ~ 32.06'%

%30.53
%37.4
%32.06

CMYK color model

#78937E color CMYK value is (18,0,14,42).

  • cyan value is 18.37%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 42.35%

CMYK: (18,0,14,42)
C18M0Y14K42 (18%, 0%, 14%, 42%)
(0.18 / 0.00 / 0.14 / 0.42)

CMYK percentages

%18.37
%0
%14.29
%42.35

Codes

Color #78937E in popluar color models

78 93 7E
RGB 120 147 126
HSL 133° 11.11% 52.35%
HSB/HSV 133° 18.37% 57.65%
CMYK 18.37% 0.00% 14.29%
42.35%

Color #78937E in popluar number systems.

HEX 78 93 7E
Decimal 120 147 126
Binary 1111000 10010011 1111110
Octal 170 223 176

Shades and tints

Shades of #78937E

#78937E
(120,147,126)
#6E8673
(110,134,115)
#647968
(100,121,104)
#5A6C5D
(90,108,93)
#505F52
(80,95,82)
#465247
(70,82,71)
#3C453C
(60,69,60)
#323831
(50,56,49)
#282B26
(40,43,38)
#1E1E1B
(30,30,27)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #78937E

#78937E
(120,147,126)
#849C89
(132,156,137)
#90A594
(144,165,148)
#9CAE9F
(156,174,159)
#A8B7AA
(168,183,170)
#B4C0B5
(180,192,181)
#C0C9C0
(192,201,192)
#CCD2CB
(204,210,203)
#D8DBD6
(216,219,214)
#E4E4E1
(228,228,225)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78937E color. Also use rgb(120,147,126) instead hex code.

Text Font Color

.myTextColor { color: #78937E; }

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

This text font color is #78937E.

Background Color

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

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

This div background color is #78937E.

Border color

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

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

This div border color is #78937E.

Opacity

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

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

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

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

This text has shadow with #78937E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78937E.

Preview

Color preview on black background

This text has color #78937E on black background.


Color preview on white background

This text has color #78937E on white background.


Black color preview on #78937E background

This text has black color on #78937E background.


White color preview on #78937E background

This text has white color on #78937E background.


Related colors

Complementary color

Complementary color for #hex is #876C81.


I love getcolorcode.com

Triadic colors

1 #7E7893 and #937E78 with #78937E are triadic colors.

2 #7E9378 and #93787E with #78937E are triadic colors.