COLOR #7C6362

HEX: #7C6362
RGB: (124,99,98)

Color info

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

RGB color model

#7C6362 color RGB value is (124,99,98).

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

RGB channels and saturation

R 124 of 255 = 49%
G 99 of 255 = 39%
B 98 of 255 = 38%

124
99
98

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

Portions of RGB colors in percentages

R + G + B =
124 + 99 + 98 = 321 (100%)
R 124 of 321 ~ 38.63%
G 99 of 321 ~ 30.84%
B 98 of 321 ~ 30.53%

%38.63
%30.84
%30.53

CMYK color model

#7C6362 color CMYK value is (0,20,21,51).

  • cyan value is 0.00%
  • magenta value is 20.16%
  • yellow value is 20.97%
  • key color value is 51.37%
CMYK:
(0,20,21,51)
C0M20Y21K51 
(0%,20%,21%,51%)
(0.00/0.20/0.21/0.51)	

CMYK percentages

%0
%20.16
%20.97
%51.37

Codes

Color #7C6362 in popluar color models

7C6362
RGB1249998
HSL11.71%43.53%
HSB/HSV20.97%48.63%
CMYK0.00%20.16%20.97%
51.37%

Color #7C6362 in popluar number systems.

HEX7C6362
Decimal1249998
Binary111110011000111100010
Octal174143142

Shades and tints

Shades of #7C6362

#7C6362
(124,99,98)
#715A5A
(113,90,90)
#665152
(102,81,82)
#5B484A
(91,72,74)
#503F42
(80,63,66)
#45363A
(69,54,58)
#3A2D32
(58,45,50)
#2F242A
(47,36,42)
#241B22
(36,27,34)
#19121A
(25,18,26)
#0E0912
(14,9,18)
#000000
(0,0,0)

Tints of #7C6362

#7C6362
(124,99,98)
#877170
(135,113,112)
#927F7E
(146,127,126)
#9D8D8C
(157,141,140)
#A89B9A
(168,155,154)
#B3A9A8
(179,169,168)
#BEB7B6
(190,183,182)
#C9C5C4
(201,197,196)
#D4D3D2
(212,211,210)
#DFE1E0
(223,225,224)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6362; }

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

This text font color is #7C6362.


Background Color

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

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

This div background color is #7C6362.


Border color

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

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

This div border color is #7C6362.


Opacity

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

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

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

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

This text has shadow with #7C6362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6362 on black background.


Color preview on white background

This text has color #7C6362 on white background.



Black color preview on #7C6362 background

This text has black color on #7C6362 background.


White color preview on #7C6362 background

This text has white color on #7C6362 background.