COLOR #7C766C

HEX: #7C766C
RGB: (124,118,108)

Color info

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

RGB color model

#7C766C color RGB value is (124,118,108).

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

RGB channels and saturation

R 124 of 255 = 49%
G 118 of 255 = 46%
B 108 of 255 = 42%

124
118
108

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

Portions of RGB colors in percentages

R + G + B =
124 + 118 + 108 = 350 (100%)
R 124 of 350 ~ 35.43%
G 118 of 350 ~ 33.71%
B 108 of 350 ~ 30.86%

%35.43
%33.71
%30.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.84%
  • yellow value is 12.90%
  • key color value is 51.37%
CMYK:
(0,5,13,51)
C0M5Y13K51 
(0%,5%,13%,51%)
(0.00/0.05/0.13/0.51)	

CMYK percentages

%0
%4.84
%12.9
%51.37

Codes

Color #7C766C in popluar color models

7C766C
RGB124118108
HSL38°6.90%45.49%
HSB/HSV38°12.90%48.63%
CMYK0.00%4.84%12.90%
51.37%

Color #7C766C in popluar number systems.

HEX7C766C
Decimal124118108
Binary111110011101101101100
Octal174166154

Shades and tints

Shades of #7C766C

#7C766C
(124,118,108)
#716C63
(113,108,99)
#66625A
(102,98,90)
#5B5851
(91,88,81)
#504E48
(80,78,72)
#45443F
(69,68,63)
#3A3A36
(58,58,54)
#2F302D
(47,48,45)
#242624
(36,38,36)
#191C1B
(25,28,27)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #7C766C

#7C766C
(124,118,108)
#878279
(135,130,121)
#928E86
(146,142,134)
#9D9A93
(157,154,147)
#A8A6A0
(168,166,160)
#B3B2AD
(179,178,173)
#BEBEBA
(190,190,186)
#C9CAC7
(201,202,199)
#D4D6D4
(212,214,212)
#DFE2E1
(223,226,225)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C766C; }

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

This text font color is #7C766C.


Background Color

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

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

This div background color is #7C766C.


Border color

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

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

This div border color is #7C766C.


Opacity

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

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

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

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

This text has shadow with #7C766C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C766C on black background.


Color preview on white background

This text has color #7C766C on white background.



Black color preview on #7C766C background

This text has black color on #7C766C background.


White color preview on #7C766C background

This text has white color on #7C766C background.