COLOR #7F5565

HEX: #7F5565
RGB: (127,85,101)

Color info

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

RGB color model

#7F5565 color RGB value is (127,85,101).

  • red value is 127;
  • green value is 85;
  • blue value is 101.
RGB:
(127,85,101)
(50%,33%,40%)

RGB channels and saturation

R 127 of 255 = 50%
G 85 of 255 = 33%
B 101 of 255 = 40%

127
85
101

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

Portions of RGB colors in percentages

R + G + B =
127 + 85 + 101 = 313 (100%)
R 127 of 313 ~ 40.58%
G 85 of 313 ~ 27.16%
B 101 of 313 ~ 32.27%

%40.58
%27.16
%32.27

CMYK color model

#7F5565 color CMYK value is (0,33,20,50).

  • cyan value is 0.00%
  • magenta value is 33.07%
  • yellow value is 20.47%
  • key color value is 50.20%
CMYK:
(0,33,20,50)
C0M33Y20K50 
(0%,33%,20%,50%)
(0.00/0.33/0.20/0.50)	

CMYK percentages

%0
%33.07
%20.47
%50.2

Codes

Color #7F5565 in popluar color models

7F5565
RGB12785101
HSL337°19.81%41.57%
HSB/HSV337°33.07%49.80%
CMYK0.00%33.07%20.47%
50.20%

Color #7F5565 in popluar number systems.

HEX7F5565
Decimal12785101
Binary111111110101011100101
Octal177125145

Shades and tints

Shades of #7F5565

#7F5565
(127,85,101)
#744E5C
(116,78,92)
#694753
(105,71,83)
#5E404A
(94,64,74)
#533941
(83,57,65)
#483238
(72,50,56)
#3D2B2F
(61,43,47)
#322426
(50,36,38)
#271D1D
(39,29,29)
#1C1614
(28,22,20)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #7F5565

#7F5565
(127,85,101)
#8A6473
(138,100,115)
#957381
(149,115,129)
#A0828F
(160,130,143)
#AB919D
(171,145,157)
#B6A0AB
(182,160,171)
#C1AFB9
(193,175,185)
#CCBEC7
(204,190,199)
#D7CDD5
(215,205,213)
#E2DCE3
(226,220,227)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5565; }

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

This text font color is #7F5565.


Background Color

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

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

This div background color is #7F5565.


Border color

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

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

This div border color is #7F5565.


Opacity

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

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

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

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

This text has shadow with #7F5565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5565 on black background.


Color preview on white background

This text has color #7F5565 on white background.



Black color preview on #7F5565 background

This text has black color on #7F5565 background.


White color preview on #7F5565 background

This text has white color on #7F5565 background.