COLOR #7C5156

HEX: #7C5156
RGB: (124,81,86)

Color info

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

RGB color model

#7C5156 color RGB value is (124,81,86).

  • red value is 124;
  • green value is 81;
  • blue value is 86.
RGB:
(124,81,86)
(49%,32%,34%)

RGB channels and saturation

R 124 of 255 = 49%
G 81 of 255 = 32%
B 86 of 255 = 34%

124
81
86

R + G + B ~ 38%. #7C5156 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 81 + 86 = 291 (100%)
R 124 of 291 ~ 42.61%
G 81 of 291 ~ 27.84%
B 86 of 291 ~ 29.55%

%42.61
%27.84
%29.55

CMYK color model

#7C5156 color CMYK value is (0,35,31,51).

  • cyan value is 0.00%
  • magenta value is 34.68%
  • yellow value is 30.65%
  • key color value is 51.37%
CMYK:
(0,35,31,51)
C0M35Y31K51 
(0%,35%,31%,51%)
(0.00/0.35/0.31/0.51)	

CMYK percentages

%0
%34.68
%30.65
%51.37

Codes

Color #7C5156 in popluar color models

7C5156
RGB1248186
HSL353°20.98%40.20%
HSB/HSV353°34.68%48.63%
CMYK0.00%34.68%30.65%
51.37%

Color #7C5156 in popluar number systems.

HEX7C5156
Decimal1248186
Binary111110010100011010110
Octal174121126

Shades and tints

Shades of #7C5156

#7C5156
(124,81,86)
#714A4F
(113,74,79)
#664348
(102,67,72)
#5B3C41
(91,60,65)
#50353A
(80,53,58)
#452E33
(69,46,51)
#3A272C
(58,39,44)
#2F2025
(47,32,37)
#24191E
(36,25,30)
#191217
(25,18,23)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #7C5156

#7C5156
(124,81,86)
#876065
(135,96,101)
#926F74
(146,111,116)
#9D7E83
(157,126,131)
#A88D92
(168,141,146)
#B39CA1
(179,156,161)
#BEABB0
(190,171,176)
#C9BABF
(201,186,191)
#D4C9CE
(212,201,206)
#DFD8DD
(223,216,221)
#EAE7EC
(234,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5156; }

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

This text font color is #7C5156.


Background Color

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

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

This div background color is #7C5156.


Border color

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

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

This div border color is #7C5156.


Opacity

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

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

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

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

This text has shadow with #7C5156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5156 on black background.


Color preview on white background

This text has color #7C5156 on white background.



Black color preview on #7C5156 background

This text has black color on #7C5156 background.


White color preview on #7C5156 background

This text has white color on #7C5156 background.