COLOR #7F825E

HEX: #7F825E RGB: (127,130,94)

Color info

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

RGB color model

#7F825E color RGB value is (127,130,94).

RGB: (127,130,94) (50%, 51%, 37%)

RGB channels and saturation

R 127 of 255 = 50%
G 130 of 255 = 51%
B 94 of 255 = 37%

127
130
94

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

Portions of RGB colors in percentages

R + G + B = 127 + 130 + 94 = 351 (100%)
R 127 of 351 ~ 36.18%
G 130 of 351 ~ 37.04%
B 94 of 351 ~ 26.78'%

%36.18
%37.04
%26.78

CMYK color model

#7F825E color CMYK value is (2,0,28,49).

  • cyan value is 2.31%
  • magenta value is 0.00%
  • yellow value is 27.69%
  • key color value is 49.02%

CMYK: (2,0,28,49)
C2M0Y28K49 (2%, 0%, 28%, 49%)
(0.02 / 0.00 / 0.28 / 0.49)

CMYK percentages

%2.31
%0
%27.69
%49.02

Codes

Color #7F825E in popluar color models

7F 82 5E
RGB 127 130 94
HSL 65° 16.07% 43.92%
HSB/HSV 65° 27.69% 50.98%
CMYK 2.31% 0.00% 27.69%
49.02%

Color #7F825E in popluar number systems.

HEX 7F 82 5E
Decimal 127 130 94
Binary 1111111 10000010 1011110
Octal 177 202 136

Shades and tints

Shades of #7F825E

#7F825E
(127,130,94)
#747756
(116,119,86)
#696C4E
(105,108,78)
#5E6146
(94,97,70)
#53563E
(83,86,62)
#484B36
(72,75,54)
#3D402E
(61,64,46)
#323526
(50,53,38)
#272A1E
(39,42,30)
#1C1F16
(28,31,22)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #7F825E

#7F825E
(127,130,94)
#8A8D6C
(138,141,108)
#95987A
(149,152,122)
#A0A388
(160,163,136)
#ABAE96
(171,174,150)
#B6B9A4
(182,185,164)
#C1C4B2
(193,196,178)
#CCCFC0
(204,207,192)
#D7DACE
(215,218,206)
#E2E5DC
(226,229,220)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F825E color. Also use rgb(127,130,94) instead hex code.

Text Font Color

.myTextColor { color: #7F825E; }

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

This text font color is #7F825E.

Background Color

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

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

This div background color is #7F825E.

Border color

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

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

This div border color is #7F825E.

Opacity

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

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

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

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

This text has shadow with #7F825E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F825E.

Preview

Color preview on black background

This text has color #7F825E on black background.


Color preview on white background

This text has color #7F825E on white background.


Black color preview on #7F825E background

This text has black color on #7F825E background.


White color preview on #7F825E background

This text has white color on #7F825E background.


Related colors

Complementary color

Complementary color for #hex is #807DA1.


I love getcolorcode.com

Triadic colors

1 #5E7F82 and #825E7F with #7F825E are triadic colors.

2 #5E827F and #827F5E with #7F825E are triadic colors.