COLOR #7C6672

HEX: #7C6672 RGB: (124,102,114)

Color info

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

RGB color model

#7C6672 color RGB value is (124,102,114).

RGB: (124,102,114) (49%, 40%, 45%)

RGB channels and saturation

R 124 of 255 = 49%
G 102 of 255 = 40%
B 114 of 255 = 45%

124
102
114

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

Portions of RGB colors in percentages

R + G + B = 124 + 102 + 114 = 340 (100%)
R 124 of 340 ~ 36.47%
G 102 of 340 ~ 30%
B 114 of 340 ~ 33.53'%

%36.47
%30
%33.53

CMYK color model

#7C6672 color CMYK value is (0,18,8,51).

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

CMYK: (0,18,8,51)
C0M18Y8K51 (0%, 18%, 8%, 51%)
(0.00 / 0.18 / 0.08 / 0.51)

CMYK percentages

%0
%17.74
%8.06
%51.37

Codes

Color #7C6672 in popluar color models

7C 66 72
RGB 124 102 114
HSL 327° 9.73% 44.31%
HSB/HSV 327° 17.74% 48.63%
CMYK 0.00% 17.74% 8.06%
51.37%

Color #7C6672 in popluar number systems.

HEX 7C 66 72
Decimal 124 102 114
Binary 1111100 1100110 1110010
Octal 174 146 162

Shades and tints

Shades of #7C6672

#7C6672
(124,102,114)
#715D68
(113,93,104)
#66545E
(102,84,94)
#5B4B54
(91,75,84)
#50424A
(80,66,74)
#453940
(69,57,64)
#3A3036
(58,48,54)
#2F272C
(47,39,44)
#241E22
(36,30,34)
#191518
(25,21,24)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #7C6672

#7C6672
(124,102,114)
#87737E
(135,115,126)
#92808A
(146,128,138)
#9D8D96
(157,141,150)
#A89AA2
(168,154,162)
#B3A7AE
(179,167,174)
#BEB4BA
(190,180,186)
#C9C1C6
(201,193,198)
#D4CED2
(212,206,210)
#DFDBDE
(223,219,222)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6672; }

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

This text font color is #7C6672.

Background Color

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

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

This div background color is #7C6672.

Border color

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

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

This div border color is #7C6672.

Opacity

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

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

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

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

This text has shadow with #7C6672 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C6672.

Preview

Color preview on black background

This text has color #7C6672 on black background.


Color preview on white background

This text has color #7C6672 on white background.


Black color preview on #7C6672 background

This text has black color on #7C6672 background.


White color preview on #7C6672 background

This text has white color on #7C6672 background.


Related colors

Complementary color

Complementary color for #hex is #83998D.


I love getcolorcode.com

Triadic colors

1 #727C66 and #66727C with #7C6672 are triadic colors.

2 #72667C and #667C72 with #7C6672 are triadic colors.