COLOR #7C7562

HEX: #7C7562
RGB: (124,117,98)

Color info

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

RGB color model

#7C7562 color RGB value is (124,117,98).

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

RGB channels and saturation

R 124 of 255 = 49%
G 117 of 255 = 46%
B 98 of 255 = 38%

124
117
98

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

Portions of RGB colors in percentages

R + G + B =
124 + 117 + 98 = 339 (100%)
R 124 of 339 ~ 36.58%
G 117 of 339 ~ 34.51%
B 98 of 339 ~ 28.91%

%36.58
%34.51
%28.91

CMYK color model

#7C7562 color CMYK value is (0,6,21,51).

  • cyan value is 0.00%
  • magenta value is 5.65%
  • yellow value is 20.97%
  • key color value is 51.37%
CMYK:
(0,6,21,51)
C0M6Y21K51 
(0%,6%,21%,51%)
(0.00/0.06/0.21/0.51)	

CMYK percentages

%0
%5.65
%20.97
%51.37

Codes

Color #7C7562 in popluar color models

7C7562
RGB12411798
HSL44°11.71%43.53%
HSB/HSV44°20.97%48.63%
CMYK0.00%5.65%20.97%
51.37%

Color #7C7562 in popluar number systems.

HEX7C7562
Decimal12411798
Binary111110011101011100010
Octal174165142

Shades and tints

Shades of #7C7562

#7C7562
(124,117,98)
#716B5A
(113,107,90)
#666152
(102,97,82)
#5B574A
(91,87,74)
#504D42
(80,77,66)
#45433A
(69,67,58)
#3A3932
(58,57,50)
#2F2F2A
(47,47,42)
#242522
(36,37,34)
#191B1A
(25,27,26)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #7C7562

#7C7562
(124,117,98)
#878170
(135,129,112)
#928D7E
(146,141,126)
#9D998C
(157,153,140)
#A8A59A
(168,165,154)
#B3B1A8
(179,177,168)
#BEBDB6
(190,189,182)
#C9C9C4
(201,201,196)
#D4D5D2
(212,213,210)
#DFE1E0
(223,225,224)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7562; }

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

This text font color is #7C7562.


Background Color

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

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

This div background color is #7C7562.


Border color

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

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

This div border color is #7C7562.


Opacity

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

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

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

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

This text has shadow with #7C7562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7562 on black background.


Color preview on white background

This text has color #7C7562 on white background.



Black color preview on #7C7562 background

This text has black color on #7C7562 background.


White color preview on #7C7562 background

This text has white color on #7C7562 background.