COLOR #7F895D

HEX: #7F895D RGB: (127,137,93)

Color info

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

RGB color model

#7F895D color RGB value is (127,137,93).

RGB: (127,137,93) (50%, 54%, 36%)

RGB channels and saturation

R 127 of 255 = 50%
G 137 of 255 = 54%
B 93 of 255 = 36%

127
137
93

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

Portions of RGB colors in percentages

R + G + B = 127 + 137 + 93 = 357 (100%)
R 127 of 357 ~ 35.57%
G 137 of 357 ~ 38.38%
B 93 of 357 ~ 26.05'%

%35.57
%38.38
%26.05

CMYK color model

#7F895D color CMYK value is (7,0,32,46).

  • cyan value is 7.30%
  • magenta value is 0.00%
  • yellow value is 32.12%
  • key color value is 46.27%

CMYK: (7,0,32,46)
C7M0Y32K46 (7%, 0%, 32%, 46%)
(0.07 / 0.00 / 0.32 / 0.46)

CMYK percentages

%7.3
%0
%32.12
%46.27

Codes

Color #7F895D in popluar color models

7F 89 5D
RGB 127 137 93
HSL 74° 19.13% 45.10%
HSB/HSV 74° 32.12% 53.73%
CMYK 7.30% 0.00% 32.12%
46.27%

Color #7F895D in popluar number systems.

HEX 7F 89 5D
Decimal 127 137 93
Binary 1111111 10001001 1011101
Octal 177 211 135

Shades and tints

Shades of #7F895D

#7F895D
(127,137,93)
#747D55
(116,125,85)
#69714D
(105,113,77)
#5E6545
(94,101,69)
#53593D
(83,89,61)
#484D35
(72,77,53)
#3D412D
(61,65,45)
#323525
(50,53,37)
#27291D
(39,41,29)
#1C1D15
(28,29,21)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #7F895D

#7F895D
(127,137,93)
#8A936B
(138,147,107)
#959D79
(149,157,121)
#A0A787
(160,167,135)
#ABB195
(171,177,149)
#B6BBA3
(182,187,163)
#C1C5B1
(193,197,177)
#CCCFBF
(204,207,191)
#D7D9CD
(215,217,205)
#E2E3DB
(226,227,219)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F895D color. Also use rgb(127,137,93) instead hex code.

Text Font Color

.myTextColor { color: #7F895D; }

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

This text font color is #7F895D.

Background Color

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

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

This div background color is #7F895D.

Border color

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

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

This div border color is #7F895D.

Opacity

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

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

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

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

This text has shadow with #7F895D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F895D.

Preview

Color preview on black background

This text has color #7F895D on black background.


Color preview on white background

This text has color #7F895D on white background.


Black color preview on #7F895D background

This text has black color on #7F895D background.


White color preview on #7F895D background

This text has white color on #7F895D background.


Related colors

Complementary color

Complementary color for #hex is #8076A2.


I love getcolorcode.com

Triadic colors

1 #5D7F89 and #895D7F with #7F895D are triadic colors.

2 #5D897F and #897F5D with #7F895D are triadic colors.