COLOR #7C747B

HEX: #7C747B RGB: (124,116,123)

Color info

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

RGB color model

#7C747B color RGB value is (124,116,123).

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

RGB channels and saturation

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

124
116
123

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

Portions of RGB colors in percentages

R + G + B = 124 + 116 + 123 = 363 (100%)
R 124 of 363 ~ 34.16%
G 116 of 363 ~ 31.96%
B 123 of 363 ~ 33.88'%

%34.16
%31.96
%33.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.45%
  • yellow value is 0.81%
  • key color value is 51.37%

CMYK: (0,6,1,51)
C0M6Y1K51 (0%, 6%, 1%, 51%)
(0.00 / 0.06 / 0.01 / 0.51)

CMYK percentages

%0
%6.45
%0.81
%51.37

Codes

Color #7C747B in popluar color models

7C 74 7B
RGB 124 116 123
HSL 308° 3.33% 47.06%
HSB/HSV 308° 6.45% 48.63%
CMYK 0.00% 6.45% 0.81%
51.37%

Color #7C747B in popluar number systems.

HEX 7C 74 7B
Decimal 124 116 123
Binary 1111100 1110100 1111011
Octal 174 164 173

Shades and tints

Shades of #7C747B

#7C747B
(124,116,123)
#716A70
(113,106,112)
#666065
(102,96,101)
#5B565A
(91,86,90)
#504C4F
(80,76,79)
#454244
(69,66,68)
#3A3839
(58,56,57)
#2F2E2E
(47,46,46)
#242423
(36,36,35)
#191A18
(25,26,24)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #7C747B

#7C747B
(124,116,123)
#878087
(135,128,135)
#928C93
(146,140,147)
#9D989F
(157,152,159)
#A8A4AB
(168,164,171)
#B3B0B7
(179,176,183)
#BEBCC3
(190,188,195)
#C9C8CF
(201,200,207)
#D4D4DB
(212,212,219)
#DFE0E7
(223,224,231)
#EAECF3
(234,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C747B; }

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

This text font color is #7C747B.

Background Color

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

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

This div background color is #7C747B.

Border color

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

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

This div border color is #7C747B.

Opacity

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

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

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

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

This text has shadow with #7C747B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C747B.

Preview

Color preview on black background

This text has color #7C747B on black background.


Color preview on white background

This text has color #7C747B on white background.


Black color preview on #7C747B background

This text has black color on #7C747B background.


White color preview on #7C747B background

This text has white color on #7C747B background.


Related colors

Complementary color

Complementary color for #hex is #838B84.


I love getcolorcode.com

Triadic colors

1 #7B7C74 and #747B7C with #7C747B are triadic colors.

2 #7B747C and #747C7B with #7C747B are triadic colors.