COLOR #7C6374

HEX: #7C6374
RGB: (124,99,116)

Color info

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

RGB color model

#7C6374 color RGB value is (124,99,116).

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

RGB channels and saturation

R 124 of 255 = 49%
G 99 of 255 = 39%
B 116 of 255 = 45%

124
99
116

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

Portions of RGB colors in percentages

R + G + B =
124 + 99 + 116 = 339 (100%)
R 124 of 339 ~ 36.58%
G 99 of 339 ~ 29.2%
B 116 of 339 ~ 34.22%

%36.58
%29.2
%34.22

CMYK color model

#7C6374 color CMYK value is (0,20,6,51).

  • cyan value is 0.00%
  • magenta value is 20.16%
  • yellow value is 6.45%
  • key color value is 51.37%
CMYK:
(0,20,6,51)
C0M20Y6K51 
(0%,20%,6%,51%)
(0.00/0.20/0.06/0.51)	

CMYK percentages

%0
%20.16
%6.45
%51.37

Codes

Color #7C6374 in popluar color models

7C6374
RGB12499116
HSL319°11.21%43.73%
HSB/HSV319°20.16%48.63%
CMYK0.00%20.16%6.45%
51.37%

Color #7C6374 in popluar number systems.

HEX7C6374
Decimal12499116
Binary111110011000111110100
Octal174143164

Shades and tints

Shades of #7C6374

#7C6374
(124,99,116)
#715A6A
(113,90,106)
#665160
(102,81,96)
#5B4856
(91,72,86)
#503F4C
(80,63,76)
#453642
(69,54,66)
#3A2D38
(58,45,56)
#2F242E
(47,36,46)
#241B24
(36,27,36)
#19121A
(25,18,26)
#0E0910
(14,9,16)
#000000
(0,0,0)

Tints of #7C6374

#7C6374
(124,99,116)
#877180
(135,113,128)
#927F8C
(146,127,140)
#9D8D98
(157,141,152)
#A89BA4
(168,155,164)
#B3A9B0
(179,169,176)
#BEB7BC
(190,183,188)
#C9C5C8
(201,197,200)
#D4D3D4
(212,211,212)
#DFE1E0
(223,225,224)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6374; }

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

This text font color is #7C6374.


Background Color

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

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

This div background color is #7C6374.


Border color

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

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

This div border color is #7C6374.


Opacity

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

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

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

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

This text has shadow with #7C6374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6374 on black background.


Color preview on white background

This text has color #7C6374 on white background.



Black color preview on #7C6374 background

This text has black color on #7C6374 background.


White color preview on #7C6374 background

This text has white color on #7C6374 background.