COLOR #7C7050

HEX: #7C7050
RGB: (124,112,80)

Color info

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

RGB color model

#7C7050 color RGB value is (124,112,80).

  • red value is 124;
  • green value is 112;
  • blue value is 80.
RGB:
(124,112,80)
(49%,44%,31%)

RGB channels and saturation

R 124 of 255 = 49%
G 112 of 255 = 44%
B 80 of 255 = 31%

124
112
80

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

Portions of RGB colors in percentages

R + G + B =
124 + 112 + 80 = 316 (100%)
R 124 of 316 ~ 39.24%
G 112 of 316 ~ 35.44%
B 80 of 316 ~ 25.32%

%39.24
%35.44
%25.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 35.48%
  • key color value is 51.37%
CMYK:
(0,10,35,51)
C0M10Y35K51 
(0%,10%,35%,51%)
(0.00/0.10/0.35/0.51)	

CMYK percentages

%0
%9.68
%35.48
%51.37

Codes

Color #7C7050 in popluar color models

7C7050
RGB12411280
HSL44°21.57%40.00%
HSB/HSV44°35.48%48.63%
CMYK0.00%9.68%35.48%
51.37%

Color #7C7050 in popluar number systems.

HEX7C7050
Decimal12411280
Binary111110011100001010000
Octal174160120

Shades and tints

Shades of #7C7050

#7C7050
(124,112,80)
#716649
(113,102,73)
#665C42
(102,92,66)
#5B523B
(91,82,59)
#504834
(80,72,52)
#453E2D
(69,62,45)
#3A3426
(58,52,38)
#2F2A1F
(47,42,31)
#242018
(36,32,24)
#191611
(25,22,17)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #7C7050

#7C7050
(124,112,80)
#877D5F
(135,125,95)
#928A6E
(146,138,110)
#9D977D
(157,151,125)
#A8A48C
(168,164,140)
#B3B19B
(179,177,155)
#BEBEAA
(190,190,170)
#C9CBB9
(201,203,185)
#D4D8C8
(212,216,200)
#DFE5D7
(223,229,215)
#EAF2E6
(234,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7050; }

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

This text font color is #7C7050.


Background Color

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

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

This div background color is #7C7050.


Border color

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

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

This div border color is #7C7050.


Opacity

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

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

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

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

This text has shadow with #7C7050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7050 on black background.


Color preview on white background

This text has color #7C7050 on white background.



Black color preview on #7C7050 background

This text has black color on #7C7050 background.


White color preview on #7C7050 background

This text has white color on #7C7050 background.