COLOR #7C5967

HEX: #7C5967
RGB: (124,89,103)

Color info

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

RGB color model

#7C5967 color RGB value is (124,89,103).

  • red value is 124;
  • green value is 89;
  • blue value is 103.
RGB:
(124,89,103)
(49%,35%,40%)

RGB channels and saturation

R 124 of 255 = 49%
G 89 of 255 = 35%
B 103 of 255 = 40%

124
89
103

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

Portions of RGB colors in percentages

R + G + B =
124 + 89 + 103 = 316 (100%)
R 124 of 316 ~ 39.24%
G 89 of 316 ~ 28.16%
B 103 of 316 ~ 32.59%

%39.24
%28.16
%32.59

CMYK color model

#7C5967 color CMYK value is (0,28,17,51).

  • cyan value is 0.00%
  • magenta value is 28.23%
  • yellow value is 16.94%
  • key color value is 51.37%
CMYK:
(0,28,17,51)
C0M28Y17K51 
(0%,28%,17%,51%)
(0.00/0.28/0.17/0.51)	

CMYK percentages

%0
%28.23
%16.94
%51.37

Codes

Color #7C5967 in popluar color models

7C5967
RGB12489103
HSL336°16.43%41.76%
HSB/HSV336°28.23%48.63%
CMYK0.00%28.23%16.94%
51.37%

Color #7C5967 in popluar number systems.

HEX7C5967
Decimal12489103
Binary111110010110011100111
Octal174131147

Shades and tints

Shades of #7C5967

#7C5967
(124,89,103)
#71515E
(113,81,94)
#664955
(102,73,85)
#5B414C
(91,65,76)
#503943
(80,57,67)
#45313A
(69,49,58)
#3A2931
(58,41,49)
#2F2128
(47,33,40)
#24191F
(36,25,31)
#191116
(25,17,22)
#0E090D
(14,9,13)
#000000
(0,0,0)

Tints of #7C5967

#7C5967
(124,89,103)
#876874
(135,104,116)
#927781
(146,119,129)
#9D868E
(157,134,142)
#A8959B
(168,149,155)
#B3A4A8
(179,164,168)
#BEB3B5
(190,179,181)
#C9C2C2
(201,194,194)
#D4D1CF
(212,209,207)
#DFE0DC
(223,224,220)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5967 color. Also use rgb(124,89,103) instead hex code.

Text Font Color

.myTextColor { color: #7C5967; }

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

This text font color is #7C5967.


Background Color

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

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

This div background color is #7C5967.


Border color

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

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

This div border color is #7C5967.


Opacity

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

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

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

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

This text has shadow with #7C5967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5967 on black background.


Color preview on white background

This text has color #7C5967 on white background.



Black color preview on #7C5967 background

This text has black color on #7C5967 background.


White color preview on #7C5967 background

This text has white color on #7C5967 background.