COLOR #7C766E

HEX: #7C766E
RGB: (124,118,110)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

124
118
110

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

Portions of RGB colors in percentages

R + G + B =
124 + 118 + 110 = 352 (100%)
R 124 of 352 ~ 35.23%
G 118 of 352 ~ 33.52%
B 110 of 352 ~ 31.25%

%35.23
%33.52
%31.25

CMYK color model

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

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

CMYK percentages

%0
%4.84
%11.29
%51.37

Codes

Color #7C766E in popluar color models

7C766E
RGB124118110
HSL34°5.98%45.88%
HSB/HSV34°11.29%48.63%
CMYK0.00%4.84%11.29%
51.37%

Color #7C766E in popluar number systems.

HEX7C766E
Decimal124118110
Binary111110011101101101110
Octal174166156

Shades and tints

Shades of #7C766E

#7C766E
(124,118,110)
#716C64
(113,108,100)
#66625A
(102,98,90)
#5B5850
(91,88,80)
#504E46
(80,78,70)
#45443C
(69,68,60)
#3A3A32
(58,58,50)
#2F3028
(47,48,40)
#24261E
(36,38,30)
#191C14
(25,28,20)
#0E120A
(14,18,10)
#000000
(0,0,0)

Tints of #7C766E

#7C766E
(124,118,110)
#87827B
(135,130,123)
#928E88
(146,142,136)
#9D9A95
(157,154,149)
#A8A6A2
(168,166,162)
#B3B2AF
(179,178,175)
#BEBEBC
(190,190,188)
#C9CAC9
(201,202,201)
#D4D6D6
(212,214,214)
#DFE2E3
(223,226,227)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C766E; }

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

This text font color is #7C766E.


Background Color

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

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

This div background color is #7C766E.


Border color

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

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

This div border color is #7C766E.


Opacity

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

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

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

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

This text has shadow with #7C766E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C766E on black background.


Color preview on white background

This text has color #7C766E on white background.



Black color preview on #7C766E background

This text has black color on #7C766E background.


White color preview on #7C766E background

This text has white color on #7C766E background.