COLOR #7C887E

HEX: #7C887E RGB: (124,136,126)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

124
136
126

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

Portions of RGB colors in percentages

R + G + B = 124 + 136 + 126 = 386 (100%)
R 124 of 386 ~ 32.12%
G 136 of 386 ~ 35.23%
B 126 of 386 ~ 32.64'%

%32.12
%35.23
%32.64

CMYK color model

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

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

CMYK: (9,0,7,47)
C9M0Y7K47 (9%, 0%, 7%, 47%)
(0.09 / 0.00 / 0.07 / 0.47)

CMYK percentages

%8.82
%0
%7.35
%46.67

Codes

Color #7C887E in popluar color models

7C 88 7E
RGB 124 136 126
HSL 130° 4.80% 50.98%
HSB/HSV 130° 8.82% 53.33%
CMYK 8.82% 0.00% 7.35%
46.67%

Color #7C887E in popluar number systems.

HEX 7C 88 7E
Decimal 124 136 126
Binary 1111100 10001000 1111110
Octal 174 210 176

Shades and tints

Shades of #7C887E

#7C887E
(124,136,126)
#717C73
(113,124,115)
#667068
(102,112,104)
#5B645D
(91,100,93)
#505852
(80,88,82)
#454C47
(69,76,71)
#3A403C
(58,64,60)
#2F3431
(47,52,49)
#242826
(36,40,38)
#191C1B
(25,28,27)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #7C887E

#7C887E
(124,136,126)
#879289
(135,146,137)
#929C94
(146,156,148)
#9DA69F
(157,166,159)
#A8B0AA
(168,176,170)
#B3BAB5
(179,186,181)
#BEC4C0
(190,196,192)
#C9CECB
(201,206,203)
#D4D8D6
(212,216,214)
#DFE2E1
(223,226,225)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C887E; }

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

This text font color is #7C887E.

Background Color

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

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

This div background color is #7C887E.

Border color

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

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

This div border color is #7C887E.

Opacity

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

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

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

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

This text has shadow with #7C887E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C887E.

Preview

Color preview on black background

This text has color #7C887E on black background.


Color preview on white background

This text has color #7C887E on white background.


Black color preview on #7C887E background

This text has black color on #7C887E background.


White color preview on #7C887E background

This text has white color on #7C887E background.


Related colors

Complementary color

Complementary color for #hex is #837781.


I love getcolorcode.com

Triadic colors

1 #7E7C88 and #887E7C with #7C887E are triadic colors.

2 #7E887C and #887C7E with #7C887E are triadic colors.