COLOR #7C9878

HEX: #7C9878
RGB: (124,152,120)

Color info

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

RGB color model

#7C9878 color RGB value is (124,152,120).

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

RGB channels and saturation

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

124
152
120

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

Portions of RGB colors in percentages

R + G + B =
124 + 152 + 120 = 396 (100%)
R 124 of 396 ~ 31.31%
G 152 of 396 ~ 38.38%
B 120 of 396 ~ 30.3%

%31.31
%38.38
%30.3

CMYK color model

#7C9878 color CMYK value is (18,0,21,40).

  • cyan value is 18.42%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 40.39%
CMYK:
(18,0,21,40)
C18M0Y21K40 
(18%,0%,21%,40%)
(0.18/0.00/0.21/0.40)	

CMYK percentages

%18.42
%0
%21.05
%40.39

Codes

Color #7C9878 in popluar color models

7C9878
RGB124152120
HSL113°13.45%53.33%
HSB/HSV113°21.05%59.61%
CMYK18.42%0.00%21.05%
40.39%

Color #7C9878 in popluar number systems.

HEX7C9878
Decimal124152120
Binary1111100100110001111000
Octal174230170

Shades and tints

Shades of #7C9878

#7C9878
(124,152,120)
#718B6E
(113,139,110)
#667E64
(102,126,100)
#5B715A
(91,113,90)
#506450
(80,100,80)
#455746
(69,87,70)
#3A4A3C
(58,74,60)
#2F3D32
(47,61,50)
#243028
(36,48,40)
#19231E
(25,35,30)
#0E1614
(14,22,20)
#000000
(0,0,0)

Tints of #7C9878

#7C9878
(124,152,120)
#87A184
(135,161,132)
#92AA90
(146,170,144)
#9DB39C
(157,179,156)
#A8BCA8
(168,188,168)
#B3C5B4
(179,197,180)
#BECEC0
(190,206,192)
#C9D7CC
(201,215,204)
#D4E0D8
(212,224,216)
#DFE9E4
(223,233,228)
#EAF2F0
(234,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9878 color. Also use rgb(124,152,120) instead hex code.

Text Font Color

.myTextColor { color: #7C9878; }

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

This text font color is #7C9878.


Background Color

.myBgColor { background-color: #7C9878; }

<div style="background-color:#7C9878">Inner text</div>

This div background color is #7C9878.


Border color

.myBorderColor { border: 1px solid #7C9878; }

<div style="border:3px solid #7C9878">Div</div>

This div border color is #7C9878.


Opacity

.myOpacity80 { color: #7C9878; opacity: 0.8; }

<p style="color:#7C9878;opacity:0.8;">80%</p>

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

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

This text has shadow with #7C9878 color.

.textShadow {text-shadow: 3px 3px 1px #7C9878, 3px 3px 1px red;}

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

This text has shadow with #7C9878 primary color and red secondary color.


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

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

This text has shadow with #7C9878 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9878 on black background.


Color preview on white background

This text has color #7C9878 on white background.



Black color preview on #7C9878 background

This text has black color on #7C9878 background.


White color preview on #7C9878 background

This text has white color on #7C9878 background.