COLOR #7C737B

HEX: #7C737B RGB: (124,115,123)

Color info

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

RGB color model

#7C737B color RGB value is (124,115,123).

RGB: (124,115,123) (49%, 45%, 48%)

RGB channels and saturation

R 124 of 255 = 49%
G 115 of 255 = 45%
B 123 of 255 = 48%

124
115
123

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

Portions of RGB colors in percentages

R + G + B = 124 + 115 + 123 = 362 (100%)
R 124 of 362 ~ 34.25%
G 115 of 362 ~ 31.77%
B 123 of 362 ~ 33.98'%

%34.25
%31.77
%33.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.26%
  • yellow value is 0.81%
  • key color value is 51.37%
CMYK: (0,7,1,51) C0M7Y1K51 (0%,7%,1%,51%) (0.00/0.07/0.01/0.51) 

CMYK percentages

%0
%7.26
%0.81
%51.37

Codes

Color #7C737B in popluar color models

7C 73 7B
RGB 124 115 123
HSL 307° 3.77% 46.86%
HSB/HSV 307° 7.26% 48.63%
CMYK 0.00% 7.26% 0.81%
51.37%

Color #7C737B in popluar number systems.

HEX 7C 73 7B
Decimal 124 115 123
Binary 1111100 1110011 1111011
Octal 174 163 173

Shades and tints

Shades of #7C737B

#7C737B
(124,115,123)
#716970
(113,105,112)
#665F65
(102,95,101)
#5B555A
(91,85,90)
#504B4F
(80,75,79)
#454144
(69,65,68)
#3A3739
(58,55,57)
#2F2D2E
(47,45,46)
#242323
(36,35,35)
#191918
(25,25,24)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #7C737B

#7C737B
(124,115,123)
#877F87
(135,127,135)
#928B93
(146,139,147)
#9D979F
(157,151,159)
#A8A3AB
(168,163,171)
#B3AFB7
(179,175,183)
#BEBBC3
(190,187,195)
#C9C7CF
(201,199,207)
#D4D3DB
(212,211,219)
#DFDFE7
(223,223,231)
#EAEBF3
(234,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C737B; }

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

This text font color is #7C737B.

Background Color

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

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

This div background color is #7C737B.

Border color

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

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

This div border color is #7C737B.

Opacity

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

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

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

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

This text has shadow with #7C737B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C737B.

Preview

Color preview on black background

This text has color #7C737B on black background.


Color preview on white background

This text has color #7C737B on white background.


Black color preview on #7C737B background

This text has black color on #7C737B background.


White color preview on #7C737B background

This text has white color on #7C737B background.


Related colors

Complementary color

Complementary color for #hex is #838C84.


I love getcolorcode.com

Triadic colors

1 #7B7C73 and #737B7C with #7C737B are triadic colors.

2 #7B737C and #737C7B with #7C737B are triadic colors.