COLOR #7F6B61

HEX: #7F6B61
RGB: (127,107,97)

Color info

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

RGB color model

#7F6B61 color RGB value is (127,107,97).

  • red value is 127;
  • green value is 107;
  • blue value is 97.
RGB:
(127,107,97)
(50%,42%,38%)

RGB channels and saturation

R 127 of 255 = 50%
G 107 of 255 = 42%
B 97 of 255 = 38%

127
107
97

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

Portions of RGB colors in percentages

R + G + B =
127 + 107 + 97 = 331 (100%)
R 127 of 331 ~ 38.37%
G 107 of 331 ~ 32.33%
B 97 of 331 ~ 29.31%

%38.37
%32.33
%29.31

CMYK color model

#7F6B61 color CMYK value is (0,16,24,50).

  • cyan value is 0.00%
  • magenta value is 15.75%
  • yellow value is 23.62%
  • key color value is 50.20%
CMYK:
(0,16,24,50)
C0M16Y24K50 
(0%,16%,24%,50%)
(0.00/0.16/0.24/0.50)	

CMYK percentages

%0
%15.75
%23.62
%50.2

Codes

Color #7F6B61 in popluar color models

7F6B61
RGB12710797
HSL20°13.39%43.92%
HSB/HSV20°23.62%49.80%
CMYK0.00%15.75%23.62%
50.20%

Color #7F6B61 in popluar number systems.

HEX7F6B61
Decimal12710797
Binary111111111010111100001
Octal177153141

Shades and tints

Shades of #7F6B61

#7F6B61
(127,107,97)
#746259
(116,98,89)
#695951
(105,89,81)
#5E5049
(94,80,73)
#534741
(83,71,65)
#483E39
(72,62,57)
#3D3531
(61,53,49)
#322C29
(50,44,41)
#272321
(39,35,33)
#1C1A19
(28,26,25)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #7F6B61

#7F6B61
(127,107,97)
#8A786F
(138,120,111)
#95857D
(149,133,125)
#A0928B
(160,146,139)
#AB9F99
(171,159,153)
#B6ACA7
(182,172,167)
#C1B9B5
(193,185,181)
#CCC6C3
(204,198,195)
#D7D3D1
(215,211,209)
#E2E0DF
(226,224,223)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6B61; }

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

This text font color is #7F6B61.


Background Color

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

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

This div background color is #7F6B61.


Border color

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

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

This div border color is #7F6B61.


Opacity

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

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

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

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

This text has shadow with #7F6B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6B61 on black background.


Color preview on white background

This text has color #7F6B61 on white background.



Black color preview on #7F6B61 background

This text has black color on #7F6B61 background.


White color preview on #7F6B61 background

This text has white color on #7F6B61 background.