COLOR #78917C

HEX: #78917C
RGB: (120,145,124)

Color info

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

RGB color model

#78917C color RGB value is (120,145,124).

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

RGB channels and saturation

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

120
145
124

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

Portions of RGB colors in percentages

R + G + B =
120 + 145 + 124 = 389 (100%)
R 120 of 389 ~ 30.85%
G 145 of 389 ~ 37.28%
B 124 of 389 ~ 31.88%

%30.85
%37.28
%31.88

CMYK color model

#78917C color CMYK value is (17,0,14,43).

  • cyan value is 17.24%
  • magenta value is 0.00%
  • yellow value is 14.48%
  • key color value is 43.14%
CMYK:
(17,0,14,43)
C17M0Y14K43 
(17%,0%,14%,43%)
(0.17/0.00/0.14/0.43)	

CMYK percentages

%17.24
%0
%14.48
%43.14

Codes

Color #78917C in popluar color models

78917C
RGB120145124
HSL130°10.20%51.96%
HSB/HSV130°17.24%56.86%
CMYK17.24%0.00%14.48%
43.14%

Color #78917C in popluar number systems.

HEX78917C
Decimal120145124
Binary1111000100100011111100
Octal170221174

Shades and tints

Shades of #78917C

#78917C
(120,145,124)
#6E8471
(110,132,113)
#647766
(100,119,102)
#5A6A5B
(90,106,91)
#505D50
(80,93,80)
#465045
(70,80,69)
#3C433A
(60,67,58)
#32362F
(50,54,47)
#282924
(40,41,36)
#1E1C19
(30,28,25)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #78917C

#78917C
(120,145,124)
#849B87
(132,155,135)
#90A592
(144,165,146)
#9CAF9D
(156,175,157)
#A8B9A8
(168,185,168)
#B4C3B3
(180,195,179)
#C0CDBE
(192,205,190)
#CCD7C9
(204,215,201)
#D8E1D4
(216,225,212)
#E4EBDF
(228,235,223)
#F0F5EA
(240,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78917C; }

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

This text font color is #78917C.


Background Color

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

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

This div background color is #78917C.


Border color

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

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

This div border color is #78917C.


Opacity

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

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

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

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

This text has shadow with #78917C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78917C on black background.


Color preview on white background

This text has color #78917C on white background.



Black color preview on #78917C background

This text has black color on #78917C background.


White color preview on #78917C background

This text has white color on #78917C background.