COLOR #7C8A7F

HEX: #7C8A7F RGB: (124,138,127)

Color info

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

RGB color model

#7C8A7F color RGB value is (124,138,127).

RGB: (124,138,127) (49%, 54%, 50%)

RGB channels and saturation

R 124 of 255 = 49%
G 138 of 255 = 54%
B 127 of 255 = 50%

124
138
127

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

Portions of RGB colors in percentages

R + G + B = 124 + 138 + 127 = 389 (100%)
R 124 of 389 ~ 31.88%
G 138 of 389 ~ 35.48%
B 127 of 389 ~ 32.65'%

%31.88
%35.48
%32.65

CMYK color model

#7C8A7F color CMYK value is (10,0,8,46).

  • cyan value is 10.14%
  • magenta value is 0.00%
  • yellow value is 7.97%
  • key color value is 45.88%

CMYK: (10,0,8,46)
C10M0Y8K46 (10%, 0%, 8%, 46%)
(0.10 / 0.00 / 0.08 / 0.46)

CMYK percentages

%10.14
%0
%7.97
%45.88

Codes

Color #7C8A7F in popluar color models

7C 8A 7F
RGB 124 138 127
HSL 133° 5.65% 51.37%
HSB/HSV 133° 10.14% 54.12%
CMYK 10.14% 0.00% 7.97%
45.88%

Color #7C8A7F in popluar number systems.

HEX 7C 8A 7F
Decimal 124 138 127
Binary 1111100 10001010 1111111
Octal 174 212 177

Shades and tints

Shades of #7C8A7F

#7C8A7F
(124,138,127)
#717E74
(113,126,116)
#667269
(102,114,105)
#5B665E
(91,102,94)
#505A53
(80,90,83)
#454E48
(69,78,72)
#3A423D
(58,66,61)
#2F3632
(47,54,50)
#242A27
(36,42,39)
#191E1C
(25,30,28)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #7C8A7F

#7C8A7F
(124,138,127)
#87948A
(135,148,138)
#929E95
(146,158,149)
#9DA8A0
(157,168,160)
#A8B2AB
(168,178,171)
#B3BCB6
(179,188,182)
#BEC6C1
(190,198,193)
#C9D0CC
(201,208,204)
#D4DAD7
(212,218,215)
#DFE4E2
(223,228,226)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8A7F; }

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

This text font color is #7C8A7F.

Background Color

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

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

This div background color is #7C8A7F.

Border color

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

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

This div border color is #7C8A7F.

Opacity

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

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

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

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

This text has shadow with #7C8A7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8A7F.

Preview

Color preview on black background

This text has color #7C8A7F on black background.


Color preview on white background

This text has color #7C8A7F on white background.


Black color preview on #7C8A7F background

This text has black color on #7C8A7F background.


White color preview on #7C8A7F background

This text has white color on #7C8A7F background.


Related colors

Complementary color

Complementary color for #hex is #837580.


I love getcolorcode.com

Triadic colors

1 #7F7C8A and #8A7F7C with #7C8A7F are triadic colors.

2 #7F8A7C and #8A7C7F with #7C8A7F are triadic colors.