COLOR #7C6661

HEX: #7C6661 RGB: (124,102,97)

Color info

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

RGB color model

#7C6661 color RGB value is (124,102,97).

RGB: (124,102,97) (49%, 40%, 38%)

RGB channels and saturation

R 124 of 255 = 49%
G 102 of 255 = 40%
B 97 of 255 = 38%

124
102
97

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

Portions of RGB colors in percentages

R + G + B = 124 + 102 + 97 = 323 (100%)
R 124 of 323 ~ 38.39%
G 102 of 323 ~ 31.58%
B 97 of 323 ~ 30.03'%

%38.39
%31.58
%30.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.74%
  • yellow value is 21.77%
  • key color value is 51.37%

CMYK: (0,18,22,51)
C0M18Y22K51 (0%, 18%, 22%, 51%)
(0.00 / 0.18 / 0.22 / 0.51)

CMYK percentages

%0
%17.74
%21.77
%51.37

Codes

Color #7C6661 in popluar color models

7C 66 61
RGB 124 102 97
HSL 11° 12.22% 43.33%
HSB/HSV 11° 21.77% 48.63%
CMYK 0.00% 17.74% 21.77%
51.37%

Color #7C6661 in popluar number systems.

HEX 7C 66 61
Decimal 124 102 97
Binary 1111100 1100110 1100001
Octal 174 146 141

Shades and tints

Shades of #7C6661

#7C6661
(124,102,97)
#715D59
(113,93,89)
#665451
(102,84,81)
#5B4B49
(91,75,73)
#504241
(80,66,65)
#453939
(69,57,57)
#3A3031
(58,48,49)
#2F2729
(47,39,41)
#241E21
(36,30,33)
#191519
(25,21,25)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #7C6661

#7C6661
(124,102,97)
#87736F
(135,115,111)
#92807D
(146,128,125)
#9D8D8B
(157,141,139)
#A89A99
(168,154,153)
#B3A7A7
(179,167,167)
#BEB4B5
(190,180,181)
#C9C1C3
(201,193,195)
#D4CED1
(212,206,209)
#DFDBDF
(223,219,223)
#EAE8ED
(234,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6661; }

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

This text font color is #7C6661.

Background Color

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

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

This div background color is #7C6661.

Border color

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

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

This div border color is #7C6661.

Opacity

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

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

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

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

This text has shadow with #7C6661 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C6661.

Preview

Color preview on black background

This text has color #7C6661 on black background.


Color preview on white background

This text has color #7C6661 on white background.


Black color preview on #7C6661 background

This text has black color on #7C6661 background.


White color preview on #7C6661 background

This text has white color on #7C6661 background.


Related colors

Complementary color

Complementary color for #hex is #83999E.


I love getcolorcode.com

Triadic colors

1 #617C66 and #66617C with #7C6661 are triadic colors.

2 #61667C and #667C61 with #7C6661 are triadic colors.