COLOR #7C674C

HEX: #7C674C
RGB: (124,103,76)

Color info

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

RGB color model

#7C674C color RGB value is (124,103,76).

  • red value is 124;
  • green value is 103;
  • blue value is 76.
RGB:
(124,103,76)
(49%,40%,30%)

RGB channels and saturation

R 124 of 255 = 49%
G 103 of 255 = 40%
B 76 of 255 = 30%

124
103
76

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

Portions of RGB colors in percentages

R + G + B =
124 + 103 + 76 = 303 (100%)
R 124 of 303 ~ 40.92%
G 103 of 303 ~ 33.99%
B 76 of 303 ~ 25.08%

%40.92
%33.99
%25.08

CMYK color model

#7C674C color CMYK value is (0,17,39,51).

  • cyan value is 0.00%
  • magenta value is 16.94%
  • yellow value is 38.71%
  • key color value is 51.37%
CMYK:
(0,17,39,51)
C0M17Y39K51 
(0%,17%,39%,51%)
(0.00/0.17/0.39/0.51)	

CMYK percentages

%0
%16.94
%38.71
%51.37

Codes

Color #7C674C in popluar color models

7C674C
RGB12410376
HSL34°24.00%39.22%
HSB/HSV34°38.71%48.63%
CMYK0.00%16.94%38.71%
51.37%

Color #7C674C in popluar number systems.

HEX7C674C
Decimal12410376
Binary111110011001111001100
Octal174147114

Shades and tints

Shades of #7C674C

#7C674C
(124,103,76)
#715E46
(113,94,70)
#665540
(102,85,64)
#5B4C3A
(91,76,58)
#504334
(80,67,52)
#453A2E
(69,58,46)
#3A3128
(58,49,40)
#2F2822
(47,40,34)
#241F1C
(36,31,28)
#191616
(25,22,22)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #7C674C

#7C674C
(124,103,76)
#87745C
(135,116,92)
#92816C
(146,129,108)
#9D8E7C
(157,142,124)
#A89B8C
(168,155,140)
#B3A89C
(179,168,156)
#BEB5AC
(190,181,172)
#C9C2BC
(201,194,188)
#D4CFCC
(212,207,204)
#DFDCDC
(223,220,220)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C674C color. Also use rgb(124,103,76) instead hex code.

Text Font Color

.myTextColor { color: #7C674C; }

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

This text font color is #7C674C.


Background Color

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

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

This div background color is #7C674C.


Border color

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

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

This div border color is #7C674C.


Opacity

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

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

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

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

This text has shadow with #7C674C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C674C on black background.


Color preview on white background

This text has color #7C674C on white background.



Black color preview on #7C674C background

This text has black color on #7C674C background.


White color preview on #7C674C background

This text has white color on #7C674C background.