COLOR #7C6D71

HEX: #7C6D71
RGB: (124,109,113)

Color info

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

RGB color model

#7C6D71 color RGB value is (124,109,113).

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

RGB channels and saturation

R 124 of 255 = 49%
G 109 of 255 = 43%
B 113 of 255 = 44%

124
109
113

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

Portions of RGB colors in percentages

R + G + B =
124 + 109 + 113 = 346 (100%)
R 124 of 346 ~ 35.84%
G 109 of 346 ~ 31.5%
B 113 of 346 ~ 32.66%

%35.84
%31.5
%32.66

CMYK color model

#7C6D71 color CMYK value is (0,12,9,51).

  • cyan value is 0.00%
  • magenta value is 12.10%
  • yellow value is 8.87%
  • key color value is 51.37%
CMYK:
(0,12,9,51)
C0M12Y9K51 
(0%,12%,9%,51%)
(0.00/0.12/0.09/0.51)	

CMYK percentages

%0
%12.1
%8.87
%51.37

Codes

Color #7C6D71 in popluar color models

7C6D71
RGB124109113
HSL344°6.44%45.69%
HSB/HSV344°12.10%48.63%
CMYK0.00%12.10%8.87%
51.37%

Color #7C6D71 in popluar number systems.

HEX7C6D71
Decimal124109113
Binary111110011011011110001
Octal174155161

Shades and tints

Shades of #7C6D71

#7C6D71
(124,109,113)
#716467
(113,100,103)
#665B5D
(102,91,93)
#5B5253
(91,82,83)
#504949
(80,73,73)
#45403F
(69,64,63)
#3A3735
(58,55,53)
#2F2E2B
(47,46,43)
#242521
(36,37,33)
#191C17
(25,28,23)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #7C6D71

#7C6D71
(124,109,113)
#877A7D
(135,122,125)
#928789
(146,135,137)
#9D9495
(157,148,149)
#A8A1A1
(168,161,161)
#B3AEAD
(179,174,173)
#BEBBB9
(190,187,185)
#C9C8C5
(201,200,197)
#D4D5D1
(212,213,209)
#DFE2DD
(223,226,221)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6D71; }

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

This text font color is #7C6D71.


Background Color

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

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

This div background color is #7C6D71.


Border color

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

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

This div border color is #7C6D71.


Opacity

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

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

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

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

This text has shadow with #7C6D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6D71 on black background.


Color preview on white background

This text has color #7C6D71 on white background.



Black color preview on #7C6D71 background

This text has black color on #7C6D71 background.


White color preview on #7C6D71 background

This text has white color on #7C6D71 background.