COLOR #7C6C65

HEX: #7C6C65
RGB: (124,108,101)

Color info

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

RGB color model

#7C6C65 color RGB value is (124,108,101).

  • red value is 124;
  • green value is 108;
  • blue value is 101.
RGB:
(124,108,101)
(49%,42%,40%)

RGB channels and saturation

R 124 of 255 = 49%
G 108 of 255 = 42%
B 101 of 255 = 40%

124
108
101

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

Portions of RGB colors in percentages

R + G + B =
124 + 108 + 101 = 333 (100%)
R 124 of 333 ~ 37.24%
G 108 of 333 ~ 32.43%
B 101 of 333 ~ 30.33%

%37.24
%32.43
%30.33

CMYK color model

#7C6C65 color CMYK value is (0,13,19,51).

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 18.55%
  • key color value is 51.37%
CMYK:
(0,13,19,51)
C0M13Y19K51 
(0%,13%,19%,51%)
(0.00/0.13/0.19/0.51)	

CMYK percentages

%0
%12.9
%18.55
%51.37

Codes

Color #7C6C65 in popluar color models

7C6C65
RGB124108101
HSL18°10.22%44.12%
HSB/HSV18°18.55%48.63%
CMYK0.00%12.90%18.55%
51.37%

Color #7C6C65 in popluar number systems.

HEX7C6C65
Decimal124108101
Binary111110011011001100101
Octal174154145

Shades and tints

Shades of #7C6C65

#7C6C65
(124,108,101)
#71635C
(113,99,92)
#665A53
(102,90,83)
#5B514A
(91,81,74)
#504841
(80,72,65)
#453F38
(69,63,56)
#3A362F
(58,54,47)
#2F2D26
(47,45,38)
#24241D
(36,36,29)
#191B14
(25,27,20)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #7C6C65

#7C6C65
(124,108,101)
#877973
(135,121,115)
#928681
(146,134,129)
#9D938F
(157,147,143)
#A8A09D
(168,160,157)
#B3ADAB
(179,173,171)
#BEBAB9
(190,186,185)
#C9C7C7
(201,199,199)
#D4D4D5
(212,212,213)
#DFE1E3
(223,225,227)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6C65 color. Also use rgb(124,108,101) instead hex code.

Text Font Color

.myTextColor { color: #7C6C65; }

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

This text font color is #7C6C65.


Background Color

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

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

This div background color is #7C6C65.


Border color

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

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

This div border color is #7C6C65.


Opacity

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

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

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

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

This text has shadow with #7C6C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6C65 on black background.


Color preview on white background

This text has color #7C6C65 on white background.



Black color preview on #7C6C65 background

This text has black color on #7C6C65 background.


White color preview on #7C6C65 background

This text has white color on #7C6C65 background.