COLOR #7C7366

HEX: #7C7366 RGB: (124,115,102)

Color info

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

RGB color model

#7C7366 color RGB value is (124,115,102).

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

RGB channels and saturation

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

124
115
102

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

Portions of RGB colors in percentages

R + G + B = 124 + 115 + 102 = 341 (100%)
R 124 of 341 ~ 36.36%
G 115 of 341 ~ 33.72%
B 102 of 341 ~ 29.91'%

%36.36
%33.72
%29.91

CMYK color model

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

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

CMYK: (0,7,18,51)
C0M7Y18K51 (0%, 7%, 18%, 51%)
(0.00 / 0.07 / 0.18 / 0.51)

CMYK percentages

%0
%7.26
%17.74
%51.37

Codes

Color #7C7366 in popluar color models

7C 73 66
RGB 124 115 102
HSL 35° 9.73% 44.31%
HSB/HSV 35° 17.74% 48.63%
CMYK 0.00% 7.26% 17.74%
51.37%

Color #7C7366 in popluar number systems.

HEX 7C 73 66
Decimal 124 115 102
Binary 1111100 1110011 1100110
Octal 174 163 146

Shades and tints

Shades of #7C7366

#7C7366
(124,115,102)
#71695D
(113,105,93)
#665F54
(102,95,84)
#5B554B
(91,85,75)
#504B42
(80,75,66)
#454139
(69,65,57)
#3A3730
(58,55,48)
#2F2D27
(47,45,39)
#24231E
(36,35,30)
#191915
(25,25,21)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #7C7366

#7C7366
(124,115,102)
#877F73
(135,127,115)
#928B80
(146,139,128)
#9D978D
(157,151,141)
#A8A39A
(168,163,154)
#B3AFA7
(179,175,167)
#BEBBB4
(190,187,180)
#C9C7C1
(201,199,193)
#D4D3CE
(212,211,206)
#DFDFDB
(223,223,219)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7366; }

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

This text font color is #7C7366.

Background Color

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

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

This div background color is #7C7366.

Border color

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

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

This div border color is #7C7366.

Opacity

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

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

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

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

This text has shadow with #7C7366 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7366.

Preview

Color preview on black background

This text has color #7C7366 on black background.


Color preview on white background

This text has color #7C7366 on white background.


Black color preview on #7C7366 background

This text has black color on #7C7366 background.


White color preview on #7C7366 background

This text has white color on #7C7366 background.


Related colors

Complementary color

Complementary color for #hex is #838C99.


I love getcolorcode.com

Triadic colors

1 #667C73 and #73667C with #7C7366 are triadic colors.

2 #66737C and #737C66 with #7C7366 are triadic colors.