COLOR #7C6A5D

HEX: #7C6A5D
RGB: (124,106,93)

Color info

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

RGB color model

#7C6A5D color RGB value is (124,106,93).

  • red value is 124;
  • green value is 106;
  • blue value is 93.
RGB:
(124,106,93)
(49%,42%,36%)

RGB channels and saturation

R 124 of 255 = 49%
G 106 of 255 = 42%
B 93 of 255 = 36%

124
106
93

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

Portions of RGB colors in percentages

R + G + B =
124 + 106 + 93 = 323 (100%)
R 124 of 323 ~ 38.39%
G 106 of 323 ~ 32.82%
B 93 of 323 ~ 28.79%

%38.39
%32.82
%28.79

CMYK color model

#7C6A5D color CMYK value is (0,15,25,51).

  • cyan value is 0.00%
  • magenta value is 14.52%
  • yellow value is 25.00%
  • key color value is 51.37%
CMYK:
(0,15,25,51)
C0M15Y25K51 
(0%,15%,25%,51%)
(0.00/0.15/0.25/0.51)	

CMYK percentages

%0
%14.52
%25
%51.37

Codes

Color #7C6A5D in popluar color models

7C6A5D
RGB12410693
HSL25°14.29%42.55%
HSB/HSV25°25.00%48.63%
CMYK0.00%14.52%25.00%
51.37%

Color #7C6A5D in popluar number systems.

HEX7C6A5D
Decimal12410693
Binary111110011010101011101
Octal174152135

Shades and tints

Shades of #7C6A5D

#7C6A5D
(124,106,93)
#716155
(113,97,85)
#66584D
(102,88,77)
#5B4F45
(91,79,69)
#50463D
(80,70,61)
#453D35
(69,61,53)
#3A342D
(58,52,45)
#2F2B25
(47,43,37)
#24221D
(36,34,29)
#191915
(25,25,21)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #7C6A5D

#7C6A5D
(124,106,93)
#87776B
(135,119,107)
#928479
(146,132,121)
#9D9187
(157,145,135)
#A89E95
(168,158,149)
#B3ABA3
(179,171,163)
#BEB8B1
(190,184,177)
#C9C5BF
(201,197,191)
#D4D2CD
(212,210,205)
#DFDFDB
(223,223,219)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6A5D color. Also use rgb(124,106,93) instead hex code.

Text Font Color

.myTextColor { color: #7C6A5D; }

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

This text font color is #7C6A5D.


Background Color

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

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

This div background color is #7C6A5D.


Border color

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

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

This div border color is #7C6A5D.


Opacity

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

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

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

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

This text has shadow with #7C6A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6A5D on black background.


Color preview on white background

This text has color #7C6A5D on white background.



Black color preview on #7C6A5D background

This text has black color on #7C6A5D background.


White color preview on #7C6A5D background

This text has white color on #7C6A5D background.