COLOR #7C6A56

HEX: #7C6A56
RGB: (124,106,86)

Color info

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

RGB color model

#7C6A56 color RGB value is (124,106,86).

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

RGB channels and saturation

R 124 of 255 = 49%
G 106 of 255 = 42%
B 86 of 255 = 34%

124
106
86

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

Portions of RGB colors in percentages

R + G + B =
124 + 106 + 86 = 316 (100%)
R 124 of 316 ~ 39.24%
G 106 of 316 ~ 33.54%
B 86 of 316 ~ 27.22%

%39.24
%33.54
%27.22

CMYK color model

#7C6A56 color CMYK value is (0,15,31,51).

  • cyan value is 0.00%
  • magenta value is 14.52%
  • yellow value is 30.65%
  • key color value is 51.37%
CMYK:
(0,15,31,51)
C0M15Y31K51 
(0%,15%,31%,51%)
(0.00/0.15/0.31/0.51)	

CMYK percentages

%0
%14.52
%30.65
%51.37

Codes

Color #7C6A56 in popluar color models

7C6A56
RGB12410686
HSL32°18.10%41.18%
HSB/HSV32°30.65%48.63%
CMYK0.00%14.52%30.65%
51.37%

Color #7C6A56 in popluar number systems.

HEX7C6A56
Decimal12410686
Binary111110011010101010110
Octal174152126

Shades and tints

Shades of #7C6A56

#7C6A56
(124,106,86)
#71614F
(113,97,79)
#665848
(102,88,72)
#5B4F41
(91,79,65)
#50463A
(80,70,58)
#453D33
(69,61,51)
#3A342C
(58,52,44)
#2F2B25
(47,43,37)
#24221E
(36,34,30)
#191917
(25,25,23)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #7C6A56

#7C6A56
(124,106,86)
#877765
(135,119,101)
#928474
(146,132,116)
#9D9183
(157,145,131)
#A89E92
(168,158,146)
#B3ABA1
(179,171,161)
#BEB8B0
(190,184,176)
#C9C5BF
(201,197,191)
#D4D2CE
(212,210,206)
#DFDFDD
(223,223,221)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6A56; }

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

This text font color is #7C6A56.


Background Color

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

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

This div background color is #7C6A56.


Border color

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

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

This div border color is #7C6A56.


Opacity

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

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

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

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

This text has shadow with #7C6A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6A56 on black background.


Color preview on white background

This text has color #7C6A56 on white background.



Black color preview on #7C6A56 background

This text has black color on #7C6A56 background.


White color preview on #7C6A56 background

This text has white color on #7C6A56 background.