COLOR #7C6C73

HEX: #7C6C73
RGB: (124,108,115)

Color info

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

RGB color model

#7C6C73 color RGB value is (124,108,115).

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

RGB channels and saturation

R 124 of 255 = 49%
G 108 of 255 = 42%
B 115 of 255 = 45%

124
108
115

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

Portions of RGB colors in percentages

R + G + B =
124 + 108 + 115 = 347 (100%)
R 124 of 347 ~ 35.73%
G 108 of 347 ~ 31.12%
B 115 of 347 ~ 33.14%

%35.73
%31.12
%33.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 7.26%
  • key color value is 51.37%
CMYK:
(0,13,7,51)
C0M13Y7K51 
(0%,13%,7%,51%)
(0.00/0.13/0.07/0.51)	

CMYK percentages

%0
%12.9
%7.26
%51.37

Codes

Color #7C6C73 in popluar color models

7C6C73
RGB124108115
HSL334°6.90%45.49%
HSB/HSV334°12.90%48.63%
CMYK0.00%12.90%7.26%
51.37%

Color #7C6C73 in popluar number systems.

HEX7C6C73
Decimal124108115
Binary111110011011001110011
Octal174154163

Shades and tints

Shades of #7C6C73

#7C6C73
(124,108,115)
#716369
(113,99,105)
#665A5F
(102,90,95)
#5B5155
(91,81,85)
#50484B
(80,72,75)
#453F41
(69,63,65)
#3A3637
(58,54,55)
#2F2D2D
(47,45,45)
#242423
(36,36,35)
#191B19
(25,27,25)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #7C6C73

#7C6C73
(124,108,115)
#87797F
(135,121,127)
#92868B
(146,134,139)
#9D9397
(157,147,151)
#A8A0A3
(168,160,163)
#B3ADAF
(179,173,175)
#BEBABB
(190,186,187)
#C9C7C7
(201,199,199)
#D4D4D3
(212,212,211)
#DFE1DF
(223,225,223)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6C73; }

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

This text font color is #7C6C73.


Background Color

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

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

This div background color is #7C6C73.


Border color

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

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

This div border color is #7C6C73.


Opacity

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

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

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

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

This text has shadow with #7C6C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6C73 on black background.


Color preview on white background

This text has color #7C6C73 on white background.



Black color preview on #7C6C73 background

This text has black color on #7C6C73 background.


White color preview on #7C6C73 background

This text has white color on #7C6C73 background.