COLOR #7C806D

HEX: #7C806D RGB: (124,128,109)

Color info

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

RGB color model

#7C806D color RGB value is (124,128,109).

RGB: (124,128,109) (49%, 50%, 43%)

RGB channels and saturation

R 124 of 255 = 49%
G 128 of 255 = 50%
B 109 of 255 = 43%

124
128
109

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

Portions of RGB colors in percentages

R + G + B = 124 + 128 + 109 = 361 (100%)
R 124 of 361 ~ 34.35%
G 128 of 361 ~ 35.46%
B 109 of 361 ~ 30.19'%

%34.35
%35.46
%30.19

CMYK color model

#7C806D color CMYK value is (3,0,15,50).

  • cyan value is 3.12%
  • magenta value is 0.00%
  • yellow value is 14.84%
  • key color value is 49.80%
CMYK: (3,0,15,50) C3M0Y15K50 (3%,0%,15%,50%) (0.03/0.00/0.15/0.50) 

CMYK percentages

%3.12
%0
%14.84
%49.8

Codes

Color #7C806D in popluar color models

7C 80 6D
RGB 124 128 109
HSL 73° 8.02% 46.47%
HSB/HSV 73° 14.84% 50.20%
CMYK 3.12% 0.00% 14.84%
49.80%

Color #7C806D in popluar number systems.

HEX 7C 80 6D
Decimal 124 128 109
Binary 1111100 10000000 1101101
Octal 174 200 155

Shades and tints

Shades of #7C806D

#7C806D
(124,128,109)
#717564
(113,117,100)
#666A5B
(102,106,91)
#5B5F52
(91,95,82)
#505449
(80,84,73)
#454940
(69,73,64)
#3A3E37
(58,62,55)
#2F332E
(47,51,46)
#242825
(36,40,37)
#191D1C
(25,29,28)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #7C806D

#7C806D
(124,128,109)
#878B7A
(135,139,122)
#929687
(146,150,135)
#9DA194
(157,161,148)
#A8ACA1
(168,172,161)
#B3B7AE
(179,183,174)
#BEC2BB
(190,194,187)
#C9CDC8
(201,205,200)
#D4D8D5
(212,216,213)
#DFE3E2
(223,227,226)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C806D color. Also use rgb(124,128,109) instead hex code.

Text Font Color

.myTextColor { color: #7C806D; }

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

This text font color is #7C806D.

Background Color

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

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

This div background color is #7C806D.

Border color

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

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

This div border color is #7C806D.

Opacity

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

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

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

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

This text has shadow with #7C806D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C806D.

Preview

Color preview on black background

This text has color #7C806D on black background.


Color preview on white background

This text has color #7C806D on white background.


Black color preview on #7C806D background

This text has black color on #7C806D background.


White color preview on #7C806D background

This text has white color on #7C806D background.


Related colors

Complementary color

Complementary color for #hex is #837F92.


I love getcolorcode.com

Triadic colors

1 #6D7C80 and #806D7C with #7C806D are triadic colors.

2 #6D807C and #807C6D with #7C806D are triadic colors.