COLOR #7C7557

HEX: #7C7557 RGB: (124,117,87)

Color info

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

RGB color model

#7C7557 color RGB value is (124,117,87).

RGB: (124,117,87) (49%, 46%, 34%)

RGB channels and saturation

R 124 of 255 = 49%
G 117 of 255 = 46%
B 87 of 255 = 34%

124
117
87

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

Portions of RGB colors in percentages

R + G + B = 124 + 117 + 87 = 328 (100%)
R 124 of 328 ~ 37.8%
G 117 of 328 ~ 35.67%
B 87 of 328 ~ 26.52'%

%37.8
%35.67
%26.52

CMYK color model

#7C7557 color CMYK value is (0,6,30,51).

  • cyan value is 0.00%
  • magenta value is 5.65%
  • yellow value is 29.84%
  • key color value is 51.37%
CMYK: (0,6,30,51) C0M6Y30K51 (0%,6%,30%,51%) (0.00/0.06/0.30/0.51) 

CMYK percentages

%0
%5.65
%29.84
%51.37

Codes

Color #7C7557 in popluar color models

7C 75 57
RGB 124 117 87
HSL 49° 17.54% 41.37%
HSB/HSV 49° 29.84% 48.63%
CMYK 0.00% 5.65% 29.84%
51.37%

Color #7C7557 in popluar number systems.

HEX 7C 75 57
Decimal 124 117 87
Binary 1111100 1110101 1010111
Octal 174 165 127

Shades and tints

Shades of #7C7557

#7C7557
(124,117,87)
#716B50
(113,107,80)
#666149
(102,97,73)
#5B5742
(91,87,66)
#504D3B
(80,77,59)
#454334
(69,67,52)
#3A392D
(58,57,45)
#2F2F26
(47,47,38)
#24251F
(36,37,31)
#191B18
(25,27,24)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #7C7557

#7C7557
(124,117,87)
#878166
(135,129,102)
#928D75
(146,141,117)
#9D9984
(157,153,132)
#A8A593
(168,165,147)
#B3B1A2
(179,177,162)
#BEBDB1
(190,189,177)
#C9C9C0
(201,201,192)
#D4D5CF
(212,213,207)
#DFE1DE
(223,225,222)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7557 color. Also use rgb(124,117,87) instead hex code.

Text Font Color

.myTextColor { color: #7C7557; }

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

This text font color is #7C7557.

Background Color

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

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

This div background color is #7C7557.

Border color

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

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

This div border color is #7C7557.

Opacity

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

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

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

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

This text has shadow with #7C7557 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7557.

Preview

Color preview on black background

This text has color #7C7557 on black background.


Color preview on white background

This text has color #7C7557 on white background.


Black color preview on #7C7557 background

This text has black color on #7C7557 background.


White color preview on #7C7557 background

This text has white color on #7C7557 background.


Related colors

Complementary color

Complementary color for #hex is #838AA8.


I love getcolorcode.com

Triadic colors

1 #577C75 and #75577C with #7C7557 are triadic colors.

2 #57757C and #757C57 with #7C7557 are triadic colors.