COLOR #7C6B79

HEX: #7C6B79
RGB: (124,107,121)

Color info

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

RGB color model

#7C6B79 color RGB value is (124,107,121).

  • red value is 124;
  • green value is 107;
  • blue value is 121.
RGB:
(124,107,121)
(49%,42%,47%)

RGB channels and saturation

R 124 of 255 = 49%
G 107 of 255 = 42%
B 121 of 255 = 47%

124
107
121

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

Portions of RGB colors in percentages

R + G + B =
124 + 107 + 121 = 352 (100%)
R 124 of 352 ~ 35.23%
G 107 of 352 ~ 30.4%
B 121 of 352 ~ 34.38%

%35.23
%30.4
%34.38

CMYK color model

#7C6B79 color CMYK value is (0,14,2,51).

  • cyan value is 0.00%
  • magenta value is 13.71%
  • yellow value is 2.42%
  • key color value is 51.37%
CMYK:
(0,14,2,51)
C0M14Y2K51 
(0%,14%,2%,51%)
(0.00/0.14/0.02/0.51)	

CMYK percentages

%0
%13.71
%2.42
%51.37

Codes

Color #7C6B79 in popluar color models

7C6B79
RGB124107121
HSL311°7.36%45.29%
HSB/HSV311°13.71%48.63%
CMYK0.00%13.71%2.42%
51.37%

Color #7C6B79 in popluar number systems.

HEX7C6B79
Decimal124107121
Binary111110011010111111001
Octal174153171

Shades and tints

Shades of #7C6B79

#7C6B79
(124,107,121)
#71626E
(113,98,110)
#665963
(102,89,99)
#5B5058
(91,80,88)
#50474D
(80,71,77)
#453E42
(69,62,66)
#3A3537
(58,53,55)
#2F2C2C
(47,44,44)
#242321
(36,35,33)
#191A16
(25,26,22)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #7C6B79

#7C6B79
(124,107,121)
#877885
(135,120,133)
#928591
(146,133,145)
#9D929D
(157,146,157)
#A89FA9
(168,159,169)
#B3ACB5
(179,172,181)
#BEB9C1
(190,185,193)
#C9C6CD
(201,198,205)
#D4D3D9
(212,211,217)
#DFE0E5
(223,224,229)
#EAEDF1
(234,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6B79 color. Also use rgb(124,107,121) instead hex code.

Text Font Color

.myTextColor { color: #7C6B79; }

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

This text font color is #7C6B79.


Background Color

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

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

This div background color is #7C6B79.


Border color

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

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

This div border color is #7C6B79.


Opacity

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

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

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

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

This text has shadow with #7C6B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6B79 on black background.


Color preview on white background

This text has color #7C6B79 on white background.



Black color preview on #7C6B79 background

This text has black color on #7C6B79 background.


White color preview on #7C6B79 background

This text has white color on #7C6B79 background.