COLOR #7C6365

HEX: #7C6365
RGB: (124,99,101)

Color info

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

RGB color model

#7C6365 color RGB value is (124,99,101).

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

RGB channels and saturation

R 124 of 255 = 49%
G 99 of 255 = 39%
B 101 of 255 = 40%

124
99
101

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

Portions of RGB colors in percentages

R + G + B =
124 + 99 + 101 = 324 (100%)
R 124 of 324 ~ 38.27%
G 99 of 324 ~ 30.56%
B 101 of 324 ~ 31.17%

%38.27
%30.56
%31.17

CMYK color model

#7C6365 color CMYK value is (0,20,19,51).

  • cyan value is 0.00%
  • magenta value is 20.16%
  • yellow value is 18.55%
  • key color value is 51.37%
CMYK:
(0,20,19,51)
C0M20Y19K51 
(0%,20%,19%,51%)
(0.00/0.20/0.19/0.51)	

CMYK percentages

%0
%20.16
%18.55
%51.37

Codes

Color #7C6365 in popluar color models

7C6365
RGB12499101
HSL355°11.21%43.73%
HSB/HSV355°20.16%48.63%
CMYK0.00%20.16%18.55%
51.37%

Color #7C6365 in popluar number systems.

HEX7C6365
Decimal12499101
Binary111110011000111100101
Octal174143145

Shades and tints

Shades of #7C6365

#7C6365
(124,99,101)
#715A5C
(113,90,92)
#665153
(102,81,83)
#5B484A
(91,72,74)
#503F41
(80,63,65)
#453638
(69,54,56)
#3A2D2F
(58,45,47)
#2F2426
(47,36,38)
#241B1D
(36,27,29)
#191214
(25,18,20)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #7C6365

#7C6365
(124,99,101)
#877173
(135,113,115)
#927F81
(146,127,129)
#9D8D8F
(157,141,143)
#A89B9D
(168,155,157)
#B3A9AB
(179,169,171)
#BEB7B9
(190,183,185)
#C9C5C7
(201,197,199)
#D4D3D5
(212,211,213)
#DFE1E3
(223,225,227)
#EAEFF1
(234,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6365; }

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

This text font color is #7C6365.


Background Color

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

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

This div background color is #7C6365.


Border color

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

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

This div border color is #7C6365.


Opacity

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

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

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

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

This text has shadow with #7C6365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6365 on black background.


Color preview on white background

This text has color #7C6365 on white background.



Black color preview on #7C6365 background

This text has black color on #7C6365 background.


White color preview on #7C6365 background

This text has white color on #7C6365 background.