COLOR #7C8C7F

HEX: #7C8C7F RGB: (124,140,127)

Color info

#7C8C7F contains red, green and blue colors in about the same proportion. Web safe color of #7C8C7F is #669966 (or #696).

RGB color model

#7C8C7F color RGB value is (124,140,127).

RGB: (124,140,127) (49%, 55%, 50%)

RGB channels and saturation

R 124 of 255 = 49%
G 140 of 255 = 55%
B 127 of 255 = 50%

124
140
127

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

Portions of RGB colors in percentages

R + G + B = 124 + 140 + 127 = 391 (100%)
R 124 of 391 ~ 31.71%
G 140 of 391 ~ 35.81%
B 127 of 391 ~ 32.48'%

%31.71
%35.81
%32.48

CMYK color model

#7C8C7F color CMYK value is (11,0,9,45).

  • cyan value is 11.43%
  • magenta value is 0.00%
  • yellow value is 9.29%
  • key color value is 45.10%

CMYK: (11,0,9,45)
C11M0Y9K45 (11%, 0%, 9%, 45%)
(0.11 / 0.00 / 0.09 / 0.45)

CMYK percentages

%11.43
%0
%9.29
%45.1

Codes

Color #7C8C7F in popluar color models

7C 8C 7F
RGB 124 140 127
HSL 131° 6.50% 51.76%
HSB/HSV 131° 11.43% 54.90%
CMYK 11.43% 0.00% 9.29%
45.10%

Color #7C8C7F in popluar number systems.

HEX 7C 8C 7F
Decimal 124 140 127
Binary 1111100 10001100 1111111
Octal 174 214 177

Shades and tints

Shades of #7C8C7F

#7C8C7F
(124,140,127)
#718074
(113,128,116)
#667469
(102,116,105)
#5B685E
(91,104,94)
#505C53
(80,92,83)
#455048
(69,80,72)
#3A443D
(58,68,61)
#2F3832
(47,56,50)
#242C27
(36,44,39)
#19201C
(25,32,28)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #7C8C7F

#7C8C7F
(124,140,127)
#87968A
(135,150,138)
#92A095
(146,160,149)
#9DAAA0
(157,170,160)
#A8B4AB
(168,180,171)
#B3BEB6
(179,190,182)
#BEC8C1
(190,200,193)
#C9D2CC
(201,210,204)
#D4DCD7
(212,220,215)
#DFE6E2
(223,230,226)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8C7F color. Also use rgb(124,140,127) instead hex code.

Text Font Color

.myTextColor { color: #7C8C7F; }

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

This text font color is #7C8C7F.

Background Color

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

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

This div background color is #7C8C7F.

Border color

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

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

This div border color is #7C8C7F.

Opacity

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

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

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

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

This text has shadow with #7C8C7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8C7F.

Preview

Color preview on black background

This text has color #7C8C7F on black background.


Color preview on white background

This text has color #7C8C7F on white background.


Black color preview on #7C8C7F background

This text has black color on #7C8C7F background.


White color preview on #7C8C7F background

This text has white color on #7C8C7F background.


Related colors

Complementary color

Complementary color for #hex is #837380.


I love getcolorcode.com

Triadic colors

1 #7F7C8C and #8C7F7C with #7C8C7F are triadic colors.

2 #7F8C7C and #8C7C7F with #7C8C7F are triadic colors.