COLOR #7C7661

HEX: #7C7661
RGB: (124,118,97)

Color info

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

RGB color model

#7C7661 color RGB value is (124,118,97).

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

RGB channels and saturation

R 124 of 255 = 49%
G 118 of 255 = 46%
B 97 of 255 = 38%

124
118
97

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

Portions of RGB colors in percentages

R + G + B =
124 + 118 + 97 = 339 (100%)
R 124 of 339 ~ 36.58%
G 118 of 339 ~ 34.81%
B 97 of 339 ~ 28.61%

%36.58
%34.81
%28.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.84%
  • yellow value is 21.77%
  • key color value is 51.37%
CMYK:
(0,5,22,51)
C0M5Y22K51 
(0%,5%,22%,51%)
(0.00/0.05/0.22/0.51)	

CMYK percentages

%0
%4.84
%21.77
%51.37

Codes

Color #7C7661 in popluar color models

7C7661
RGB12411897
HSL47°12.22%43.33%
HSB/HSV47°21.77%48.63%
CMYK0.00%4.84%21.77%
51.37%

Color #7C7661 in popluar number systems.

HEX7C7661
Decimal12411897
Binary111110011101101100001
Octal174166141

Shades and tints

Shades of #7C7661

#7C7661
(124,118,97)
#716C59
(113,108,89)
#666251
(102,98,81)
#5B5849
(91,88,73)
#504E41
(80,78,65)
#454439
(69,68,57)
#3A3A31
(58,58,49)
#2F3029
(47,48,41)
#242621
(36,38,33)
#191C19
(25,28,25)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #7C7661

#7C7661
(124,118,97)
#87826F
(135,130,111)
#928E7D
(146,142,125)
#9D9A8B
(157,154,139)
#A8A699
(168,166,153)
#B3B2A7
(179,178,167)
#BEBEB5
(190,190,181)
#C9CAC3
(201,202,195)
#D4D6D1
(212,214,209)
#DFE2DF
(223,226,223)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7661; }

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

This text font color is #7C7661.


Background Color

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

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

This div background color is #7C7661.


Border color

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

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

This div border color is #7C7661.


Opacity

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

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

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

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

This text has shadow with #7C7661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7661 on black background.


Color preview on white background

This text has color #7C7661 on white background.



Black color preview on #7C7661 background

This text has black color on #7C7661 background.


White color preview on #7C7661 background

This text has white color on #7C7661 background.