COLOR #7F5557

HEX: #7F5557 RGB: (127,85,87)

Color info

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

RGB color model

#7F5557 color RGB value is (127,85,87).

RGB: (127,85,87) (50%, 33%, 34%)

RGB channels and saturation

R 127 of 255 = 50%
G 85 of 255 = 33%
B 87 of 255 = 34%

127
85
87

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

Portions of RGB colors in percentages

R + G + B = 127 + 85 + 87 = 299 (100%)
R 127 of 299 ~ 42.47%
G 85 of 299 ~ 28.43%
B 87 of 299 ~ 29.1'%

%42.47
%28.43
%29.1

CMYK color model

#7F5557 color CMYK value is (0,33,31,50).

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

CMYK: (0,33,31,50)
C0M33Y31K50 (0%, 33%, 31%, 50%)
(0.00 / 0.33 / 0.31 / 0.50)

CMYK percentages

%0
%33.07
%31.5
%50.2

Codes

Color #7F5557 in popluar color models

7F 55 57
RGB 127 85 87
HSL 357° 19.81% 41.57%
HSB/HSV 357° 33.07% 49.80%
CMYK 0.00% 33.07% 31.50%
50.20%

Color #7F5557 in popluar number systems.

HEX 7F 55 57
Decimal 127 85 87
Binary 1111111 1010101 1010111
Octal 177 125 127

Shades and tints

Shades of #7F5557

#7F5557
(127,85,87)
#744E50
(116,78,80)
#694749
(105,71,73)
#5E4042
(94,64,66)
#53393B
(83,57,59)
#483234
(72,50,52)
#3D2B2D
(61,43,45)
#322426
(50,36,38)
#271D1F
(39,29,31)
#1C1618
(28,22,24)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #7F5557

#7F5557
(127,85,87)
#8A6466
(138,100,102)
#957375
(149,115,117)
#A08284
(160,130,132)
#AB9193
(171,145,147)
#B6A0A2
(182,160,162)
#C1AFB1
(193,175,177)
#CCBEC0
(204,190,192)
#D7CDCF
(215,205,207)
#E2DCDE
(226,220,222)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5557; }

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

This text font color is #7F5557.

Background Color

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

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

This div background color is #7F5557.

Border color

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

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

This div border color is #7F5557.

Opacity

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

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

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

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

This text has shadow with #7F5557 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F5557.

Preview

Color preview on black background

This text has color #7F5557 on black background.


Color preview on white background

This text has color #7F5557 on white background.


Black color preview on #7F5557 background

This text has black color on #7F5557 background.


White color preview on #7F5557 background

This text has white color on #7F5557 background.


Related colors

Complementary color

Complementary color for #hex is #80AAA8.


I love getcolorcode.com

Triadic colors

1 #577F55 and #55577F with #7F5557 are triadic colors.

2 #57557F and #557F57 with #7F5557 are triadic colors.