COLOR #7C9378

HEX: #7C9378 RGB: (124,147,120)

Color info

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

RGB color model

#7C9378 color RGB value is (124,147,120).

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

RGB channels and saturation

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

124
147
120

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

Portions of RGB colors in percentages

R + G + B = 124 + 147 + 120 = 391 (100%)
R 124 of 391 ~ 31.71%
G 147 of 391 ~ 37.6%
B 120 of 391 ~ 30.69'%

%31.71
%37.6
%30.69

CMYK color model

#7C9378 color CMYK value is (16,0,18,42).

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

CMYK: (16,0,18,42)
C16M0Y18K42 (16%, 0%, 18%, 42%)
(0.16 / 0.00 / 0.18 / 0.42)

CMYK percentages

%15.65
%0
%18.37
%42.35

Codes

Color #7C9378 in popluar color models

7C 93 78
RGB 124 147 120
HSL 111° 11.11% 52.35%
HSB/HSV 111° 18.37% 57.65%
CMYK 15.65% 0.00% 18.37%
42.35%

Color #7C9378 in popluar number systems.

HEX 7C 93 78
Decimal 124 147 120
Binary 1111100 10010011 1111000
Octal 174 223 170

Shades and tints

Shades of #7C9378

#7C9378
(124,147,120)
#71866E
(113,134,110)
#667964
(102,121,100)
#5B6C5A
(91,108,90)
#505F50
(80,95,80)
#455246
(69,82,70)
#3A453C
(58,69,60)
#2F3832
(47,56,50)
#242B28
(36,43,40)
#191E1E
(25,30,30)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #7C9378

#7C9378
(124,147,120)
#879C84
(135,156,132)
#92A590
(146,165,144)
#9DAE9C
(157,174,156)
#A8B7A8
(168,183,168)
#B3C0B4
(179,192,180)
#BEC9C0
(190,201,192)
#C9D2CC
(201,210,204)
#D4DBD8
(212,219,216)
#DFE4E4
(223,228,228)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9378; }

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

This text font color is #7C9378.

Background Color

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

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

This div background color is #7C9378.

Border color

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

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

This div border color is #7C9378.

Opacity

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

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

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

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

This text has shadow with #7C9378 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C9378.

Preview

Color preview on black background

This text has color #7C9378 on black background.


Color preview on white background

This text has color #7C9378 on white background.


Black color preview on #7C9378 background

This text has black color on #7C9378 background.


White color preview on #7C9378 background

This text has white color on #7C9378 background.


Related colors

Complementary color

Complementary color for #hex is #836C87.


I love getcolorcode.com

Triadic colors

1 #787C93 and #93787C with #7C9378 are triadic colors.

2 #78937C and #937C78 with #7C9378 are triadic colors.