COLOR #7C7968

HEX: #7C7968 RGB: (124,121,104)

Color info

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

RGB color model

#7C7968 color RGB value is (124,121,104).

RGB: (124,121,104) (49%, 47%, 41%)

RGB channels and saturation

R 124 of 255 = 49%
G 121 of 255 = 47%
B 104 of 255 = 41%

124
121
104

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

Portions of RGB colors in percentages

R + G + B = 124 + 121 + 104 = 349 (100%)
R 124 of 349 ~ 35.53%
G 121 of 349 ~ 34.67%
B 104 of 349 ~ 29.8'%

%35.53
%34.67
%29.8

CMYK color model

#7C7968 color CMYK value is (0,2,16,51).

  • cyan value is 0.00%
  • magenta value is 2.42%
  • yellow value is 16.13%
  • key color value is 51.37%
CMYK: (0,2,16,51) C0M2Y16K51 (0%,2%,16%,51%) (0.00/0.02/0.16/0.51) 

CMYK percentages

%0
%2.42
%16.13
%51.37

Codes

Color #7C7968 in popluar color models

7C 79 68
RGB 124 121 104
HSL 51° 8.77% 44.71%
HSB/HSV 51° 16.13% 48.63%
CMYK 0.00% 2.42% 16.13%
51.37%

Color #7C7968 in popluar number systems.

HEX 7C 79 68
Decimal 124 121 104
Binary 1111100 1111001 1101000
Octal 174 171 150

Shades and tints

Shades of #7C7968

#7C7968
(124,121,104)
#716E5F
(113,110,95)
#666356
(102,99,86)
#5B584D
(91,88,77)
#504D44
(80,77,68)
#45423B
(69,66,59)
#3A3732
(58,55,50)
#2F2C29
(47,44,41)
#242120
(36,33,32)
#191617
(25,22,23)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #7C7968

#7C7968
(124,121,104)
#878575
(135,133,117)
#929182
(146,145,130)
#9D9D8F
(157,157,143)
#A8A99C
(168,169,156)
#B3B5A9
(179,181,169)
#BEC1B6
(190,193,182)
#C9CDC3
(201,205,195)
#D4D9D0
(212,217,208)
#DFE5DD
(223,229,221)
#EAF1EA
(234,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7968 color. Also use rgb(124,121,104) instead hex code.

Text Font Color

.myTextColor { color: #7C7968; }

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

This text font color is #7C7968.

Background Color

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

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

This div background color is #7C7968.

Border color

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

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

This div border color is #7C7968.

Opacity

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

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

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

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

This text has shadow with #7C7968 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7968.

Preview

Color preview on black background

This text has color #7C7968 on black background.


Color preview on white background

This text has color #7C7968 on white background.


Black color preview on #7C7968 background

This text has black color on #7C7968 background.


White color preview on #7C7968 background

This text has white color on #7C7968 background.


Related colors

Complementary color

Complementary color for #hex is #838697.


I love getcolorcode.com

Triadic colors

1 #687C79 and #79687C with #7C7968 are triadic colors.

2 #68797C and #797C68 with #7C7968 are triadic colors.