COLOR #7C717A

HEX: #7C717A
RGB: (124,113,122)

Color info

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

RGB color model

#7C717A color RGB value is (124,113,122).

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

RGB channels and saturation

R 124 of 255 = 49%
G 113 of 255 = 44%
B 122 of 255 = 48%

124
113
122

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

Portions of RGB colors in percentages

R + G + B =
124 + 113 + 122 = 359 (100%)
R 124 of 359 ~ 34.54%
G 113 of 359 ~ 31.48%
B 122 of 359 ~ 33.98%

%34.54
%31.48
%33.98

CMYK color model

#7C717A color CMYK value is (0,9,2,51).

  • cyan value is 0.00%
  • magenta value is 8.87%
  • yellow value is 1.61%
  • key color value is 51.37%
CMYK:
(0,9,2,51)
C0M9Y2K51 
(0%,9%,2%,51%)
(0.00/0.09/0.02/0.51)	

CMYK percentages

%0
%8.87
%1.61
%51.37

Codes

Color #7C717A in popluar color models

7C717A
RGB124113122
HSL311°4.64%46.47%
HSB/HSV311°8.87%48.63%
CMYK0.00%8.87%1.61%
51.37%

Color #7C717A in popluar number systems.

HEX7C717A
Decimal124113122
Binary111110011100011111010
Octal174161172

Shades and tints

Shades of #7C717A

#7C717A
(124,113,122)
#71676F
(113,103,111)
#665D64
(102,93,100)
#5B5359
(91,83,89)
#50494E
(80,73,78)
#453F43
(69,63,67)
#3A3538
(58,53,56)
#2F2B2D
(47,43,45)
#242122
(36,33,34)
#191717
(25,23,23)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #7C717A

#7C717A
(124,113,122)
#877D86
(135,125,134)
#928992
(146,137,146)
#9D959E
(157,149,158)
#A8A1AA
(168,161,170)
#B3ADB6
(179,173,182)
#BEB9C2
(190,185,194)
#C9C5CE
(201,197,206)
#D4D1DA
(212,209,218)
#DFDDE6
(223,221,230)
#EAE9F2
(234,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C717A; }

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

This text font color is #7C717A.


Background Color

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

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

This div background color is #7C717A.


Border color

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

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

This div border color is #7C717A.


Opacity

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

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

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

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

This text has shadow with #7C717A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C717A on black background.


Color preview on white background

This text has color #7C717A on white background.



Black color preview on #7C717A background

This text has black color on #7C717A background.


White color preview on #7C717A background

This text has white color on #7C717A background.