COLOR #7C783C

HEX: #7C783C RGB: (124,120,60)

Color info

#7C783C contains mainly red and green colors. Web safe color of #7C783C is #666633 (or #663).

RGB color model

#7C783C color RGB value is (124,120,60).

RGB: (124,120,60) (49%, 47%, 24%)

RGB channels and saturation

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

124
120
60

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

Portions of RGB colors in percentages

R + G + B = 124 + 120 + 60 = 304 (100%)
R 124 of 304 ~ 40.79%
G 120 of 304 ~ 39.47%
B 60 of 304 ~ 19.74'%

%40.79
%39.47
%19.74

CMYK color model

#7C783C color CMYK value is (0,3,52,51).

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 51.61%
  • key color value is 51.37%

CMYK: (0,3,52,51)
C0M3Y52K51 (0%, 3%, 52%, 51%)
(0.00 / 0.03 / 0.52 / 0.51)

CMYK percentages

%0
%3.23
%51.61
%51.37

Codes

Color #7C783C in popluar color models

7C 78 3C
RGB 124 120 60
HSL 56° 34.78% 36.08%
HSB/HSV 56° 51.61% 48.63%
CMYK 0.00% 3.23% 51.61%
51.37%

Color #7C783C in popluar number systems.

HEX 7C 78 3C
Decimal 124 120 60
Binary 1111100 1111000 111100
Octal 174 170 74

Shades and tints

Shades of #7C783C

#7C783C
(124,120,60)
#716E37
(113,110,55)
#666432
(102,100,50)
#5B5A2D
(91,90,45)
#505028
(80,80,40)
#454623
(69,70,35)
#3A3C1E
(58,60,30)
#2F3219
(47,50,25)
#242814
(36,40,20)
#191E0F
(25,30,15)
#0E140A
(14,20,10)
#000000
(0,0,0)

Tints of #7C783C

#7C783C
(124,120,60)
#87844D
(135,132,77)
#92905E
(146,144,94)
#9D9C6F
(157,156,111)
#A8A880
(168,168,128)
#B3B491
(179,180,145)
#BEC0A2
(190,192,162)
#C9CCB3
(201,204,179)
#D4D8C4
(212,216,196)
#DFE4D5
(223,228,213)
#EAF0E6
(234,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C783C; }

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

This text font color is #7C783C.

Background Color

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

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

This div background color is #7C783C.

Border color

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

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

This div border color is #7C783C.

Opacity

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

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

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

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

This text has shadow with #7C783C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C783C.

Preview

Color preview on black background

This text has color #7C783C on black background.


Color preview on white background

This text has color #7C783C on white background.


Black color preview on #7C783C background

This text has black color on #7C783C background.


White color preview on #7C783C background

This text has white color on #7C783C background.


Related colors

Complementary color

Complementary color for #hex is #8387C3.


I love getcolorcode.com

Triadic colors

1 #3C7C78 and #783C7C with #7C783C are triadic colors.

2 #3C787C and #787C3C with #7C783C are triadic colors.