COLOR #7C716C

HEX: #7C716C
RGB: (124,113,108)

Color info

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

RGB color model

#7C716C color RGB value is (124,113,108).

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

RGB channels and saturation

R 124 of 255 = 49%
G 113 of 255 = 44%
B 108 of 255 = 42%

124
113
108

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

Portions of RGB colors in percentages

R + G + B =
124 + 113 + 108 = 345 (100%)
R 124 of 345 ~ 35.94%
G 113 of 345 ~ 32.75%
B 108 of 345 ~ 31.3%

%35.94
%32.75
%31.3

CMYK color model

#7C716C color CMYK value is (0,9,13,51).

  • cyan value is 0.00%
  • magenta value is 8.87%
  • yellow value is 12.90%
  • key color value is 51.37%
CMYK:
(0,9,13,51)
C0M9Y13K51 
(0%,9%,13%,51%)
(0.00/0.09/0.13/0.51)	

CMYK percentages

%0
%8.87
%12.9
%51.37

Codes

Color #7C716C in popluar color models

7C716C
RGB124113108
HSL19°6.90%45.49%
HSB/HSV19°12.90%48.63%
CMYK0.00%8.87%12.90%
51.37%

Color #7C716C in popluar number systems.

HEX7C716C
Decimal124113108
Binary111110011100011101100
Octal174161154

Shades and tints

Shades of #7C716C

#7C716C
(124,113,108)
#716763
(113,103,99)
#665D5A
(102,93,90)
#5B5351
(91,83,81)
#504948
(80,73,72)
#453F3F
(69,63,63)
#3A3536
(58,53,54)
#2F2B2D
(47,43,45)
#242124
(36,33,36)
#19171B
(25,23,27)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #7C716C

#7C716C
(124,113,108)
#877D79
(135,125,121)
#928986
(146,137,134)
#9D9593
(157,149,147)
#A8A1A0
(168,161,160)
#B3ADAD
(179,173,173)
#BEB9BA
(190,185,186)
#C9C5C7
(201,197,199)
#D4D1D4
(212,209,212)
#DFDDE1
(223,221,225)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C716C; }

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

This text font color is #7C716C.


Background Color

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

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

This div background color is #7C716C.


Border color

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

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

This div border color is #7C716C.


Opacity

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

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

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

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

This text has shadow with #7C716C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C716C on black background.


Color preview on white background

This text has color #7C716C on white background.



Black color preview on #7C716C background

This text has black color on #7C716C background.


White color preview on #7C716C background

This text has white color on #7C716C background.