COLOR #7C7D6A

HEX: #7C7D6A RGB: (124,125,106)

Color info

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

RGB color model

#7C7D6A color RGB value is (124,125,106).

RGB: (124,125,106) (49%, 49%, 42%)

RGB channels and saturation

R 124 of 255 = 49%
G 125 of 255 = 49%
B 106 of 255 = 42%

124
125
106

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

Portions of RGB colors in percentages

R + G + B = 124 + 125 + 106 = 355 (100%)
R 124 of 355 ~ 34.93%
G 125 of 355 ~ 35.21%
B 106 of 355 ~ 29.86'%

%34.93
%35.21
%29.86

CMYK color model

#7C7D6A color CMYK value is (1,0,15,51).

  • cyan value is 0.80%
  • magenta value is 0.00%
  • yellow value is 15.20%
  • key color value is 50.98%
CMYK: (1,0,15,51) C1M0Y15K51 (1%,0%,15%,51%) (0.01/0.00/0.15/0.51) 

CMYK percentages

%0.8
%0
%15.2
%50.98

Codes

Color #7C7D6A in popluar color models

7C 7D 6A
RGB 124 125 106
HSL 63° 8.23% 45.29%
HSB/HSV 63° 15.20% 49.02%
CMYK 0.80% 0.00% 15.20%
50.98%

Color #7C7D6A in popluar number systems.

HEX 7C 7D 6A
Decimal 124 125 106
Binary 1111100 1111101 1101010
Octal 174 175 152

Shades and tints

Shades of #7C7D6A

#7C7D6A
(124,125,106)
#717261
(113,114,97)
#666758
(102,103,88)
#5B5C4F
(91,92,79)
#505146
(80,81,70)
#45463D
(69,70,61)
#3A3B34
(58,59,52)
#2F302B
(47,48,43)
#242522
(36,37,34)
#191A19
(25,26,25)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #7C7D6A

#7C7D6A
(124,125,106)
#878877
(135,136,119)
#929384
(146,147,132)
#9D9E91
(157,158,145)
#A8A99E
(168,169,158)
#B3B4AB
(179,180,171)
#BEBFB8
(190,191,184)
#C9CAC5
(201,202,197)
#D4D5D2
(212,213,210)
#DFE0DF
(223,224,223)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7D6A color. Also use rgb(124,125,106) instead hex code.

Text Font Color

.myTextColor { color: #7C7D6A; }

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

This text font color is #7C7D6A.

Background Color

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

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

This div background color is #7C7D6A.

Border color

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

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

This div border color is #7C7D6A.

Opacity

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

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

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

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

This text has shadow with #7C7D6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7D6A.

Preview

Color preview on black background

This text has color #7C7D6A on black background.


Color preview on white background

This text has color #7C7D6A on white background.


Black color preview on #7C7D6A background

This text has black color on #7C7D6A background.


White color preview on #7C7D6A background

This text has white color on #7C7D6A background.


Related colors

Complementary color

Complementary color for #hex is #838295.


I love getcolorcode.com

Triadic colors

1 #6A7C7D and #7D6A7C with #7C7D6A are triadic colors.

2 #6A7D7C and #7D7C6A with #7C7D6A are triadic colors.