COLOR #7C6D75

HEX: #7C6D75
RGB: (124,109,117)

Color info

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

RGB color model

#7C6D75 color RGB value is (124,109,117).

  • red value is 124;
  • green value is 109;
  • blue value is 117.
RGB:
(124,109,117)
(49%,43%,46%)

RGB channels and saturation

R 124 of 255 = 49%
G 109 of 255 = 43%
B 117 of 255 = 46%

124
109
117

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

Portions of RGB colors in percentages

R + G + B =
124 + 109 + 117 = 350 (100%)
R 124 of 350 ~ 35.43%
G 109 of 350 ~ 31.14%
B 117 of 350 ~ 33.43%

%35.43
%31.14
%33.43

CMYK color model

#7C6D75 color CMYK value is (0,12,6,51).

  • cyan value is 0.00%
  • magenta value is 12.10%
  • yellow value is 5.65%
  • key color value is 51.37%
CMYK:
(0,12,6,51)
C0M12Y6K51 
(0%,12%,6%,51%)
(0.00/0.12/0.06/0.51)	

CMYK percentages

%0
%12.1
%5.65
%51.37

Codes

Color #7C6D75 in popluar color models

7C6D75
RGB124109117
HSL328°6.44%45.69%
HSB/HSV328°12.10%48.63%
CMYK0.00%12.10%5.65%
51.37%

Color #7C6D75 in popluar number systems.

HEX7C6D75
Decimal124109117
Binary111110011011011110101
Octal174155165

Shades and tints

Shades of #7C6D75

#7C6D75
(124,109,117)
#71646B
(113,100,107)
#665B61
(102,91,97)
#5B5257
(91,82,87)
#50494D
(80,73,77)
#454043
(69,64,67)
#3A3739
(58,55,57)
#2F2E2F
(47,46,47)
#242525
(36,37,37)
#191C1B
(25,28,27)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #7C6D75

#7C6D75
(124,109,117)
#877A81
(135,122,129)
#92878D
(146,135,141)
#9D9499
(157,148,153)
#A8A1A5
(168,161,165)
#B3AEB1
(179,174,177)
#BEBBBD
(190,187,189)
#C9C8C9
(201,200,201)
#D4D5D5
(212,213,213)
#DFE2E1
(223,226,225)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6D75; }

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

This text font color is #7C6D75.


Background Color

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

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

This div background color is #7C6D75.


Border color

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

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

This div border color is #7C6D75.


Opacity

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

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

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

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

This text has shadow with #7C6D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6D75 on black background.


Color preview on white background

This text has color #7C6D75 on white background.



Black color preview on #7C6D75 background

This text has black color on #7C6D75 background.


White color preview on #7C6D75 background

This text has white color on #7C6D75 background.