COLOR #7C6376

HEX: #7C6376
RGB: (124,99,118)

Color info

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

RGB color model

#7C6376 color RGB value is (124,99,118).

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

RGB channels and saturation

R 124 of 255 = 49%
G 99 of 255 = 39%
B 118 of 255 = 46%

124
99
118

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

Portions of RGB colors in percentages

R + G + B =
124 + 99 + 118 = 341 (100%)
R 124 of 341 ~ 36.36%
G 99 of 341 ~ 29.03%
B 118 of 341 ~ 34.6%

%36.36
%29.03
%34.6

CMYK color model

#7C6376 color CMYK value is (0,20,5,51).

  • cyan value is 0.00%
  • magenta value is 20.16%
  • yellow value is 4.84%
  • key color value is 51.37%
CMYK:
(0,20,5,51)
C0M20Y5K51 
(0%,20%,5%,51%)
(0.00/0.20/0.05/0.51)	

CMYK percentages

%0
%20.16
%4.84
%51.37

Codes

Color #7C6376 in popluar color models

7C6376
RGB12499118
HSL314°11.21%43.73%
HSB/HSV314°20.16%48.63%
CMYK0.00%20.16%4.84%
51.37%

Color #7C6376 in popluar number systems.

HEX7C6376
Decimal12499118
Binary111110011000111110110
Octal174143166

Shades and tints

Shades of #7C6376

#7C6376
(124,99,118)
#715A6C
(113,90,108)
#665162
(102,81,98)
#5B4858
(91,72,88)
#503F4E
(80,63,78)
#453644
(69,54,68)
#3A2D3A
(58,45,58)
#2F2430
(47,36,48)
#241B26
(36,27,38)
#19121C
(25,18,28)
#0E0912
(14,9,18)
#000000
(0,0,0)

Tints of #7C6376

#7C6376
(124,99,118)
#877182
(135,113,130)
#927F8E
(146,127,142)
#9D8D9A
(157,141,154)
#A89BA6
(168,155,166)
#B3A9B2
(179,169,178)
#BEB7BE
(190,183,190)
#C9C5CA
(201,197,202)
#D4D3D6
(212,211,214)
#DFE1E2
(223,225,226)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6376; }

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

This text font color is #7C6376.


Background Color

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

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

This div background color is #7C6376.


Border color

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

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

This div border color is #7C6376.


Opacity

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

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

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

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

This text has shadow with #7C6376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6376 on black background.


Color preview on white background

This text has color #7C6376 on white background.



Black color preview on #7C6376 background

This text has black color on #7C6376 background.


White color preview on #7C6376 background

This text has white color on #7C6376 background.