COLOR #7C757E

HEX: #7C757E
RGB: (124,117,126)

Color info

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

RGB color model

#7C757E color RGB value is (124,117,126).

  • red value is 124;
  • green value is 117;
  • blue value is 126.
RGB:
(124,117,126)
(49%,46%,49%)

RGB channels and saturation

R 124 of 255 = 49%
G 117 of 255 = 46%
B 126 of 255 = 49%

124
117
126

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

Portions of RGB colors in percentages

R + G + B =
124 + 117 + 126 = 367 (100%)
R 124 of 367 ~ 33.79%
G 117 of 367 ~ 31.88%
B 126 of 367 ~ 34.33%

%33.79
%31.88
%34.33

CMYK color model

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

  • cyan value is 1.59%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(2,7,0,51)
C2M7Y0K51 
(2%,7%,0%,51%)
(0.02/0.07/0.00/0.51)	

CMYK percentages

%1.59
%7.14
%0
%50.59

Codes

Color #7C757E in popluar color models

7C757E
RGB124117126
HSL287°3.70%47.65%
HSB/HSV287°7.14%49.41%
CMYK1.59%7.14%0.00%
50.59%

Color #7C757E in popluar number systems.

HEX7C757E
Decimal124117126
Binary111110011101011111110
Octal174165176

Shades and tints

Shades of #7C757E

#7C757E
(124,117,126)
#716B73
(113,107,115)
#666168
(102,97,104)
#5B575D
(91,87,93)
#504D52
(80,77,82)
#454347
(69,67,71)
#3A393C
(58,57,60)
#2F2F31
(47,47,49)
#242526
(36,37,38)
#191B1B
(25,27,27)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #7C757E

#7C757E
(124,117,126)
#878189
(135,129,137)
#928D94
(146,141,148)
#9D999F
(157,153,159)
#A8A5AA
(168,165,170)
#B3B1B5
(179,177,181)
#BEBDC0
(190,189,192)
#C9C9CB
(201,201,203)
#D4D5D6
(212,213,214)
#DFE1E1
(223,225,225)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C757E color. Also use rgb(124,117,126) instead hex code.

Text Font Color

.myTextColor { color: #7C757E; }

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

This text font color is #7C757E.


Background Color

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

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

This div background color is #7C757E.


Border color

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

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

This div border color is #7C757E.


Opacity

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

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

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

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

This text has shadow with #7C757E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C757E on black background.


Color preview on white background

This text has color #7C757E on white background.



Black color preview on #7C757E background

This text has black color on #7C757E background.


White color preview on #7C757E background

This text has white color on #7C757E background.