COLOR #7F7565

HEX: #7F7565
RGB: (127,117,101)

Color info

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

RGB color model

#7F7565 color RGB value is (127,117,101).

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

RGB channels and saturation

R 127 of 255 = 50%
G 117 of 255 = 46%
B 101 of 255 = 40%

127
117
101

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

Portions of RGB colors in percentages

R + G + B =
127 + 117 + 101 = 345 (100%)
R 127 of 345 ~ 36.81%
G 117 of 345 ~ 33.91%
B 101 of 345 ~ 29.28%

%36.81
%33.91
%29.28

CMYK color model

#7F7565 color CMYK value is (0,8,20,50).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 20.47%
  • key color value is 50.20%
CMYK:
(0,8,20,50)
C0M8Y20K50 
(0%,8%,20%,50%)
(0.00/0.08/0.20/0.50)	

CMYK percentages

%0
%7.87
%20.47
%50.2

Codes

Color #7F7565 in popluar color models

7F7565
RGB127117101
HSL37°11.40%44.71%
HSB/HSV37°20.47%49.80%
CMYK0.00%7.87%20.47%
50.20%

Color #7F7565 in popluar number systems.

HEX7F7565
Decimal127117101
Binary111111111101011100101
Octal177165145

Shades and tints

Shades of #7F7565

#7F7565
(127,117,101)
#746B5C
(116,107,92)
#696153
(105,97,83)
#5E574A
(94,87,74)
#534D41
(83,77,65)
#484338
(72,67,56)
#3D392F
(61,57,47)
#322F26
(50,47,38)
#27251D
(39,37,29)
#1C1B14
(28,27,20)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #7F7565

#7F7565
(127,117,101)
#8A8173
(138,129,115)
#958D81
(149,141,129)
#A0998F
(160,153,143)
#ABA59D
(171,165,157)
#B6B1AB
(182,177,171)
#C1BDB9
(193,189,185)
#CCC9C7
(204,201,199)
#D7D5D5
(215,213,213)
#E2E1E3
(226,225,227)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7565; }

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

This text font color is #7F7565.


Background Color

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

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

This div background color is #7F7565.


Border color

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

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

This div border color is #7F7565.


Opacity

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

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

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

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

This text has shadow with #7F7565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7565 on black background.


Color preview on white background

This text has color #7F7565 on white background.



Black color preview on #7F7565 background

This text has black color on #7F7565 background.


White color preview on #7F7565 background

This text has white color on #7F7565 background.