COLOR #7F5F56

HEX: #7F5F56
RGB: (127,95,86)

Color info

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

RGB color model

#7F5F56 color RGB value is (127,95,86).

  • red value is 127;
  • green value is 95;
  • blue value is 86.
RGB:
(127,95,86)
(50%,37%,34%)

RGB channels and saturation

R 127 of 255 = 50%
G 95 of 255 = 37%
B 86 of 255 = 34%

127
95
86

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

Portions of RGB colors in percentages

R + G + B =
127 + 95 + 86 = 308 (100%)
R 127 of 308 ~ 41.23%
G 95 of 308 ~ 30.84%
B 86 of 308 ~ 27.92%

%41.23
%30.84
%27.92

CMYK color model

#7F5F56 color CMYK value is (0,25,32,50).

  • cyan value is 0.00%
  • magenta value is 25.20%
  • yellow value is 32.28%
  • key color value is 50.20%
CMYK:
(0,25,32,50)
C0M25Y32K50 
(0%,25%,32%,50%)
(0.00/0.25/0.32/0.50)	

CMYK percentages

%0
%25.2
%32.28
%50.2

Codes

Color #7F5F56 in popluar color models

7F5F56
RGB1279586
HSL13°19.25%41.76%
HSB/HSV13°32.28%49.80%
CMYK0.00%25.20%32.28%
50.20%

Color #7F5F56 in popluar number systems.

HEX7F5F56
Decimal1279586
Binary111111110111111010110
Octal177137126

Shades and tints

Shades of #7F5F56

#7F5F56
(127,95,86)
#74574F
(116,87,79)
#694F48
(105,79,72)
#5E4741
(94,71,65)
#533F3A
(83,63,58)
#483733
(72,55,51)
#3D2F2C
(61,47,44)
#322725
(50,39,37)
#271F1E
(39,31,30)
#1C1717
(28,23,23)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #7F5F56

#7F5F56
(127,95,86)
#8A6D65
(138,109,101)
#957B74
(149,123,116)
#A08983
(160,137,131)
#AB9792
(171,151,146)
#B6A5A1
(182,165,161)
#C1B3B0
(193,179,176)
#CCC1BF
(204,193,191)
#D7CFCE
(215,207,206)
#E2DDDD
(226,221,221)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5F56; }

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

This text font color is #7F5F56.


Background Color

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

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

This div background color is #7F5F56.


Border color

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

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

This div border color is #7F5F56.


Opacity

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

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

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

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

This text has shadow with #7F5F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5F56 on black background.


Color preview on white background

This text has color #7F5F56 on white background.



Black color preview on #7F5F56 background

This text has black color on #7F5F56 background.


White color preview on #7F5F56 background

This text has white color on #7F5F56 background.