COLOR #7C7170

HEX: #7C7170
RGB: (124,113,112)

Color info

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

RGB color model

#7C7170 color RGB value is (124,113,112).

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

RGB channels and saturation

R 124 of 255 = 49%
G 113 of 255 = 44%
B 112 of 255 = 44%

124
113
112

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

Portions of RGB colors in percentages

R + G + B =
124 + 113 + 112 = 349 (100%)
R 124 of 349 ~ 35.53%
G 113 of 349 ~ 32.38%
B 112 of 349 ~ 32.09%

%35.53
%32.38
%32.09

CMYK color model

#7C7170 color CMYK value is (0,9,10,51).

  • cyan value is 0.00%
  • magenta value is 8.87%
  • yellow value is 9.68%
  • key color value is 51.37%
CMYK:
(0,9,10,51)
C0M9Y10K51 
(0%,9%,10%,51%)
(0.00/0.09/0.10/0.51)	

CMYK percentages

%0
%8.87
%9.68
%51.37

Codes

Color #7C7170 in popluar color models

7C7170
RGB124113112
HSL5.08%46.27%
HSB/HSV9.68%48.63%
CMYK0.00%8.87%9.68%
51.37%

Color #7C7170 in popluar number systems.

HEX7C7170
Decimal124113112
Binary111110011100011110000
Octal174161160

Shades and tints

Shades of #7C7170

#7C7170
(124,113,112)
#716766
(113,103,102)
#665D5C
(102,93,92)
#5B5352
(91,83,82)
#504948
(80,73,72)
#453F3E
(69,63,62)
#3A3534
(58,53,52)
#2F2B2A
(47,43,42)
#242120
(36,33,32)
#191716
(25,23,22)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #7C7170

#7C7170
(124,113,112)
#877D7D
(135,125,125)
#92898A
(146,137,138)
#9D9597
(157,149,151)
#A8A1A4
(168,161,164)
#B3ADB1
(179,173,177)
#BEB9BE
(190,185,190)
#C9C5CB
(201,197,203)
#D4D1D8
(212,209,216)
#DFDDE5
(223,221,229)
#EAE9F2
(234,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7170; }

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

This text font color is #7C7170.


Background Color

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

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

This div background color is #7C7170.


Border color

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

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

This div border color is #7C7170.


Opacity

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

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

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

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

This text has shadow with #7C7170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7170 on black background.


Color preview on white background

This text has color #7C7170 on white background.



Black color preview on #7C7170 background

This text has black color on #7C7170 background.


White color preview on #7C7170 background

This text has white color on #7C7170 background.