COLOR #7C636F

HEX: #7C636F RGB: (124,99,111)

Color info

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

RGB color model

#7C636F color RGB value is (124,99,111).

RGB: (124,99,111) (49%, 39%, 44%)

RGB channels and saturation

R 124 of 255 = 49%
G 99 of 255 = 39%
B 111 of 255 = 44%

124
99
111

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

Portions of RGB colors in percentages

R + G + B = 124 + 99 + 111 = 334 (100%)
R 124 of 334 ~ 37.13%
G 99 of 334 ~ 29.64%
B 111 of 334 ~ 33.23'%

%37.13
%29.64
%33.23

CMYK color model

#7C636F color CMYK value is (0,20,10,51).

  • cyan value is 0.00%
  • magenta value is 20.16%
  • yellow value is 10.48%
  • key color value is 51.37%

CMYK: (0,20,10,51)
C0M20Y10K51 (0%, 20%, 10%, 51%)
(0.00 / 0.20 / 0.10 / 0.51)

CMYK percentages

%0
%20.16
%10.48
%51.37

Codes

Color #7C636F in popluar color models

7C 63 6F
RGB 124 99 111
HSL 331° 11.21% 43.73%
HSB/HSV 331° 20.16% 48.63%
CMYK 0.00% 20.16% 10.48%
51.37%

Color #7C636F in popluar number systems.

HEX 7C 63 6F
Decimal 124 99 111
Binary 1111100 1100011 1101111
Octal 174 143 157

Shades and tints

Shades of #7C636F

#7C636F
(124,99,111)
#715A65
(113,90,101)
#66515B
(102,81,91)
#5B4851
(91,72,81)
#503F47
(80,63,71)
#45363D
(69,54,61)
#3A2D33
(58,45,51)
#2F2429
(47,36,41)
#241B1F
(36,27,31)
#191215
(25,18,21)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #7C636F

#7C636F
(124,99,111)
#87717C
(135,113,124)
#927F89
(146,127,137)
#9D8D96
(157,141,150)
#A89BA3
(168,155,163)
#B3A9B0
(179,169,176)
#BEB7BD
(190,183,189)
#C9C5CA
(201,197,202)
#D4D3D7
(212,211,215)
#DFE1E4
(223,225,228)
#EAEFF1
(234,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C636F; }

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

This text font color is #7C636F.

Background Color

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

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

This div background color is #7C636F.

Border color

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

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

This div border color is #7C636F.

Opacity

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

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

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

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

This text has shadow with #7C636F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C636F.

Preview

Color preview on black background

This text has color #7C636F on black background.


Color preview on white background

This text has color #7C636F on white background.


Black color preview on #7C636F background

This text has black color on #7C636F background.


White color preview on #7C636F background

This text has white color on #7C636F background.


Related colors

Complementary color

Complementary color for #hex is #839C90.


I love getcolorcode.com

Triadic colors

1 #6F7C63 and #636F7C with #7C636F are triadic colors.

2 #6F637C and #637C6F with #7C636F are triadic colors.