COLOR #7C615C

HEX: #7C615C RGB: (124,97,92)

Color info

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

RGB color model

#7C615C color RGB value is (124,97,92).

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

RGB channels and saturation

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

124
97
92

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

Portions of RGB colors in percentages

R + G + B = 124 + 97 + 92 = 313 (100%)
R 124 of 313 ~ 39.62%
G 97 of 313 ~ 30.99%
B 92 of 313 ~ 29.39'%

%39.62
%30.99
%29.39

CMYK color model

#7C615C color CMYK value is (0,22,26,51).

  • cyan value is 0.00%
  • magenta value is 21.77%
  • yellow value is 25.81%
  • key color value is 51.37%
CMYK: (0,22,26,51) C0M22Y26K51 (0%,22%,26%,51%) (0.00/0.22/0.26/0.51) 

CMYK percentages

%0
%21.77
%25.81
%51.37

Codes

Color #7C615C in popluar color models

7C 61 5C
RGB 124 97 92
HSL 14.81% 42.35%
HSB/HSV 25.81% 48.63%
CMYK 0.00% 21.77% 25.81%
51.37%

Color #7C615C in popluar number systems.

HEX 7C 61 5C
Decimal 124 97 92
Binary 1111100 1100001 1011100
Octal 174 141 134

Shades and tints

Shades of #7C615C

#7C615C
(124,97,92)
#715954
(113,89,84)
#66514C
(102,81,76)
#5B4944
(91,73,68)
#50413C
(80,65,60)
#453934
(69,57,52)
#3A312C
(58,49,44)
#2F2924
(47,41,36)
#24211C
(36,33,28)
#191914
(25,25,20)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #7C615C

#7C615C
(124,97,92)
#876F6A
(135,111,106)
#927D78
(146,125,120)
#9D8B86
(157,139,134)
#A89994
(168,153,148)
#B3A7A2
(179,167,162)
#BEB5B0
(190,181,176)
#C9C3BE
(201,195,190)
#D4D1CC
(212,209,204)
#DFDFDA
(223,223,218)
#EAEDE8
(234,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C615C; }

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

This text font color is #7C615C.

Background Color

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

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

This div background color is #7C615C.

Border color

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

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

This div border color is #7C615C.

Opacity

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

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

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

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

This text has shadow with #7C615C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C615C.

Preview

Color preview on black background

This text has color #7C615C on black background.


Color preview on white background

This text has color #7C615C on white background.


Black color preview on #7C615C background

This text has black color on #7C615C background.


White color preview on #7C615C background

This text has white color on #7C615C background.


Related colors

Complementary color

Complementary color for #hex is #839EA3.


I love getcolorcode.com

Triadic colors

1 #5C7C61 and #615C7C with #7C615C are triadic colors.

2 #5C617C and #617C5C with #7C615C are triadic colors.