COLOR #7C7367

HEX: #7C7367 RGB: (124,115,103)

Color info

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

RGB color model

#7C7367 color RGB value is (124,115,103).

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

RGB channels and saturation

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

124
115
103

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

Portions of RGB colors in percentages

R + G + B = 124 + 115 + 103 = 342 (100%)
R 124 of 342 ~ 36.26%
G 115 of 342 ~ 33.63%
B 103 of 342 ~ 30.12'%

%36.26
%33.63
%30.12

CMYK color model

#7C7367 color CMYK value is (0,7,17,51).

  • cyan value is 0.00%
  • magenta value is 7.26%
  • yellow value is 16.94%
  • key color value is 51.37%
CMYK: (0,7,17,51) C0M7Y17K51 (0%,7%,17%,51%) (0.00/0.07/0.17/0.51) 

CMYK percentages

%0
%7.26
%16.94
%51.37

Codes

Color #7C7367 in popluar color models

7C 73 67
RGB 124 115 103
HSL 34° 9.25% 44.51%
HSB/HSV 34° 16.94% 48.63%
CMYK 0.00% 7.26% 16.94%
51.37%

Color #7C7367 in popluar number systems.

HEX 7C 73 67
Decimal 124 115 103
Binary 1111100 1110011 1100111
Octal 174 163 147

Shades and tints

Shades of #7C7367

#7C7367
(124,115,103)
#71695E
(113,105,94)
#665F55
(102,95,85)
#5B554C
(91,85,76)
#504B43
(80,75,67)
#45413A
(69,65,58)
#3A3731
(58,55,49)
#2F2D28
(47,45,40)
#24231F
(36,35,31)
#191916
(25,25,22)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #7C7367

#7C7367
(124,115,103)
#877F74
(135,127,116)
#928B81
(146,139,129)
#9D978E
(157,151,142)
#A8A39B
(168,163,155)
#B3AFA8
(179,175,168)
#BEBBB5
(190,187,181)
#C9C7C2
(201,199,194)
#D4D3CF
(212,211,207)
#DFDFDC
(223,223,220)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7367; }

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

This text font color is #7C7367.

Background Color

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

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

This div background color is #7C7367.

Border color

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

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

This div border color is #7C7367.

Opacity

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

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

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

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

This text has shadow with #7C7367 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7367.

Preview

Color preview on black background

This text has color #7C7367 on black background.


Color preview on white background

This text has color #7C7367 on white background.


Black color preview on #7C7367 background

This text has black color on #7C7367 background.


White color preview on #7C7367 background

This text has white color on #7C7367 background.


Related colors

Complementary color

Complementary color for #hex is #838C98.


I love getcolorcode.com

Triadic colors

1 #677C73 and #73677C with #7C7367 are triadic colors.

2 #67737C and #737C67 with #7C7367 are triadic colors.