COLOR #7C5F62

HEX: #7C5F62
RGB: (124,95,98)

Color info

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

RGB color model

#7C5F62 color RGB value is (124,95,98).

  • red value is 124;
  • green value is 95;
  • blue value is 98.
RGB:
(124,95,98)
(49%,37%,38%)

RGB channels and saturation

R 124 of 255 = 49%
G 95 of 255 = 37%
B 98 of 255 = 38%

124
95
98

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

Portions of RGB colors in percentages

R + G + B =
124 + 95 + 98 = 317 (100%)
R 124 of 317 ~ 39.12%
G 95 of 317 ~ 29.97%
B 98 of 317 ~ 30.91%

%39.12
%29.97
%30.91

CMYK color model

#7C5F62 color CMYK value is (0,23,21,51).

  • cyan value is 0.00%
  • magenta value is 23.39%
  • yellow value is 20.97%
  • key color value is 51.37%
CMYK:
(0,23,21,51)
C0M23Y21K51 
(0%,23%,21%,51%)
(0.00/0.23/0.21/0.51)	

CMYK percentages

%0
%23.39
%20.97
%51.37

Codes

Color #7C5F62 in popluar color models

7C5F62
RGB1249598
HSL354°13.24%42.94%
HSB/HSV354°23.39%48.63%
CMYK0.00%23.39%20.97%
51.37%

Color #7C5F62 in popluar number systems.

HEX7C5F62
Decimal1249598
Binary111110010111111100010
Octal174137142

Shades and tints

Shades of #7C5F62

#7C5F62
(124,95,98)
#71575A
(113,87,90)
#664F52
(102,79,82)
#5B474A
(91,71,74)
#503F42
(80,63,66)
#45373A
(69,55,58)
#3A2F32
(58,47,50)
#2F272A
(47,39,42)
#241F22
(36,31,34)
#19171A
(25,23,26)
#0E0F12
(14,15,18)
#000000
(0,0,0)

Tints of #7C5F62

#7C5F62
(124,95,98)
#876D70
(135,109,112)
#927B7E
(146,123,126)
#9D898C
(157,137,140)
#A8979A
(168,151,154)
#B3A5A8
(179,165,168)
#BEB3B6
(190,179,182)
#C9C1C4
(201,193,196)
#D4CFD2
(212,207,210)
#DFDDE0
(223,221,224)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5F62 color. Also use rgb(124,95,98) instead hex code.

Text Font Color

.myTextColor { color: #7C5F62; }

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

This text font color is #7C5F62.


Background Color

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

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

This div background color is #7C5F62.


Border color

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

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

This div border color is #7C5F62.


Opacity

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

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

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

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

This text has shadow with #7C5F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5F62 on black background.


Color preview on white background

This text has color #7C5F62 on white background.



Black color preview on #7C5F62 background

This text has black color on #7C5F62 background.


White color preview on #7C5F62 background

This text has white color on #7C5F62 background.