COLOR #7C6E6E

HEX: #7C6E6E
RGB: (124,110,110)

Color info

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

RGB color model

#7C6E6E color RGB value is (124,110,110).

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

RGB channels and saturation

R 124 of 255 = 49%
G 110 of 255 = 43%
B 110 of 255 = 43%

124
110
110

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

Portions of RGB colors in percentages

R + G + B =
124 + 110 + 110 = 344 (100%)
R 124 of 344 ~ 36.05%
G 110 of 344 ~ 31.98%
B 110 of 344 ~ 31.98%

%36.05
%31.98
%31.98

CMYK color model

#7C6E6E color CMYK value is (0,11,11,51).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 11.29%
  • key color value is 51.37%
CMYK:
(0,11,11,51)
C0M11Y11K51 
(0%,11%,11%,51%)
(0.00/0.11/0.11/0.51)	

CMYK percentages

%0
%11.29
%11.29
%51.37

Codes

Color #7C6E6E in popluar color models

7C6E6E
RGB124110110
HSL5.98%45.88%
HSB/HSV11.29%48.63%
CMYK0.00%11.29%11.29%
51.37%

Color #7C6E6E in popluar number systems.

HEX7C6E6E
Decimal124110110
Binary111110011011101101110
Octal174156156

Shades and tints

Shades of #7C6E6E

#7C6E6E
(124,110,110)
#716464
(113,100,100)
#665A5A
(102,90,90)
#5B5050
(91,80,80)
#504646
(80,70,70)
#453C3C
(69,60,60)
#3A3232
(58,50,50)
#2F2828
(47,40,40)
#241E1E
(36,30,30)
#191414
(25,20,20)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #7C6E6E

#7C6E6E
(124,110,110)
#877B7B
(135,123,123)
#928888
(146,136,136)
#9D9595
(157,149,149)
#A8A2A2
(168,162,162)
#B3AFAF
(179,175,175)
#BEBCBC
(190,188,188)
#C9C9C9
(201,201,201)
#D4D6D6
(212,214,214)
#DFE3E3
(223,227,227)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6E6E; }

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

This text font color is #7C6E6E.


Background Color

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

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

This div background color is #7C6E6E.


Border color

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

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

This div border color is #7C6E6E.


Opacity

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

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

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

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

This text has shadow with #7C6E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6E6E on black background.


Color preview on white background

This text has color #7C6E6E on white background.



Black color preview on #7C6E6E background

This text has black color on #7C6E6E background.


White color preview on #7C6E6E background

This text has white color on #7C6E6E background.