COLOR #7C745A

HEX: #7C745A RGB: (124,116,90)

Color info

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

RGB color model

#7C745A color RGB value is (124,116,90).

RGB: (124,116,90) (49%, 45%, 35%)

RGB channels and saturation

R 124 of 255 = 49%
G 116 of 255 = 45%
B 90 of 255 = 35%

124
116
90

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

Portions of RGB colors in percentages

R + G + B = 124 + 116 + 90 = 330 (100%)
R 124 of 330 ~ 37.58%
G 116 of 330 ~ 35.15%
B 90 of 330 ~ 27.27'%

%37.58
%35.15
%27.27

CMYK color model

#7C745A color CMYK value is (0,6,27,51).

  • cyan value is 0.00%
  • magenta value is 6.45%
  • yellow value is 27.42%
  • key color value is 51.37%

CMYK: (0,6,27,51)
C0M6Y27K51 (0%, 6%, 27%, 51%)
(0.00 / 0.06 / 0.27 / 0.51)

CMYK percentages

%0
%6.45
%27.42
%51.37

Codes

Color #7C745A in popluar color models

7C 74 5A
RGB 124 116 90
HSL 46° 15.89% 41.96%
HSB/HSV 46° 27.42% 48.63%
CMYK 0.00% 6.45% 27.42%
51.37%

Color #7C745A in popluar number systems.

HEX 7C 74 5A
Decimal 124 116 90
Binary 1111100 1110100 1011010
Octal 174 164 132

Shades and tints

Shades of #7C745A

#7C745A
(124,116,90)
#716A52
(113,106,82)
#66604A
(102,96,74)
#5B5642
(91,86,66)
#504C3A
(80,76,58)
#454232
(69,66,50)
#3A382A
(58,56,42)
#2F2E22
(47,46,34)
#24241A
(36,36,26)
#191A12
(25,26,18)
#0E100A
(14,16,10)
#000000
(0,0,0)

Tints of #7C745A

#7C745A
(124,116,90)
#878069
(135,128,105)
#928C78
(146,140,120)
#9D9887
(157,152,135)
#A8A496
(168,164,150)
#B3B0A5
(179,176,165)
#BEBCB4
(190,188,180)
#C9C8C3
(201,200,195)
#D4D4D2
(212,212,210)
#DFE0E1
(223,224,225)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C745A color. Also use rgb(124,116,90) instead hex code.

Text Font Color

.myTextColor { color: #7C745A; }

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

This text font color is #7C745A.

Background Color

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

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

This div background color is #7C745A.

Border color

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

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

This div border color is #7C745A.

Opacity

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

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

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

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

This text has shadow with #7C745A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C745A.

Preview

Color preview on black background

This text has color #7C745A on black background.


Color preview on white background

This text has color #7C745A on white background.


Black color preview on #7C745A background

This text has black color on #7C745A background.


White color preview on #7C745A background

This text has white color on #7C745A background.


Related colors

Complementary color

Complementary color for #hex is #838BA5.


I love getcolorcode.com

Triadic colors

1 #5A7C74 and #745A7C with #7C745A are triadic colors.

2 #5A747C and #747C5A with #7C745A are triadic colors.