COLOR #7C6C4A

HEX: #7C6C4A
RGB: (124,108,74)

Color info

#7C6C4A contains red, green and blue colors in about the same proportion. Web safe color of #7C6C4A is #666633 (or #663).

RGB color model

#7C6C4A color RGB value is (124,108,74).

  • red value is 124;
  • green value is 108;
  • blue value is 74.
RGB:
(124,108,74)
(49%,42%,29%)

RGB channels and saturation

R 124 of 255 = 49%
G 108 of 255 = 42%
B 74 of 255 = 29%

124
108
74

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

Portions of RGB colors in percentages

R + G + B =
124 + 108 + 74 = 306 (100%)
R 124 of 306 ~ 40.52%
G 108 of 306 ~ 35.29%
B 74 of 306 ~ 24.18%

%40.52
%35.29
%24.18

CMYK color model

#7C6C4A color CMYK value is (0,13,40,51).

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 40.32%
  • key color value is 51.37%
CMYK:
(0,13,40,51)
C0M13Y40K51 
(0%,13%,40%,51%)
(0.00/0.13/0.40/0.51)	

CMYK percentages

%0
%12.9
%40.32
%51.37

Codes

Color #7C6C4A in popluar color models

7C6C4A
RGB12410874
HSL41°25.25%38.82%
HSB/HSV41°40.32%48.63%
CMYK0.00%12.90%40.32%
51.37%

Color #7C6C4A in popluar number systems.

HEX7C6C4A
Decimal12410874
Binary111110011011001001010
Octal174154112

Shades and tints

Shades of #7C6C4A

#7C6C4A
(124,108,74)
#716344
(113,99,68)
#665A3E
(102,90,62)
#5B5138
(91,81,56)
#504832
(80,72,50)
#453F2C
(69,63,44)
#3A3626
(58,54,38)
#2F2D20
(47,45,32)
#24241A
(36,36,26)
#191B14
(25,27,20)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #7C6C4A

#7C6C4A
(124,108,74)
#87795A
(135,121,90)
#92866A
(146,134,106)
#9D937A
(157,147,122)
#A8A08A
(168,160,138)
#B3AD9A
(179,173,154)
#BEBAAA
(190,186,170)
#C9C7BA
(201,199,186)
#D4D4CA
(212,212,202)
#DFE1DA
(223,225,218)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6C4A color. Also use rgb(124,108,74) instead hex code.

Text Font Color

.myTextColor { color: #7C6C4A; }

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

This text font color is #7C6C4A.


Background Color

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

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

This div background color is #7C6C4A.


Border color

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

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

This div border color is #7C6C4A.


Opacity

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

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

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

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

This text has shadow with #7C6C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6C4A on black background.


Color preview on white background

This text has color #7C6C4A on white background.



Black color preview on #7C6C4A background

This text has black color on #7C6C4A background.


White color preview on #7C6C4A background

This text has white color on #7C6C4A background.