COLOR #7C7350

HEX: #7C7350 RGB: (124,115,80)

Color info

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

RGB color model

#7C7350 color RGB value is (124,115,80).

RGB: (124,115,80) (49%, 45%, 31%)

RGB channels and saturation

R 124 of 255 = 49%
G 115 of 255 = 45%
B 80 of 255 = 31%

124
115
80

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

Portions of RGB colors in percentages

R + G + B = 124 + 115 + 80 = 319 (100%)
R 124 of 319 ~ 38.87%
G 115 of 319 ~ 36.05%
B 80 of 319 ~ 25.08'%

%38.87
%36.05
%25.08

CMYK color model

#7C7350 color CMYK value is (0,7,35,51).

  • cyan value is 0.00%
  • magenta value is 7.26%
  • yellow value is 35.48%
  • key color value is 51.37%

CMYK: (0,7,35,51)
C0M7Y35K51 (0%, 7%, 35%, 51%)
(0.00 / 0.07 / 0.35 / 0.51)

CMYK percentages

%0
%7.26
%35.48
%51.37

Codes

Color #7C7350 in popluar color models

7C 73 50
RGB 124 115 80
HSL 48° 21.57% 40.00%
HSB/HSV 48° 35.48% 48.63%
CMYK 0.00% 7.26% 35.48%
51.37%

Color #7C7350 in popluar number systems.

HEX 7C 73 50
Decimal 124 115 80
Binary 1111100 1110011 1010000
Octal 174 163 120

Shades and tints

Shades of #7C7350

#7C7350
(124,115,80)
#716949
(113,105,73)
#665F42
(102,95,66)
#5B553B
(91,85,59)
#504B34
(80,75,52)
#45412D
(69,65,45)
#3A3726
(58,55,38)
#2F2D1F
(47,45,31)
#242318
(36,35,24)
#191911
(25,25,17)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #7C7350

#7C7350
(124,115,80)
#877F5F
(135,127,95)
#928B6E
(146,139,110)
#9D977D
(157,151,125)
#A8A38C
(168,163,140)
#B3AF9B
(179,175,155)
#BEBBAA
(190,187,170)
#C9C7B9
(201,199,185)
#D4D3C8
(212,211,200)
#DFDFD7
(223,223,215)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7350 color. Also use rgb(124,115,80) instead hex code.

Text Font Color

.myTextColor { color: #7C7350; }

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

This text font color is #7C7350.

Background Color

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

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

This div background color is #7C7350.

Border color

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

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

This div border color is #7C7350.

Opacity

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

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

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

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

This text has shadow with #7C7350 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7350.

Preview

Color preview on black background

This text has color #7C7350 on black background.


Color preview on white background

This text has color #7C7350 on white background.


Black color preview on #7C7350 background

This text has black color on #7C7350 background.


White color preview on #7C7350 background

This text has white color on #7C7350 background.


Related colors

Complementary color

Complementary color for #hex is #838CAF.


I love getcolorcode.com

Triadic colors

1 #507C73 and #73507C with #7C7350 are triadic colors.

2 #50737C and #737C50 with #7C7350 are triadic colors.