COLOR #7C7161

HEX: #7C7161
RGB: (124,113,97)

Color info

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

RGB color model

#7C7161 color RGB value is (124,113,97).

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

RGB channels and saturation

R 124 of 255 = 49%
G 113 of 255 = 44%
B 97 of 255 = 38%

124
113
97

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

Portions of RGB colors in percentages

R + G + B =
124 + 113 + 97 = 334 (100%)
R 124 of 334 ~ 37.13%
G 113 of 334 ~ 33.83%
B 97 of 334 ~ 29.04%

%37.13
%33.83
%29.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.87%
  • yellow value is 21.77%
  • key color value is 51.37%
CMYK:
(0,9,22,51)
C0M9Y22K51 
(0%,9%,22%,51%)
(0.00/0.09/0.22/0.51)	

CMYK percentages

%0
%8.87
%21.77
%51.37

Codes

Color #7C7161 in popluar color models

7C7161
RGB12411397
HSL36°12.22%43.33%
HSB/HSV36°21.77%48.63%
CMYK0.00%8.87%21.77%
51.37%

Color #7C7161 in popluar number systems.

HEX7C7161
Decimal12411397
Binary111110011100011100001
Octal174161141

Shades and tints

Shades of #7C7161

#7C7161
(124,113,97)
#716759
(113,103,89)
#665D51
(102,93,81)
#5B5349
(91,83,73)
#504941
(80,73,65)
#453F39
(69,63,57)
#3A3531
(58,53,49)
#2F2B29
(47,43,41)
#242121
(36,33,33)
#191719
(25,23,25)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #7C7161

#7C7161
(124,113,97)
#877D6F
(135,125,111)
#92897D
(146,137,125)
#9D958B
(157,149,139)
#A8A199
(168,161,153)
#B3ADA7
(179,173,167)
#BEB9B5
(190,185,181)
#C9C5C3
(201,197,195)
#D4D1D1
(212,209,209)
#DFDDDF
(223,221,223)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7161; }

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

This text font color is #7C7161.


Background Color

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

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

This div background color is #7C7161.


Border color

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

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

This div border color is #7C7161.


Opacity

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

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

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

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

This text has shadow with #7C7161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7161 on black background.


Color preview on white background

This text has color #7C7161 on white background.



Black color preview on #7C7161 background

This text has black color on #7C7161 background.


White color preview on #7C7161 background

This text has white color on #7C7161 background.