COLOR #7C6472

HEX: #7C6472 RGB: (124,100,114)

Color info

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

RGB color model

#7C6472 color RGB value is (124,100,114).

RGB: (124,100,114) (49%, 39%, 45%)

RGB channels and saturation

R 124 of 255 = 49%
G 100 of 255 = 39%
B 114 of 255 = 45%

124
100
114

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

Portions of RGB colors in percentages

R + G + B = 124 + 100 + 114 = 338 (100%)
R 124 of 338 ~ 36.69%
G 100 of 338 ~ 29.59%
B 114 of 338 ~ 33.73'%

%36.69
%29.59
%33.73

CMYK color model

#7C6472 color CMYK value is (0,19,8,51).

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 8.06%
  • key color value is 51.37%

CMYK: (0,19,8,51)
C0M19Y8K51 (0%, 19%, 8%, 51%)
(0.00 / 0.19 / 0.08 / 0.51)

CMYK percentages

%0
%19.35
%8.06
%51.37

Codes

Color #7C6472 in popluar color models

7C 64 72
RGB 124 100 114
HSL 325° 10.71% 43.92%
HSB/HSV 325° 19.35% 48.63%
CMYK 0.00% 19.35% 8.06%
51.37%

Color #7C6472 in popluar number systems.

HEX 7C 64 72
Decimal 124 100 114
Binary 1111100 1100100 1110010
Octal 174 144 162

Shades and tints

Shades of #7C6472

#7C6472
(124,100,114)
#715B68
(113,91,104)
#66525E
(102,82,94)
#5B4954
(91,73,84)
#50404A
(80,64,74)
#453740
(69,55,64)
#3A2E36
(58,46,54)
#2F252C
(47,37,44)
#241C22
(36,28,34)
#191318
(25,19,24)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #7C6472

#7C6472
(124,100,114)
#87727E
(135,114,126)
#92808A
(146,128,138)
#9D8E96
(157,142,150)
#A89CA2
(168,156,162)
#B3AAAE
(179,170,174)
#BEB8BA
(190,184,186)
#C9C6C6
(201,198,198)
#D4D4D2
(212,212,210)
#DFE2DE
(223,226,222)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6472 color. Also use rgb(124,100,114) instead hex code.

Text Font Color

.myTextColor { color: #7C6472; }

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

This text font color is #7C6472.

Background Color

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

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

This div background color is #7C6472.

Border color

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

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

This div border color is #7C6472.

Opacity

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

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

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

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

This text has shadow with #7C6472 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C6472.

Preview

Color preview on black background

This text has color #7C6472 on black background.


Color preview on white background

This text has color #7C6472 on white background.


Black color preview on #7C6472 background

This text has black color on #7C6472 background.


White color preview on #7C6472 background

This text has white color on #7C6472 background.


Related colors

Complementary color

Complementary color for #hex is #839B8D.


I love getcolorcode.com

Triadic colors

1 #727C64 and #64727C with #7C6472 are triadic colors.

2 #72647C and #647C72 with #7C6472 are triadic colors.