COLOR #7F887C

HEX: #7F887C
RGB: (127,136,124)

Color info

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

RGB color model

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

  • red value is 127;
  • green value is 136;
  • blue value is 124.
RGB:
(127,136,124)
(50%,53%,49%)

RGB channels and saturation

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

127
136
124

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

Portions of RGB colors in percentages

R + G + B =
127 + 136 + 124 = 387 (100%)
R 127 of 387 ~ 32.82%
G 136 of 387 ~ 35.14%
B 124 of 387 ~ 32.04%

%32.82
%35.14
%32.04

CMYK color model

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

  • cyan value is 6.62%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 46.67%
CMYK:
(7,0,9,47)
C7M0Y9K47 
(7%,0%,9%,47%)
(0.07/0.00/0.09/0.47)	

CMYK percentages

%6.62
%0
%8.82
%46.67

Codes

Color #7F887C in popluar color models

7F887C
RGB127136124
HSL105°4.80%50.98%
HSB/HSV105°8.82%53.33%
CMYK6.62%0.00%8.82%
46.67%

Color #7F887C in popluar number systems.

HEX7F887C
Decimal127136124
Binary1111111100010001111100
Octal177210174

Shades and tints

Shades of #7F887C

#7F887C
(127,136,124)
#747C71
(116,124,113)
#697066
(105,112,102)
#5E645B
(94,100,91)
#535850
(83,88,80)
#484C45
(72,76,69)
#3D403A
(61,64,58)
#32342F
(50,52,47)
#272824
(39,40,36)
#1C1C19
(28,28,25)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #7F887C

#7F887C
(127,136,124)
#8A9287
(138,146,135)
#959C92
(149,156,146)
#A0A69D
(160,166,157)
#ABB0A8
(171,176,168)
#B6BAB3
(182,186,179)
#C1C4BE
(193,196,190)
#CCCEC9
(204,206,201)
#D7D8D4
(215,216,212)
#E2E2DF
(226,226,223)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F887C; }

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

This text font color is #7F887C.


Background Color

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

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

This div background color is #7F887C.


Border color

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

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

This div border color is #7F887C.


Opacity

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

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

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

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

This text has shadow with #7F887C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F887C on black background.


Color preview on white background

This text has color #7F887C on white background.



Black color preview on #7F887C background

This text has black color on #7F887C background.


White color preview on #7F887C background

This text has white color on #7F887C background.