COLOR #7C6E63

HEX: #7C6E63 RGB: (124,110,99)

Color info

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

RGB color model

#7C6E63 color RGB value is (124,110,99).

RGB: (124,110,99) (49%, 43%, 39%)

RGB channels and saturation

R 124 of 255 = 49%
G 110 of 255 = 43%
B 99 of 255 = 39%

124
110
99

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

Portions of RGB colors in percentages

R + G + B = 124 + 110 + 99 = 333 (100%)
R 124 of 333 ~ 37.24%
G 110 of 333 ~ 33.03%
B 99 of 333 ~ 29.73'%

%37.24
%33.03
%29.73

CMYK color model

#7C6E63 color CMYK value is (0,11,20,51).

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

CMYK: (0,11,20,51)
C0M11Y20K51 (0%, 11%, 20%, 51%)
(0.00 / 0.11 / 0.20 / 0.51)

CMYK percentages

%0
%11.29
%20.16
%51.37

Codes

Color #7C6E63 in popluar color models

7C 6E 63
RGB 124 110 99
HSL 26° 11.21% 43.73%
HSB/HSV 26° 20.16% 48.63%
CMYK 0.00% 11.29% 20.16%
51.37%

Color #7C6E63 in popluar number systems.

HEX 7C 6E 63
Decimal 124 110 99
Binary 1111100 1101110 1100011
Octal 174 156 143

Shades and tints

Shades of #7C6E63

#7C6E63
(124,110,99)
#71645A
(113,100,90)
#665A51
(102,90,81)
#5B5048
(91,80,72)
#50463F
(80,70,63)
#453C36
(69,60,54)
#3A322D
(58,50,45)
#2F2824
(47,40,36)
#241E1B
(36,30,27)
#191412
(25,20,18)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #7C6E63

#7C6E63
(124,110,99)
#877B71
(135,123,113)
#92887F
(146,136,127)
#9D958D
(157,149,141)
#A8A29B
(168,162,155)
#B3AFA9
(179,175,169)
#BEBCB7
(190,188,183)
#C9C9C5
(201,201,197)
#D4D6D3
(212,214,211)
#DFE3E1
(223,227,225)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6E63; }

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

This text font color is #7C6E63.

Background Color

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

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

This div background color is #7C6E63.

Border color

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

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

This div border color is #7C6E63.

Opacity

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

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

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

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

This text has shadow with #7C6E63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C6E63.

Preview

Color preview on black background

This text has color #7C6E63 on black background.


Color preview on white background

This text has color #7C6E63 on white background.


Black color preview on #7C6E63 background

This text has black color on #7C6E63 background.


White color preview on #7C6E63 background

This text has white color on #7C6E63 background.


Related colors

Complementary color

Complementary color for #hex is #83919C.


I love getcolorcode.com

Triadic colors

1 #637C6E and #6E637C with #7C6E63 are triadic colors.

2 #636E7C and #6E7C63 with #7C6E63 are triadic colors.