COLOR #7F5E55

HEX: #7F5E55 RGB: (127,94,85)

Color info

#7F5E55 contains red, green and blue colors in about the same proportion. Web safe color of #7F5E55 is #666666 (or #666).

RGB color model

#7F5E55 color RGB value is (127,94,85).

RGB: (127,94,85) (50%, 37%, 33%)

RGB channels and saturation

R 127 of 255 = 50%
G 94 of 255 = 37%
B 85 of 255 = 33%

127
94
85

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

Portions of RGB colors in percentages

R + G + B = 127 + 94 + 85 = 306 (100%)
R 127 of 306 ~ 41.5%
G 94 of 306 ~ 30.72%
B 85 of 306 ~ 27.78'%

%41.5
%30.72
%27.78

CMYK color model

#7F5E55 color CMYK value is (0,26,33,50).

  • cyan value is 0.00%
  • magenta value is 25.98%
  • yellow value is 33.07%
  • key color value is 50.20%

CMYK: (0,26,33,50)
C0M26Y33K50 (0%, 26%, 33%, 50%)
(0.00 / 0.26 / 0.33 / 0.50)

CMYK percentages

%0
%25.98
%33.07
%50.2

Codes

Color #7F5E55 in popluar color models

7F 5E 55
RGB 127 94 85
HSL 13° 19.81% 41.57%
HSB/HSV 13° 33.07% 49.80%
CMYK 0.00% 25.98% 33.07%
50.20%

Color #7F5E55 in popluar number systems.

HEX 7F 5E 55
Decimal 127 94 85
Binary 1111111 1011110 1010101
Octal 177 136 125

Shades and tints

Shades of #7F5E55

#7F5E55
(127,94,85)
#74564E
(116,86,78)
#694E47
(105,78,71)
#5E4640
(94,70,64)
#533E39
(83,62,57)
#483632
(72,54,50)
#3D2E2B
(61,46,43)
#322624
(50,38,36)
#271E1D
(39,30,29)
#1C1616
(28,22,22)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #7F5E55

#7F5E55
(127,94,85)
#8A6C64
(138,108,100)
#957A73
(149,122,115)
#A08882
(160,136,130)
#AB9691
(171,150,145)
#B6A4A0
(182,164,160)
#C1B2AF
(193,178,175)
#CCC0BE
(204,192,190)
#D7CECD
(215,206,205)
#E2DCDC
(226,220,220)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5E55; }

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

This text font color is #7F5E55.

Background Color

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

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

This div background color is #7F5E55.

Border color

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

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

This div border color is #7F5E55.

Opacity

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

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

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

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

This text has shadow with #7F5E55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F5E55.

Preview

Color preview on black background

This text has color #7F5E55 on black background.


Color preview on white background

This text has color #7F5E55 on white background.


Black color preview on #7F5E55 background

This text has black color on #7F5E55 background.


White color preview on #7F5E55 background

This text has white color on #7F5E55 background.


Related colors

Complementary color

Complementary color for #hex is #80A1AA.


I love getcolorcode.com

Triadic colors

1 #557F5E and #5E557F with #7F5E55 are triadic colors.

2 #555E7F and #5E7F55 with #7F5E55 are triadic colors.