COLOR #7C7361

HEX: #7C7361
RGB: (124,115,97)

Color info

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

RGB color model

#7C7361 color RGB value is (124,115,97).

  • red value is 124;
  • green value is 115;
  • blue value is 97.
RGB:
(124,115,97)
(49%,45%,38%)

RGB channels and saturation

R 124 of 255 = 49%
G 115 of 255 = 45%
B 97 of 255 = 38%

124
115
97

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

Portions of RGB colors in percentages

R + G + B =
124 + 115 + 97 = 336 (100%)
R 124 of 336 ~ 36.9%
G 115 of 336 ~ 34.23%
B 97 of 336 ~ 28.87%

%36.9
%34.23
%28.87

CMYK color model

#7C7361 color CMYK value is (0,7,22,51).

  • cyan value is 0.00%
  • magenta value is 7.26%
  • yellow value is 21.77%
  • key color value is 51.37%
CMYK:
(0,7,22,51)
C0M7Y22K51 
(0%,7%,22%,51%)
(0.00/0.07/0.22/0.51)	

CMYK percentages

%0
%7.26
%21.77
%51.37

Codes

Color #7C7361 in popluar color models

7C7361
RGB12411597
HSL40°12.22%43.33%
HSB/HSV40°21.77%48.63%
CMYK0.00%7.26%21.77%
51.37%

Color #7C7361 in popluar number systems.

HEX7C7361
Decimal12411597
Binary111110011100111100001
Octal174163141

Shades and tints

Shades of #7C7361

#7C7361
(124,115,97)
#716959
(113,105,89)
#665F51
(102,95,81)
#5B5549
(91,85,73)
#504B41
(80,75,65)
#454139
(69,65,57)
#3A3731
(58,55,49)
#2F2D29
(47,45,41)
#242321
(36,35,33)
#191919
(25,25,25)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #7C7361

#7C7361
(124,115,97)
#877F6F
(135,127,111)
#928B7D
(146,139,125)
#9D978B
(157,151,139)
#A8A399
(168,163,153)
#B3AFA7
(179,175,167)
#BEBBB5
(190,187,181)
#C9C7C3
(201,199,195)
#D4D3D1
(212,211,209)
#DFDFDF
(223,223,223)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7361 color. Also use rgb(124,115,97) instead hex code.

Text Font Color

.myTextColor { color: #7C7361; }

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

This text font color is #7C7361.


Background Color

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

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

This div background color is #7C7361.


Border color

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

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

This div border color is #7C7361.


Opacity

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

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

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

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

This text has shadow with #7C7361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7361 on black background.


Color preview on white background

This text has color #7C7361 on white background.



Black color preview on #7C7361 background

This text has black color on #7C7361 background.


White color preview on #7C7361 background

This text has white color on #7C7361 background.