COLOR #7F5F4D

HEX: #7F5F4D RGB: (127,95,77)

Color info

#7F5F4D contains red, green and blue colors in about the same proportion. Web safe color of #7F5F4D is #666633 (or #663).

RGB color model

#7F5F4D color RGB value is (127,95,77).

RGB: (127,95,77) (50%, 37%, 30%)

RGB channels and saturation

R 127 of 255 = 50%
G 95 of 255 = 37%
B 77 of 255 = 30%

127
95
77

R + G + B ~ 39%. #7F5F4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 95 + 77 = 299 (100%)
R 127 of 299 ~ 42.47%
G 95 of 299 ~ 31.77%
B 77 of 299 ~ 25.75'%

%42.47
%31.77
%25.75

CMYK color model

#7F5F4D color CMYK value is (0,25,39,50).

  • cyan value is 0.00%
  • magenta value is 25.20%
  • yellow value is 39.37%
  • key color value is 50.20%

CMYK: (0,25,39,50)
C0M25Y39K50 (0%, 25%, 39%, 50%)
(0.00 / 0.25 / 0.39 / 0.50)

CMYK percentages

%0
%25.2
%39.37
%50.2

Codes

Color #7F5F4D in popluar color models

7F 5F 4D
RGB 127 95 77
HSL 22° 24.51% 40.00%
HSB/HSV 22° 39.37% 49.80%
CMYK 0.00% 25.20% 39.37%
50.20%

Color #7F5F4D in popluar number systems.

HEX 7F 5F 4D
Decimal 127 95 77
Binary 1111111 1011111 1001101
Octal 177 137 115

Shades and tints

Shades of #7F5F4D

#7F5F4D
(127,95,77)
#745746
(116,87,70)
#694F3F
(105,79,63)
#5E4738
(94,71,56)
#533F31
(83,63,49)
#48372A
(72,55,42)
#3D2F23
(61,47,35)
#32271C
(50,39,28)
#271F15
(39,31,21)
#1C170E
(28,23,14)
#110F07
(17,15,7)
#000000
(0,0,0)

Tints of #7F5F4D

#7F5F4D
(127,95,77)
#8A6D5D
(138,109,93)
#957B6D
(149,123,109)
#A0897D
(160,137,125)
#AB978D
(171,151,141)
#B6A59D
(182,165,157)
#C1B3AD
(193,179,173)
#CCC1BD
(204,193,189)
#D7CFCD
(215,207,205)
#E2DDDD
(226,221,221)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5F4D color. Also use rgb(127,95,77) instead hex code.

Text Font Color

.myTextColor { color: #7F5F4D; }

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

This text font color is #7F5F4D.

Background Color

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

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

This div background color is #7F5F4D.

Border color

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

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

This div border color is #7F5F4D.

Opacity

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

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

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

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

This text has shadow with #7F5F4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F5F4D.

Preview

Color preview on black background

This text has color #7F5F4D on black background.


Color preview on white background

This text has color #7F5F4D on white background.


Black color preview on #7F5F4D background

This text has black color on #7F5F4D background.


White color preview on #7F5F4D background

This text has white color on #7F5F4D background.


Related colors

Complementary color

Complementary color for #hex is #80A0B2.


I love getcolorcode.com

Triadic colors

1 #4D7F5F and #5F4D7F with #7F5F4D are triadic colors.

2 #4D5F7F and #5F7F4D with #7F5F4D are triadic colors.