COLOR #7C7976

HEX: #7C7976 RGB: (124,121,118)

Color info

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

RGB color model

#7C7976 color RGB value is (124,121,118).

RGB: (124,121,118) (49%, 47%, 46%)

RGB channels and saturation

R 124 of 255 = 49%
G 121 of 255 = 47%
B 118 of 255 = 46%

124
121
118

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

Portions of RGB colors in percentages

R + G + B = 124 + 121 + 118 = 363 (100%)
R 124 of 363 ~ 34.16%
G 121 of 363 ~ 33.33%
B 118 of 363 ~ 32.51'%

%34.16
%33.33
%32.51

CMYK color model

#7C7976 color CMYK value is (0,2,5,51).

  • cyan value is 0.00%
  • magenta value is 2.42%
  • yellow value is 4.84%
  • key color value is 51.37%
CMYK: (0,2,5,51) C0M2Y5K51 (0%,2%,5%,51%) (0.00/0.02/0.05/0.51) 

CMYK percentages

%0
%2.42
%4.84
%51.37

Codes

Color #7C7976 in popluar color models

7C 79 76
RGB 124 121 118
HSL 30° 2.48% 47.45%
HSB/HSV 30° 4.84% 48.63%
CMYK 0.00% 2.42% 4.84%
51.37%

Color #7C7976 in popluar number systems.

HEX 7C 79 76
Decimal 124 121 118
Binary 1111100 1111001 1110110
Octal 174 171 166

Shades and tints

Shades of #7C7976

#7C7976
(124,121,118)
#716E6C
(113,110,108)
#666362
(102,99,98)
#5B5858
(91,88,88)
#504D4E
(80,77,78)
#454244
(69,66,68)
#3A373A
(58,55,58)
#2F2C30
(47,44,48)
#242126
(36,33,38)
#19161C
(25,22,28)
#0E0B12
(14,11,18)
#000000
(0,0,0)

Tints of #7C7976

#7C7976
(124,121,118)
#878582
(135,133,130)
#92918E
(146,145,142)
#9D9D9A
(157,157,154)
#A8A9A6
(168,169,166)
#B3B5B2
(179,181,178)
#BEC1BE
(190,193,190)
#C9CDCA
(201,205,202)
#D4D9D6
(212,217,214)
#DFE5E2
(223,229,226)
#EAF1EE
(234,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7976; }

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

This text font color is #7C7976.

Background Color

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

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

This div background color is #7C7976.

Border color

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

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

This div border color is #7C7976.

Opacity

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

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

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

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

This text has shadow with #7C7976 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7976.

Preview

Color preview on black background

This text has color #7C7976 on black background.


Color preview on white background

This text has color #7C7976 on white background.


Black color preview on #7C7976 background

This text has black color on #7C7976 background.


White color preview on #7C7976 background

This text has white color on #7C7976 background.


Related colors

Complementary color

Complementary color for #hex is #838689.


I love getcolorcode.com

Triadic colors

1 #767C79 and #79767C with #7C7976 are triadic colors.

2 #76797C and #797C76 with #7C7976 are triadic colors.