COLOR #7C6D6E

HEX: #7C6D6E RGB: (124,109,110)

Color info

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

RGB color model

#7C6D6E color RGB value is (124,109,110).

RGB: (124,109,110) (49%, 43%, 43%)

RGB channels and saturation

R 124 of 255 = 49%
G 109 of 255 = 43%
B 110 of 255 = 43%

124
109
110

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

Portions of RGB colors in percentages

R + G + B = 124 + 109 + 110 = 343 (100%)
R 124 of 343 ~ 36.15%
G 109 of 343 ~ 31.78%
B 110 of 343 ~ 32.07'%

%36.15
%31.78
%32.07

CMYK color model

#7C6D6E color CMYK value is (0,12,11,51).

  • cyan value is 0.00%
  • magenta value is 12.10%
  • yellow value is 11.29%
  • key color value is 51.37%

CMYK: (0,12,11,51)
C0M12Y11K51 (0%, 12%, 11%, 51%)
(0.00 / 0.12 / 0.11 / 0.51)

CMYK percentages

%0
%12.1
%11.29
%51.37

Codes

Color #7C6D6E in popluar color models

7C 6D 6E
RGB 124 109 110
HSL 356° 6.44% 45.69%
HSB/HSV 356° 12.10% 48.63%
CMYK 0.00% 12.10% 11.29%
51.37%

Color #7C6D6E in popluar number systems.

HEX 7C 6D 6E
Decimal 124 109 110
Binary 1111100 1101101 1101110
Octal 174 155 156

Shades and tints

Shades of #7C6D6E

#7C6D6E
(124,109,110)
#716464
(113,100,100)
#665B5A
(102,91,90)
#5B5250
(91,82,80)
#504946
(80,73,70)
#45403C
(69,64,60)
#3A3732
(58,55,50)
#2F2E28
(47,46,40)
#24251E
(36,37,30)
#191C14
(25,28,20)
#0E130A
(14,19,10)
#000000
(0,0,0)

Tints of #7C6D6E

#7C6D6E
(124,109,110)
#877A7B
(135,122,123)
#928788
(146,135,136)
#9D9495
(157,148,149)
#A8A1A2
(168,161,162)
#B3AEAF
(179,174,175)
#BEBBBC
(190,187,188)
#C9C8C9
(201,200,201)
#D4D5D6
(212,213,214)
#DFE2E3
(223,226,227)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6D6E; }

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

This text font color is #7C6D6E.

Background Color

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

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

This div background color is #7C6D6E.

Border color

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

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

This div border color is #7C6D6E.

Opacity

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

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

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

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

This text has shadow with #7C6D6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C6D6E.

Preview

Color preview on black background

This text has color #7C6D6E on black background.


Color preview on white background

This text has color #7C6D6E on white background.


Black color preview on #7C6D6E background

This text has black color on #7C6D6E background.


White color preview on #7C6D6E background

This text has white color on #7C6D6E background.


Related colors

Complementary color

Complementary color for #hex is #839291.


I love getcolorcode.com

Triadic colors

1 #6E7C6D and #6D6E7C with #7C6D6E are triadic colors.

2 #6E6D7C and #6D7C6E with #7C6D6E are triadic colors.