COLOR #78917E

HEX: #78917E
RGB: (120,145,126)

Color info

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

RGB color model

#78917E color RGB value is (120,145,126).

  • red value is 120;
  • green value is 145;
  • blue value is 126.
RGB:
(120,145,126)
(47%,57%,49%)

RGB channels and saturation

R 120 of 255 = 47%
G 145 of 255 = 57%
B 126 of 255 = 49%

120
145
126

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

Portions of RGB colors in percentages

R + G + B =
120 + 145 + 126 = 391 (100%)
R 120 of 391 ~ 30.69%
G 145 of 391 ~ 37.08%
B 126 of 391 ~ 32.23%

%30.69
%37.08
%32.23

CMYK color model

#78917E color CMYK value is (17,0,13,43).

  • cyan value is 17.24%
  • magenta value is 0.00%
  • yellow value is 13.10%
  • key color value is 43.14%
CMYK:
(17,0,13,43)
C17M0Y13K43 
(17%,0%,13%,43%)
(0.17/0.00/0.13/0.43)	

CMYK percentages

%17.24
%0
%13.1
%43.14

Codes

Color #78917E in popluar color models

78917E
RGB120145126
HSL134°10.20%51.96%
HSB/HSV134°17.24%56.86%
CMYK17.24%0.00%13.10%
43.14%

Color #78917E in popluar number systems.

HEX78917E
Decimal120145126
Binary1111000100100011111110
Octal170221176

Shades and tints

Shades of #78917E

#78917E
(120,145,126)
#6E8473
(110,132,115)
#647768
(100,119,104)
#5A6A5D
(90,106,93)
#505D52
(80,93,82)
#465047
(70,80,71)
#3C433C
(60,67,60)
#323631
(50,54,49)
#282926
(40,41,38)
#1E1C1B
(30,28,27)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #78917E

#78917E
(120,145,126)
#849B89
(132,155,137)
#90A594
(144,165,148)
#9CAF9F
(156,175,159)
#A8B9AA
(168,185,170)
#B4C3B5
(180,195,181)
#C0CDC0
(192,205,192)
#CCD7CB
(204,215,203)
#D8E1D6
(216,225,214)
#E4EBE1
(228,235,225)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78917E; }

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

This text font color is #78917E.


Background Color

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

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

This div background color is #78917E.


Border color

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

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

This div border color is #78917E.


Opacity

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

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

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

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

This text has shadow with #78917E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78917E on black background.


Color preview on white background

This text has color #78917E on white background.



Black color preview on #78917E background

This text has black color on #78917E background.


White color preview on #78917E background

This text has white color on #78917E background.