COLOR #7C657C

HEX: #7C657C
RGB: (124,101,124)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

124
101
124

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

Portions of RGB colors in percentages

R + G + B =
124 + 101 + 124 = 349 (100%)
R 124 of 349 ~ 35.53%
G 101 of 349 ~ 28.94%
B 124 of 349 ~ 35.53%

%35.53
%28.94
%35.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.55%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(0,19,0,51)
C0M19Y0K51 
(0%,19%,0%,51%)
(0.00/0.19/0.00/0.51)	

CMYK percentages

%0
%18.55
%0
%51.37

Codes

Color #7C657C in popluar color models

7C657C
RGB124101124
HSL300°10.22%44.12%
HSB/HSV300°18.55%48.63%
CMYK0.00%18.55%0.00%
51.37%

Color #7C657C in popluar number systems.

HEX7C657C
Decimal124101124
Binary111110011001011111100
Octal174145174

Shades and tints

Shades of #7C657C

#7C657C
(124,101,124)
#715C71
(113,92,113)
#665366
(102,83,102)
#5B4A5B
(91,74,91)
#504150
(80,65,80)
#453845
(69,56,69)
#3A2F3A
(58,47,58)
#2F262F
(47,38,47)
#241D24
(36,29,36)
#191419
(25,20,25)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #7C657C

#7C657C
(124,101,124)
#877387
(135,115,135)
#928192
(146,129,146)
#9D8F9D
(157,143,157)
#A89DA8
(168,157,168)
#B3ABB3
(179,171,179)
#BEB9BE
(190,185,190)
#C9C7C9
(201,199,201)
#D4D5D4
(212,213,212)
#DFE3DF
(223,227,223)
#EAF1EA
(234,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C657C; }

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

This text font color is #7C657C.


Background Color

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

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

This div background color is #7C657C.


Border color

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

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

This div border color is #7C657C.


Opacity

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

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

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

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

This text has shadow with #7C657C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C657C on black background.


Color preview on white background

This text has color #7C657C on white background.



Black color preview on #7C657C background

This text has black color on #7C657C background.


White color preview on #7C657C background

This text has white color on #7C657C background.