COLOR #7C657D

HEX: #7C657D
RGB: (124,101,125)

Color info

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

RGB color model

#7C657D color RGB value is (124,101,125).

  • red value is 124;
  • green value is 101;
  • blue value is 125.
RGB:
(124,101,125)
(49%,40%,49%)

RGB channels and saturation

R 124 of 255 = 49%
G 101 of 255 = 40%
B 125 of 255 = 49%

124
101
125

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

Portions of RGB colors in percentages

R + G + B =
124 + 101 + 125 = 350 (100%)
R 124 of 350 ~ 35.43%
G 101 of 350 ~ 28.86%
B 125 of 350 ~ 35.71%

%35.43
%28.86
%35.71

CMYK color model

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

  • cyan value is 0.80%
  • magenta value is 19.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(1,19,0,51)
C1M19Y0K51 
(1%,19%,0%,51%)
(0.01/0.19/0.00/0.51)	

CMYK percentages

%0.8
%19.2
%0
%50.98

Codes

Color #7C657D in popluar color models

7C657D
RGB124101125
HSL298°10.62%44.31%
HSB/HSV298°19.20%49.02%
CMYK0.80%19.20%0.00%
50.98%

Color #7C657D in popluar number systems.

HEX7C657D
Decimal124101125
Binary111110011001011111101
Octal174145175

Shades and tints

Shades of #7C657D

#7C657D
(124,101,125)
#715C72
(113,92,114)
#665367
(102,83,103)
#5B4A5C
(91,74,92)
#504151
(80,65,81)
#453846
(69,56,70)
#3A2F3B
(58,47,59)
#2F2630
(47,38,48)
#241D25
(36,29,37)
#19141A
(25,20,26)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #7C657D

#7C657D
(124,101,125)
#877388
(135,115,136)
#928193
(146,129,147)
#9D8F9E
(157,143,158)
#A89DA9
(168,157,169)
#B3ABB4
(179,171,180)
#BEB9BF
(190,185,191)
#C9C7CA
(201,199,202)
#D4D5D5
(212,213,213)
#DFE3E0
(223,227,224)
#EAF1EB
(234,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C657D color. Also use rgb(124,101,125) instead hex code.

Text Font Color

.myTextColor { color: #7C657D; }

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

This text font color is #7C657D.


Background Color

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

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

This div background color is #7C657D.


Border color

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

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

This div border color is #7C657D.


Opacity

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

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

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

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

This text has shadow with #7C657D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C657D on black background.


Color preview on white background

This text has color #7C657D on white background.



Black color preview on #7C657D background

This text has black color on #7C657D background.


White color preview on #7C657D background

This text has white color on #7C657D background.