COLOR #7C887C

HEX: #7C887C RGB: (124,136,124)

Color info

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

RGB color model

#7C887C color RGB value is (124,136,124).

RGB: (124,136,124) (49%, 53%, 49%)

RGB channels and saturation

R 124 of 255 = 49%
G 136 of 255 = 53%
B 124 of 255 = 49%

124
136
124

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

Portions of RGB colors in percentages

R + G + B = 124 + 136 + 124 = 384 (100%)
R 124 of 384 ~ 32.29%
G 136 of 384 ~ 35.42%
B 124 of 384 ~ 32.29'%

%32.29
%35.42
%32.29

CMYK color model

#7C887C color CMYK value is (9,0,9,47).

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 46.67%

CMYK: (9,0,9,47)
C9M0Y9K47 (9%, 0%, 9%, 47%)
(0.09 / 0.00 / 0.09 / 0.47)

CMYK percentages

%8.82
%0
%8.82
%46.67

Codes

Color #7C887C in popluar color models

7C 88 7C
RGB 124 136 124
HSL 120° 4.80% 50.98%
HSB/HSV 120° 8.82% 53.33%
CMYK 8.82% 0.00% 8.82%
46.67%

Color #7C887C in popluar number systems.

HEX 7C 88 7C
Decimal 124 136 124
Binary 1111100 10001000 1111100
Octal 174 210 174

Shades and tints

Shades of #7C887C

#7C887C
(124,136,124)
#717C71
(113,124,113)
#667066
(102,112,102)
#5B645B
(91,100,91)
#505850
(80,88,80)
#454C45
(69,76,69)
#3A403A
(58,64,58)
#2F342F
(47,52,47)
#242824
(36,40,36)
#191C19
(25,28,25)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #7C887C

#7C887C
(124,136,124)
#879287
(135,146,135)
#929C92
(146,156,146)
#9DA69D
(157,166,157)
#A8B0A8
(168,176,168)
#B3BAB3
(179,186,179)
#BEC4BE
(190,196,190)
#C9CEC9
(201,206,201)
#D4D8D4
(212,216,212)
#DFE2DF
(223,226,223)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C887C; }

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

This text font color is #7C887C.

Background Color

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

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

This div background color is #7C887C.

Border color

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

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

This div border color is #7C887C.

Opacity

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

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

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

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

This text has shadow with #7C887C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C887C.

Preview

Color preview on black background

This text has color #7C887C on black background.


Color preview on white background

This text has color #7C887C on white background.


Black color preview on #7C887C background

This text has black color on #7C887C background.


White color preview on #7C887C background

This text has white color on #7C887C background.


Related colors

Complementary color

Complementary color for #hex is #837783.


I love getcolorcode.com

Triadic colors

1 #7C7C88 and #887C7C with #7C887C are triadic colors.

2 #7C887C and #887C7C with #7C887C are triadic colors.