COLOR #7C6963

HEX: #7C6963
RGB: (124,105,99)

Color info

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

RGB color model

#7C6963 color RGB value is (124,105,99).

  • red value is 124;
  • green value is 105;
  • blue value is 99.
RGB:
(124,105,99)
(49%,41%,39%)

RGB channels and saturation

R 124 of 255 = 49%
G 105 of 255 = 41%
B 99 of 255 = 39%

124
105
99

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

Portions of RGB colors in percentages

R + G + B =
124 + 105 + 99 = 328 (100%)
R 124 of 328 ~ 37.8%
G 105 of 328 ~ 32.01%
B 99 of 328 ~ 30.18%

%37.8
%32.01
%30.18

CMYK color model

#7C6963 color CMYK value is (0,15,20,51).

  • cyan value is 0.00%
  • magenta value is 15.32%
  • yellow value is 20.16%
  • key color value is 51.37%
CMYK:
(0,15,20,51)
C0M15Y20K51 
(0%,15%,20%,51%)
(0.00/0.15/0.20/0.51)	

CMYK percentages

%0
%15.32
%20.16
%51.37

Codes

Color #7C6963 in popluar color models

7C6963
RGB12410599
HSL14°11.21%43.73%
HSB/HSV14°20.16%48.63%
CMYK0.00%15.32%20.16%
51.37%

Color #7C6963 in popluar number systems.

HEX7C6963
Decimal12410599
Binary111110011010011100011
Octal174151143

Shades and tints

Shades of #7C6963

#7C6963
(124,105,99)
#71605A
(113,96,90)
#665751
(102,87,81)
#5B4E48
(91,78,72)
#50453F
(80,69,63)
#453C36
(69,60,54)
#3A332D
(58,51,45)
#2F2A24
(47,42,36)
#24211B
(36,33,27)
#191812
(25,24,18)
#0E0F09
(14,15,9)
#000000
(0,0,0)

Tints of #7C6963

#7C6963
(124,105,99)
#877671
(135,118,113)
#92837F
(146,131,127)
#9D908D
(157,144,141)
#A89D9B
(168,157,155)
#B3AAA9
(179,170,169)
#BEB7B7
(190,183,183)
#C9C4C5
(201,196,197)
#D4D1D3
(212,209,211)
#DFDEE1
(223,222,225)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6963; }

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

This text font color is #7C6963.


Background Color

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

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

This div background color is #7C6963.


Border color

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

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

This div border color is #7C6963.


Opacity

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

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

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

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

This text has shadow with #7C6963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6963 on black background.


Color preview on white background

This text has color #7C6963 on white background.



Black color preview on #7C6963 background

This text has black color on #7C6963 background.


White color preview on #7C6963 background

This text has white color on #7C6963 background.