COLOR #78997C

HEX: #78997C
RGB: (120,153,124)

Color info

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

RGB color model

#78997C color RGB value is (120,153,124).

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

RGB channels and saturation

R 120 of 255 = 47%
G 153 of 255 = 60%
B 124 of 255 = 49%

120
153
124

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

Portions of RGB colors in percentages

R + G + B =
120 + 153 + 124 = 397 (100%)
R 120 of 397 ~ 30.23%
G 153 of 397 ~ 38.54%
B 124 of 397 ~ 31.23%

%30.23
%38.54
%31.23

CMYK color model

#78997C color CMYK value is (22,0,19,40).

  • cyan value is 21.57%
  • magenta value is 0.00%
  • yellow value is 18.95%
  • key color value is 40.00%
CMYK:
(22,0,19,40)
C22M0Y19K40 
(22%,0%,19%,40%)
(0.22/0.00/0.19/0.40)	

CMYK percentages

%21.57
%0
%18.95
%40

Codes

Color #78997C in popluar color models

78997C
RGB120153124
HSL127°13.92%53.53%
HSB/HSV127°21.57%60.00%
CMYK21.57%0.00%18.95%
40.00%

Color #78997C in popluar number systems.

HEX78997C
Decimal120153124
Binary1111000100110011111100
Octal170231174

Shades and tints

Shades of #78997C

#78997C
(120,153,124)
#6E8C71
(110,140,113)
#647F66
(100,127,102)
#5A725B
(90,114,91)
#506550
(80,101,80)
#465845
(70,88,69)
#3C4B3A
(60,75,58)
#323E2F
(50,62,47)
#283124
(40,49,36)
#1E2419
(30,36,25)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #78997C

#78997C
(120,153,124)
#84A287
(132,162,135)
#90AB92
(144,171,146)
#9CB49D
(156,180,157)
#A8BDA8
(168,189,168)
#B4C6B3
(180,198,179)
#C0CFBE
(192,207,190)
#CCD8C9
(204,216,201)
#D8E1D4
(216,225,212)
#E4EADF
(228,234,223)
#F0F3EA
(240,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78997C; }

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

This text font color is #78997C.


Background Color

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

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

This div background color is #78997C.


Border color

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

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

This div border color is #78997C.


Opacity

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

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

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

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

This text has shadow with #78997C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78997C on black background.


Color preview on white background

This text has color #78997C on white background.



Black color preview on #78997C background

This text has black color on #78997C background.


White color preview on #78997C background

This text has white color on #78997C background.