COLOR #7C7166

HEX: #7C7166 RGB: (124,113,102)

Color info

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

RGB color model

#7C7166 color RGB value is (124,113,102).

RGB: (124,113,102) (49%, 44%, 40%)

RGB channels and saturation

R 124 of 255 = 49%
G 113 of 255 = 44%
B 102 of 255 = 40%

124
113
102

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

Portions of RGB colors in percentages

R + G + B = 124 + 113 + 102 = 339 (100%)
R 124 of 339 ~ 36.58%
G 113 of 339 ~ 33.33%
B 102 of 339 ~ 30.09'%

%36.58
%33.33
%30.09

CMYK color model

#7C7166 color CMYK value is (0,9,18,51).

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

CMYK: (0,9,18,51)
C0M9Y18K51 (0%, 9%, 18%, 51%)
(0.00 / 0.09 / 0.18 / 0.51)

CMYK percentages

%0
%8.87
%17.74
%51.37

Codes

Color #7C7166 in popluar color models

7C 71 66
RGB 124 113 102
HSL 30° 9.73% 44.31%
HSB/HSV 30° 17.74% 48.63%
CMYK 0.00% 8.87% 17.74%
51.37%

Color #7C7166 in popluar number systems.

HEX 7C 71 66
Decimal 124 113 102
Binary 1111100 1110001 1100110
Octal 174 161 146

Shades and tints

Shades of #7C7166

#7C7166
(124,113,102)
#71675D
(113,103,93)
#665D54
(102,93,84)
#5B534B
(91,83,75)
#504942
(80,73,66)
#453F39
(69,63,57)
#3A3530
(58,53,48)
#2F2B27
(47,43,39)
#24211E
(36,33,30)
#191715
(25,23,21)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #7C7166

#7C7166
(124,113,102)
#877D73
(135,125,115)
#928980
(146,137,128)
#9D958D
(157,149,141)
#A8A19A
(168,161,154)
#B3ADA7
(179,173,167)
#BEB9B4
(190,185,180)
#C9C5C1
(201,197,193)
#D4D1CE
(212,209,206)
#DFDDDB
(223,221,219)
#EAE9E8
(234,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7166; }

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

This text font color is #7C7166.

Background Color

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

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

This div background color is #7C7166.

Border color

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

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

This div border color is #7C7166.

Opacity

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

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

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

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

This text has shadow with #7C7166 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7166.

Preview

Color preview on black background

This text has color #7C7166 on black background.


Color preview on white background

This text has color #7C7166 on white background.


Black color preview on #7C7166 background

This text has black color on #7C7166 background.


White color preview on #7C7166 background

This text has white color on #7C7166 background.


Related colors

Complementary color

Complementary color for #hex is #838E99.


I love getcolorcode.com

Triadic colors

1 #667C71 and #71667C with #7C7166 are triadic colors.

2 #66717C and #717C66 with #7C7166 are triadic colors.