COLOR #7F6565

HEX: #7F6565
RGB: (127,101,101)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

127
101
101

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

Portions of RGB colors in percentages

R + G + B =
127 + 101 + 101 = 329 (100%)
R 127 of 329 ~ 38.6%
G 101 of 329 ~ 30.7%
B 101 of 329 ~ 30.7%

%38.6
%30.7
%30.7

CMYK color model

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

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

CMYK percentages

%0
%20.47
%20.47
%50.2

Codes

Color #7F6565 in popluar color models

7F6565
RGB127101101
HSL11.40%44.71%
HSB/HSV20.47%49.80%
CMYK0.00%20.47%20.47%
50.20%

Color #7F6565 in popluar number systems.

HEX7F6565
Decimal127101101
Binary111111111001011100101
Octal177145145

Shades and tints

Shades of #7F6565

#7F6565
(127,101,101)
#745C5C
(116,92,92)
#695353
(105,83,83)
#5E4A4A
(94,74,74)
#534141
(83,65,65)
#483838
(72,56,56)
#3D2F2F
(61,47,47)
#322626
(50,38,38)
#271D1D
(39,29,29)
#1C1414
(28,20,20)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #7F6565

#7F6565
(127,101,101)
#8A7373
(138,115,115)
#958181
(149,129,129)
#A08F8F
(160,143,143)
#AB9D9D
(171,157,157)
#B6ABAB
(182,171,171)
#C1B9B9
(193,185,185)
#CCC7C7
(204,199,199)
#D7D5D5
(215,213,213)
#E2E3E3
(226,227,227)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6565; }

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

This text font color is #7F6565.


Background Color

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

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

This div background color is #7F6565.


Border color

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

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

This div border color is #7F6565.


Opacity

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

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

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

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

This text has shadow with #7F6565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6565 on black background.


Color preview on white background

This text has color #7F6565 on white background.



Black color preview on #7F6565 background

This text has black color on #7F6565 background.


White color preview on #7F6565 background

This text has white color on #7F6565 background.