COLOR #7C5360

HEX: #7C5360
RGB: (124,83,96)

Color info

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

RGB color model

#7C5360 color RGB value is (124,83,96).

  • red value is 124;
  • green value is 83;
  • blue value is 96.
RGB:
(124,83,96)
(49%,33%,38%)

RGB channels and saturation

R 124 of 255 = 49%
G 83 of 255 = 33%
B 96 of 255 = 38%

124
83
96

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

Portions of RGB colors in percentages

R + G + B =
124 + 83 + 96 = 303 (100%)
R 124 of 303 ~ 40.92%
G 83 of 303 ~ 27.39%
B 96 of 303 ~ 31.68%

%40.92
%27.39
%31.68

CMYK color model

#7C5360 color CMYK value is (0,33,23,51).

  • cyan value is 0.00%
  • magenta value is 33.06%
  • yellow value is 22.58%
  • key color value is 51.37%
CMYK:
(0,33,23,51)
C0M33Y23K51 
(0%,33%,23%,51%)
(0.00/0.33/0.23/0.51)	

CMYK percentages

%0
%33.06
%22.58
%51.37

Codes

Color #7C5360 in popluar color models

7C5360
RGB1248396
HSL341°19.81%40.59%
HSB/HSV341°33.06%48.63%
CMYK0.00%33.06%22.58%
51.37%

Color #7C5360 in popluar number systems.

HEX7C5360
Decimal1248396
Binary111110010100111100000
Octal174123140

Shades and tints

Shades of #7C5360

#7C5360
(124,83,96)
#714C58
(113,76,88)
#664550
(102,69,80)
#5B3E48
(91,62,72)
#503740
(80,55,64)
#453038
(69,48,56)
#3A2930
(58,41,48)
#2F2228
(47,34,40)
#241B20
(36,27,32)
#191418
(25,20,24)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #7C5360

#7C5360
(124,83,96)
#87626E
(135,98,110)
#92717C
(146,113,124)
#9D808A
(157,128,138)
#A88F98
(168,143,152)
#B39EA6
(179,158,166)
#BEADB4
(190,173,180)
#C9BCC2
(201,188,194)
#D4CBD0
(212,203,208)
#DFDADE
(223,218,222)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5360; }

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

This text font color is #7C5360.


Background Color

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

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

This div background color is #7C5360.


Border color

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

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

This div border color is #7C5360.


Opacity

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

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

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

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

This text has shadow with #7C5360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5360 on black background.


Color preview on white background

This text has color #7C5360 on white background.



Black color preview on #7C5360 background

This text has black color on #7C5360 background.


White color preview on #7C5360 background

This text has white color on #7C5360 background.