COLOR #7C615D

HEX: #7C615D RGB: (124,97,93)

Color info

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

RGB color model

#7C615D color RGB value is (124,97,93).

RGB: (124,97,93) (49%, 38%, 36%)

RGB channels and saturation

R 124 of 255 = 49%
G 97 of 255 = 38%
B 93 of 255 = 36%

124
97
93

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

Portions of RGB colors in percentages

R + G + B = 124 + 97 + 93 = 314 (100%)
R 124 of 314 ~ 39.49%
G 97 of 314 ~ 30.89%
B 93 of 314 ~ 29.62'%

%39.49
%30.89
%29.62

CMYK color model

#7C615D color CMYK value is (0,22,25,51).

  • cyan value is 0.00%
  • magenta value is 21.77%
  • yellow value is 25.00%
  • key color value is 51.37%

CMYK: (0,22,25,51)
C0M22Y25K51 (0%, 22%, 25%, 51%)
(0.00 / 0.22 / 0.25 / 0.51)

CMYK percentages

%0
%21.77
%25
%51.37

Codes

Color #7C615D in popluar color models

7C 61 5D
RGB 124 97 93
HSL 14.29% 42.55%
HSB/HSV 25.00% 48.63%
CMYK 0.00% 21.77% 25.00%
51.37%

Color #7C615D in popluar number systems.

HEX 7C 61 5D
Decimal 124 97 93
Binary 1111100 1100001 1011101
Octal 174 141 135

Shades and tints

Shades of #7C615D

#7C615D
(124,97,93)
#715955
(113,89,85)
#66514D
(102,81,77)
#5B4945
(91,73,69)
#50413D
(80,65,61)
#453935
(69,57,53)
#3A312D
(58,49,45)
#2F2925
(47,41,37)
#24211D
(36,33,29)
#191915
(25,25,21)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #7C615D

#7C615D
(124,97,93)
#876F6B
(135,111,107)
#927D79
(146,125,121)
#9D8B87
(157,139,135)
#A89995
(168,153,149)
#B3A7A3
(179,167,163)
#BEB5B1
(190,181,177)
#C9C3BF
(201,195,191)
#D4D1CD
(212,209,205)
#DFDFDB
(223,223,219)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C615D; }

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

This text font color is #7C615D.

Background Color

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

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

This div background color is #7C615D.

Border color

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

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

This div border color is #7C615D.

Opacity

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

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

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

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

This text has shadow with #7C615D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C615D.

Preview

Color preview on black background

This text has color #7C615D on black background.


Color preview on white background

This text has color #7C615D on white background.


Black color preview on #7C615D background

This text has black color on #7C615D background.


White color preview on #7C615D background

This text has white color on #7C615D background.


Related colors

Complementary color

Complementary color for #hex is #839EA2.


I love getcolorcode.com

Triadic colors

1 #5D7C61 and #615D7C with #7C615D are triadic colors.

2 #5D617C and #617C5D with #7C615D are triadic colors.