COLOR #7C6456

HEX: #7C6456
RGB: (124,100,86)

Color info

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

RGB color model

#7C6456 color RGB value is (124,100,86).

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

RGB channels and saturation

R 124 of 255 = 49%
G 100 of 255 = 39%
B 86 of 255 = 34%

124
100
86

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

Portions of RGB colors in percentages

R + G + B =
124 + 100 + 86 = 310 (100%)
R 124 of 310 ~ 40%
G 100 of 310 ~ 32.26%
B 86 of 310 ~ 27.74%

%40
%32.26
%27.74

CMYK color model

#7C6456 color CMYK value is (0,19,31,51).

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 30.65%
  • key color value is 51.37%
CMYK:
(0,19,31,51)
C0M19Y31K51 
(0%,19%,31%,51%)
(0.00/0.19/0.31/0.51)	

CMYK percentages

%0
%19.35
%30.65
%51.37

Codes

Color #7C6456 in popluar color models

7C6456
RGB12410086
HSL22°18.10%41.18%
HSB/HSV22°30.65%48.63%
CMYK0.00%19.35%30.65%
51.37%

Color #7C6456 in popluar number systems.

HEX7C6456
Decimal12410086
Binary111110011001001010110
Octal174144126

Shades and tints

Shades of #7C6456

#7C6456
(124,100,86)
#715B4F
(113,91,79)
#665248
(102,82,72)
#5B4941
(91,73,65)
#50403A
(80,64,58)
#453733
(69,55,51)
#3A2E2C
(58,46,44)
#2F2525
(47,37,37)
#241C1E
(36,28,30)
#191317
(25,19,23)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #7C6456

#7C6456
(124,100,86)
#877265
(135,114,101)
#928074
(146,128,116)
#9D8E83
(157,142,131)
#A89C92
(168,156,146)
#B3AAA1
(179,170,161)
#BEB8B0
(190,184,176)
#C9C6BF
(201,198,191)
#D4D4CE
(212,212,206)
#DFE2DD
(223,226,221)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6456; }

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

This text font color is #7C6456.


Background Color

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

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

This div background color is #7C6456.


Border color

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

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

This div border color is #7C6456.


Opacity

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

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

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

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

This text has shadow with #7C6456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6456 on black background.


Color preview on white background

This text has color #7C6456 on white background.



Black color preview on #7C6456 background

This text has black color on #7C6456 background.


White color preview on #7C6456 background

This text has white color on #7C6456 background.