COLOR #7C717B

HEX: #7C717B RGB: (124,113,123)

Color info

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

RGB color model

#7C717B color RGB value is (124,113,123).

RGB: (124,113,123) (49%, 44%, 48%)

RGB channels and saturation

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

124
113
123

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

Portions of RGB colors in percentages

R + G + B = 124 + 113 + 123 = 360 (100%)
R 124 of 360 ~ 34.44%
G 113 of 360 ~ 31.39%
B 123 of 360 ~ 34.17'%

%34.44
%31.39
%34.17

CMYK color model

#7C717B color CMYK value is (0,9,1,51).

  • cyan value is 0.00%
  • magenta value is 8.87%
  • yellow value is 0.81%
  • key color value is 51.37%
CMYK: (0,9,1,51) C0M9Y1K51 (0%,9%,1%,51%) (0.00/0.09/0.01/0.51) 

CMYK percentages

%0
%8.87
%0.81
%51.37

Codes

Color #7C717B in popluar color models

7C 71 7B
RGB 124 113 123
HSL 305° 4.64% 46.47%
HSB/HSV 305° 8.87% 48.63%
CMYK 0.00% 8.87% 0.81%
51.37%

Color #7C717B in popluar number systems.

HEX 7C 71 7B
Decimal 124 113 123
Binary 1111100 1110001 1111011
Octal 174 161 173

Shades and tints

Shades of #7C717B

#7C717B
(124,113,123)
#716770
(113,103,112)
#665D65
(102,93,101)
#5B535A
(91,83,90)
#50494F
(80,73,79)
#453F44
(69,63,68)
#3A3539
(58,53,57)
#2F2B2E
(47,43,46)
#242123
(36,33,35)
#191718
(25,23,24)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #7C717B

#7C717B
(124,113,123)
#877D87
(135,125,135)
#928993
(146,137,147)
#9D959F
(157,149,159)
#A8A1AB
(168,161,171)
#B3ADB7
(179,173,183)
#BEB9C3
(190,185,195)
#C9C5CF
(201,197,207)
#D4D1DB
(212,209,219)
#DFDDE7
(223,221,231)
#EAE9F3
(234,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C717B; }

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

This text font color is #7C717B.

Background Color

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

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

This div background color is #7C717B.

Border color

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

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

This div border color is #7C717B.

Opacity

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

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

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

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

This text has shadow with #7C717B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C717B.

Preview

Color preview on black background

This text has color #7C717B on black background.


Color preview on white background

This text has color #7C717B on white background.


Black color preview on #7C717B background

This text has black color on #7C717B background.


White color preview on #7C717B background

This text has white color on #7C717B background.


Related colors

Complementary color

Complementary color for #hex is #838E84.


I love getcolorcode.com

Triadic colors

1 #7B7C71 and #717B7C with #7C717B are triadic colors.

2 #7B717C and #717C7B with #7C717B are triadic colors.