COLOR #7C785C

HEX: #7C785C RGB: (124,120,92)

Color info

#7C785C contains red, green and blue colors in about the same proportion. Web safe color of #7C785C is #666666 (or #666).

RGB color model

#7C785C color RGB value is (124,120,92).

RGB: (124,120,92) (49%, 47%, 36%)

RGB channels and saturation

R 124 of 255 = 49%
G 120 of 255 = 47%
B 92 of 255 = 36%

124
120
92

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

Portions of RGB colors in percentages

R + G + B = 124 + 120 + 92 = 336 (100%)
R 124 of 336 ~ 36.9%
G 120 of 336 ~ 35.71%
B 92 of 336 ~ 27.38'%

%36.9
%35.71
%27.38

CMYK color model

#7C785C color CMYK value is (0,3,26,51).

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 25.81%
  • key color value is 51.37%
CMYK: (0,3,26,51) C0M3Y26K51 (0%,3%,26%,51%) (0.00/0.03/0.26/0.51) 

CMYK percentages

%0
%3.23
%25.81
%51.37

Codes

Color #7C785C in popluar color models

7C 78 5C
RGB 124 120 92
HSL 53° 14.81% 42.35%
HSB/HSV 53° 25.81% 48.63%
CMYK 0.00% 3.23% 25.81%
51.37%

Color #7C785C in popluar number systems.

HEX 7C 78 5C
Decimal 124 120 92
Binary 1111100 1111000 1011100
Octal 174 170 134

Shades and tints

Shades of #7C785C

#7C785C
(124,120,92)
#716E54
(113,110,84)
#66644C
(102,100,76)
#5B5A44
(91,90,68)
#50503C
(80,80,60)
#454634
(69,70,52)
#3A3C2C
(58,60,44)
#2F3224
(47,50,36)
#24281C
(36,40,28)
#191E14
(25,30,20)
#0E140C
(14,20,12)
#000000
(0,0,0)

Tints of #7C785C

#7C785C
(124,120,92)
#87846A
(135,132,106)
#929078
(146,144,120)
#9D9C86
(157,156,134)
#A8A894
(168,168,148)
#B3B4A2
(179,180,162)
#BEC0B0
(190,192,176)
#C9CCBE
(201,204,190)
#D4D8CC
(212,216,204)
#DFE4DA
(223,228,218)
#EAF0E8
(234,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C785C; }

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

This text font color is #7C785C.

Background Color

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

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

This div background color is #7C785C.

Border color

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

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

This div border color is #7C785C.

Opacity

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

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

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

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

This text has shadow with #7C785C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C785C.

Preview

Color preview on black background

This text has color #7C785C on black background.


Color preview on white background

This text has color #7C785C on white background.


Black color preview on #7C785C background

This text has black color on #7C785C background.


White color preview on #7C785C background

This text has white color on #7C785C background.


Related colors

Complementary color

Complementary color for #hex is #8387A3.


I love getcolorcode.com

Triadic colors

1 #5C7C78 and #785C7C with #7C785C are triadic colors.

2 #5C787C and #787C5C with #7C785C are triadic colors.