COLOR #7C8F6F

HEX: #7C8F6F RGB: (124,143,111)

Color info

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

RGB color model

#7C8F6F color RGB value is (124,143,111).

RGB: (124,143,111) (49%, 56%, 44%)

RGB channels and saturation

R 124 of 255 = 49%
G 143 of 255 = 56%
B 111 of 255 = 44%

124
143
111

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

Portions of RGB colors in percentages

R + G + B = 124 + 143 + 111 = 378 (100%)
R 124 of 378 ~ 32.8%
G 143 of 378 ~ 37.83%
B 111 of 378 ~ 29.37'%

%32.8
%37.83
%29.37

CMYK color model

#7C8F6F color CMYK value is (13,0,22,44).

  • cyan value is 13.29%
  • magenta value is 0.00%
  • yellow value is 22.38%
  • key color value is 43.92%

CMYK: (13,0,22,44)
C13M0Y22K44 (13%, 0%, 22%, 44%)
(0.13 / 0.00 / 0.22 / 0.44)

CMYK percentages

%13.29
%0
%22.38
%43.92

Codes

Color #7C8F6F in popluar color models

7C 8F 6F
RGB 124 143 111
HSL 96° 12.60% 49.80%
HSB/HSV 96° 22.38% 56.08%
CMYK 13.29% 0.00% 22.38%
43.92%

Color #7C8F6F in popluar number systems.

HEX 7C 8F 6F
Decimal 124 143 111
Binary 1111100 10001111 1101111
Octal 174 217 157

Shades and tints

Shades of #7C8F6F

#7C8F6F
(124,143,111)
#718265
(113,130,101)
#66755B
(102,117,91)
#5B6851
(91,104,81)
#505B47
(80,91,71)
#454E3D
(69,78,61)
#3A4133
(58,65,51)
#2F3429
(47,52,41)
#24271F
(36,39,31)
#191A15
(25,26,21)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #7C8F6F

#7C8F6F
(124,143,111)
#87997C
(135,153,124)
#92A389
(146,163,137)
#9DAD96
(157,173,150)
#A8B7A3
(168,183,163)
#B3C1B0
(179,193,176)
#BECBBD
(190,203,189)
#C9D5CA
(201,213,202)
#D4DFD7
(212,223,215)
#DFE9E4
(223,233,228)
#EAF3F1
(234,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8F6F color. Also use rgb(124,143,111) instead hex code.

Text Font Color

.myTextColor { color: #7C8F6F; }

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

This text font color is #7C8F6F.

Background Color

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

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

This div background color is #7C8F6F.

Border color

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

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

This div border color is #7C8F6F.

Opacity

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

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

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

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

This text has shadow with #7C8F6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8F6F.

Preview

Color preview on black background

This text has color #7C8F6F on black background.


Color preview on white background

This text has color #7C8F6F on white background.


Black color preview on #7C8F6F background

This text has black color on #7C8F6F background.


White color preview on #7C8F6F background

This text has white color on #7C8F6F background.


Related colors

Complementary color

Complementary color for #hex is #837090.


I love getcolorcode.com

Triadic colors

1 #6F7C8F and #8F6F7C with #7C8F6F are triadic colors.

2 #6F8F7C and #8F7C6F with #7C8F6F are triadic colors.